Events. list: API endpoint that allows events to be viewed. retrieve: API endpoint that allows single event to be viewed. create: API endpoint that allows event to be created. update: API endpoint that allows events to be updated. partial_update: API endpoint that allows events to be partially updated. delete: API endpoint that allows events to be deleted.

GET /api/v1/events/?format=api&offset=8118&ordering=end_time
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 37591,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=8136&ordering=end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=8100&ordering=end_time",
    "results": [
        {
            "id": 7588,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 8649,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78b36f27587a4481b52e9b41cee0e1ba-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78b36f27587a4481b52e9b41cee0e1ba-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/78b36f27587a4481b52e9b41cee0e1ba.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78b36f27587a4481b52e9b41cee0e1ba-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78b36f27587a4481b52e9b41cee0e1ba-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78b36f27587a4481b52e9b41cee0e1ba-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78b36f27587a4481b52e9b41cee0e1ba-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78b36f27587a4481b52e9b41cee0e1ba-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78b36f27587a4481b52e9b41cee0e1ba-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78b36f27587a4481b52e9b41cee0e1ba-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-04T12:27:35.582132Z",
                "updated_at": "2022-03-04T12:27:35.582185Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 870,
                "name": "Transmitter Brooklyn",
                "slug": "transmitter-brooklyn",
                "city": "Brooklyn",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.706314,-73.92107499999997",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 1753,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10931509_791184424304245_1302220943226392834_n-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10931509_791184424304245_1302220943226392834_n-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10931509_791184424304245_1302220943226392834_n-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/10931509_791184424304245_1302220943226392834_n.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10931509_791184424304245_1302220943226392834_n-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10931509_791184424304245_1302220943226392834_n-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10931509_791184424304245_1302220943226392834_n-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10931509_791184424304245_1302220943226392834_n-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-19T02:55:58.127247Z",
                    "updated_at": "2021-09-14T13:15:02.774055Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "transmitter",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-03-04T12:27:37.802541Z",
            "publish_time": null,
            "slug": "transmitter-brooklyn-the-sky-is-higher-here-2022-02-19",
            "created_at": "2022-03-04T12:27:38.552086Z",
            "updated_at": "2022-03-04T12:27:39.924195Z",
            "summary": "The sky is higher here is an Gallery Shows event starting on 19/02/2022, 01:00 and ending on 27/03/2022, 01:00. Event is in Transmitter Brooklyn with address 1329 Willoughby Avenue, 2A.",
            "title": "The sky is higher here",
            "content": null,
            "start_time": "2022-02-19T01:00:00.000000Z",
            "end_time": "2022-03-27T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1329 Willoughby Avenue, 2A",
            "city": "New York",
            "geolocation": "-33.8028163,151.1592741",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 7660,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 8709,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b45a988e14a4543a4613c62728b4a11-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b45a988e14a4543a4613c62728b4a11-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6b45a988e14a4543a4613c62728b4a11.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b45a988e14a4543a4613c62728b4a11-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b45a988e14a4543a4613c62728b4a11-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b45a988e14a4543a4613c62728b4a11-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b45a988e14a4543a4613c62728b4a11-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b45a988e14a4543a4613c62728b4a11-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b45a988e14a4543a4613c62728b4a11-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b45a988e14a4543a4613c62728b4a11-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-07T15:41:22.420296Z",
                "updated_at": "2022-03-07T15:41:22.420331Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3462,
                "name": "Albemarle Gallery",
                "slug": "albemarle-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5176221,-0.1359302",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-03-07T15:41:24.577307Z",
            "publish_time": null,
            "slug": "albemarle-gallery-richard-harrison-a-painters-progress-2022-03-04",
            "created_at": "2022-03-07T15:41:25.315685Z",
            "updated_at": "2022-03-07T15:41:25.769634Z",
            "summary": "Richard Harrison | A Painter's Progress is an Gallery Shows event starting on 04/03/2022, 01:00 and ending on 27/03/2022, 01:00. Event is in Albemarle Gallery with address 74 Newman St.",
            "title": "Richard Harrison | A Painter's Progress",
            "content": null,
            "start_time": "2022-03-04T01:00:00.000000Z",
            "end_time": "2022-03-27T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "74 Newman St",
            "city": "London",
            "geolocation": "51.51762895,-0.1359044711398334",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 7665,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 8713,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/604b709f20634b80938523d31fc576f7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/604b709f20634b80938523d31fc576f7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/604b709f20634b80938523d31fc576f7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/604b709f20634b80938523d31fc576f7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/604b709f20634b80938523d31fc576f7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/604b709f20634b80938523d31fc576f7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/604b709f20634b80938523d31fc576f7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/604b709f20634b80938523d31fc576f7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/604b709f20634b80938523d31fc576f7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/604b709f20634b80938523d31fc576f7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-07T15:45:26.994979Z",
                "updated_at": "2022-03-07T15:45:26.995058Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3230,
                "name": "Anna Laudel",
                "slug": "anna-laudel",
                "city": "Istanbul",
                "country": {
                    "code": "TR",
                    "name": "Turkey"
                },
                "geolocation": "41.0239412,28.9738015",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "TR",
            "publish_status": "published",
            "published_at": "2022-03-07T15:45:29.968965Z",
            "publish_time": null,
            "slug": "anna-laudel-lal-batman-expose-2022-02-10",
            "created_at": "2022-03-07T15:45:30.763586Z",
            "updated_at": "2022-03-07T15:45:31.217362Z",
            "summary": "Lal Batman: Exposé is an Gallery Shows event starting on 10/02/2022, 01:00 and ending on 27/03/2022, 01:00. Event is in Anna Laudel with address Kazanci Yokusu No: 45.",
            "title": "Lal Batman: Exposé",
            "content": null,
            "start_time": "2022-02-10T01:00:00.000000Z",
            "end_time": "2022-03-27T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Kazanci Yokusu No: 45",
            "city": "Istanbul",
            "geolocation": "41.0351348,28.9861296",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 7689,
            "author": {
                "id": "75f4c134-070f-4188-88b5-70ff9cdc8a66",
                "username": "bsmtspace",
                "slug": "bsmtspace",
                "first_name": "Greg",
                "last_name": "Key",
                "display_name": "Greg Key",
                "display_name_full": "Greg Key",
                "email": "info@bsmt.co.uk",
                "telephone": "+44 7917 225169"
            },
            "price": null,
            "featured_image": {
                "id": 8729,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f996debce9f47e293e70f1823b8e1cf-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f996debce9f47e293e70f1823b8e1cf-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9f996debce9f47e293e70f1823b8e1cf.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f996debce9f47e293e70f1823b8e1cf-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f996debce9f47e293e70f1823b8e1cf-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f996debce9f47e293e70f1823b8e1cf-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f996debce9f47e293e70f1823b8e1cf-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f996debce9f47e293e70f1823b8e1cf-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f996debce9f47e293e70f1823b8e1cf-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f996debce9f47e293e70f1823b8e1cf-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-07T15:58:50.274556Z",
                "updated_at": "2022-03-07T15:58:50.274591Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3104,
                "name": "BSMT Space",
                "slug": "bsmt-space",
                "city": "East London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5457405,-0.0759285",
                "artworks_for_sale_count": 2,
                "featured_image": {
                    "id": 2983,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/P1043125.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-08-13T18:55:39.175349Z",
                    "updated_at": "2021-09-14T13:43:24.864422Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "75f4c134-070f-4188-88b5-70ff9cdc8a66"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-03-07T15:58:53.590767Z",
            "publish_time": null,
            "slug": "bsmt-space-dope-debut-show-by-epod-bsmt-2022-03-10",
            "created_at": "2022-03-07T15:58:54.312056Z",
            "updated_at": "2022-08-03T08:41:55.224237Z",
            "summary": "DOPE - debut show by .epoD @ BSMT is an Gallery Shows event starting on 10/03/2022, 01:00 and ending on 27/03/2022, 01:00. Event is in BSMT Space with address 529 Kingsland Road.",
            "title": "DOPE - debut show by .epoD @ BSMT",
            "content": null,
            "start_time": "2022-03-10T01:00:00.000000Z",
            "end_time": "2022-03-27T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "529 Kingsland Road",
            "city": "London",
            "geolocation": "51.5457487,-0.0759116",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 7735,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 3355,
                "name": "APT (Art in Perpetuity Trust)",
                "slug": "apt-art-perpetuity-trust",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4765177,-0.0210759",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-03-09T13:42:33.772775Z",
            "publish_time": null,
            "slug": "apt-art-in-perpetuity-trust-call-it-what-you-will-the-moment-has-its-own-dimensions-2022-03-17",
            "created_at": "2022-03-09T13:42:34.503130Z",
            "updated_at": "2022-03-09T13:42:35.068183Z",
            "summary": "Call It What You Will, The Moment Has Its Own Dimensions is an Gallery Shows event starting on 17/03/2022, 01:00 and ending on 27/03/2022, 01:00. Event is in APT (Art in Perpetuity Trust) with address Harold Wharf.",
            "title": "Call It What You Will, The Moment Has Its Own Dimensions",
            "content": null,
            "start_time": "2022-03-17T01:00:00.000000Z",
            "end_time": "2022-03-27T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Harold Wharf",
            "city": "London",
            "geolocation": "51.5105494,-0.025593066610859437",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 7737,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 8769,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2828848317bd45789b43dc7488134910-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2828848317bd45789b43dc7488134910-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2828848317bd45789b43dc7488134910.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2828848317bd45789b43dc7488134910-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2828848317bd45789b43dc7488134910-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2828848317bd45789b43dc7488134910-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2828848317bd45789b43dc7488134910-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2828848317bd45789b43dc7488134910-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2828848317bd45789b43dc7488134910-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2828848317bd45789b43dc7488134910-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-09T13:42:35.504012Z",
                "updated_at": "2022-03-09T13:42:35.504046Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3230,
                "name": "Anna Laudel",
                "slug": "anna-laudel",
                "city": "Istanbul",
                "country": {
                    "code": "TR",
                    "name": "Turkey"
                },
                "geolocation": "41.0239412,28.9738015",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "TR",
            "publish_status": "published",
            "published_at": "2022-03-09T13:42:38.826564Z",
            "publish_time": null,
            "slug": "anna-laudel-expose-2022-02-10",
            "created_at": "2022-03-09T13:42:39.565345Z",
            "updated_at": "2022-03-09T13:42:39.604444Z",
            "summary": "Exposé is an Gallery Shows event starting on 10/02/2022, 01:00 and ending on 27/03/2022, 01:00. Event is in Anna Laudel with address Kazancı Yokusu No: 45 Gumuşsuyu Mah., Beyoglu 34437 Istanbul, Turkey.",
            "title": "Exposé",
            "content": null,
            "start_time": "2022-02-10T01:00:00.000000Z",
            "end_time": "2022-03-27T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Kazancı Yokusu No: 45 Gumuşsuyu Mah., Beyoglu 34437 Istanbul, Turkey",
            "city": "Istanbul",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 7782,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 8810,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17c5659866074c6eb8173e98847393f3-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17c5659866074c6eb8173e98847393f3-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/17c5659866074c6eb8173e98847393f3.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17c5659866074c6eb8173e98847393f3-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17c5659866074c6eb8173e98847393f3-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17c5659866074c6eb8173e98847393f3-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17c5659866074c6eb8173e98847393f3-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17c5659866074c6eb8173e98847393f3-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17c5659866074c6eb8173e98847393f3-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17c5659866074c6eb8173e98847393f3-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-09T15:29:03.984899Z",
                "updated_at": "2022-03-09T15:29:03.984953Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3398,
                "name": "Espacio Gallery",
                "slug": "espacio-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5255803,-0.0704685",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-03-09T15:29:08.698413Z",
            "publish_time": null,
            "slug": "espacio-gallery-stories-in-stitch-2022-03-22",
            "created_at": "2022-03-09T15:29:09.805653Z",
            "updated_at": "2022-03-09T15:29:10.172048Z",
            "summary": "Stories in Stitch is an Gallery Shows event starting on 22/03/2022, 01:00 and ending on 27/03/2022, 01:00. Event is in Espacio Gallery with address 159 Bethnal Green Road.",
            "title": "Stories in Stitch",
            "content": null,
            "start_time": "2022-03-22T01:00:00.000000Z",
            "end_time": "2022-03-27T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "159 Bethnal Green Road",
            "city": "London",
            "geolocation": "51.5258091,-0.0689338",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 7888,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 8899,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/324650e124344ca48ebcdf0c77f05ea3-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/324650e124344ca48ebcdf0c77f05ea3-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/324650e124344ca48ebcdf0c77f05ea3.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/324650e124344ca48ebcdf0c77f05ea3-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/324650e124344ca48ebcdf0c77f05ea3-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/324650e124344ca48ebcdf0c77f05ea3-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/324650e124344ca48ebcdf0c77f05ea3-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/324650e124344ca48ebcdf0c77f05ea3-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/324650e124344ca48ebcdf0c77f05ea3-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/324650e124344ca48ebcdf0c77f05ea3-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-16T18:42:45.375638Z",
                "updated_at": "2022-03-16T18:42:45.375671Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3601,
                "name": "Cromwell Place",
                "slug": "cromwell-place",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4951078,-0.174608",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-03-16T18:42:49.731705Z",
            "publish_time": null,
            "slug": "cromwell-place-macarena-rojas-osterling-the-spaces-between-black-box-projects-2022-03-15",
            "created_at": "2022-03-16T18:42:50.581379Z",
            "updated_at": "2022-03-16T18:42:51.055634Z",
            "summary": "Macarena Rojas Osterling | The Spaces Between | Black Box Projects is an Gallery Shows event starting on 15/03/2022, 01:00 and ending on 27/03/2022, 01:00. Event is in Cromwell Place with address 1-5 Cromwell Place.",
            "title": "Macarena Rojas Osterling | The Spaces Between | Black Box Projects",
            "content": null,
            "start_time": "2022-03-15T01:00:00.000000Z",
            "end_time": "2022-03-27T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1-5 Cromwell Place",
            "city": "London",
            "geolocation": "-37.8470368,144.9991194",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 19393,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 18828,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/591f0d515cca49c0aa9f6b5488542758-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/591f0d515cca49c0aa9f6b5488542758-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/591f0d515cca49c0aa9f6b5488542758.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/591f0d515cca49c0aa9f6b5488542758-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/591f0d515cca49c0aa9f6b5488542758-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/591f0d515cca49c0aa9f6b5488542758-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/591f0d515cca49c0aa9f6b5488542758-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/591f0d515cca49c0aa9f6b5488542758-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/591f0d515cca49c0aa9f6b5488542758-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/591f0d515cca49c0aa9f6b5488542758-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-12T09:52:08.541136Z",
                "updated_at": "2023-02-10T14:28:00.630757Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6058,
                "name": "Ione & Mann",
                "slug": "ione-mann",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4951078,-0.174608",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-01-12T09:52:09.071620Z",
            "publish_time": null,
            "slug": "ione-mann-jonathan-kelly-truths-and-rights-2022-03-16",
            "created_at": "2023-01-12T09:52:09.947456Z",
            "updated_at": "2023-01-12T09:52:09.947475Z",
            "summary": null,
            "title": "JONATHAN KELLY | Truths and Rights",
            "content": null,
            "start_time": "2022-03-16T01:00:00.000000Z",
            "end_time": "2022-03-27T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Cromwell Place",
            "city": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 7966,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 8956,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/788edd4464b64debae4dd408956e5a20-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/788edd4464b64debae4dd408956e5a20-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/788edd4464b64debae4dd408956e5a20.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/788edd4464b64debae4dd408956e5a20-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/788edd4464b64debae4dd408956e5a20-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/788edd4464b64debae4dd408956e5a20-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/788edd4464b64debae4dd408956e5a20-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/788edd4464b64debae4dd408956e5a20-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/788edd4464b64debae4dd408956e5a20-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/788edd4464b64debae4dd408956e5a20-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-27T21:14:33.530300Z",
                "updated_at": "2022-03-27T21:14:33.530337Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4681,
                "name": "Eames Fine Art Print Room",
                "slug": "eames-fine-art-print-room",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4994087,-0.0811523",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-03-27T21:14:37.019757Z",
            "publish_time": null,
            "slug": "eames-fine-art-print-room-mychael-barratt-artists-dogs-2022-02-24",
            "created_at": "2022-03-27T21:14:38.573712Z",
            "updated_at": "2022-03-27T21:14:39.206206Z",
            "summary": "Mychael Barratt | Artists' Dogs is an Gallery Shows event starting on 24/02/2022, 01:00 and ending on 27/03/2022, 01:00. Event is in Eames Fine Art Print Room with address 159 Bermondsey Street.",
            "title": "Mychael Barratt | Artists' Dogs",
            "content": null,
            "start_time": "2022-02-24T01:00:00.000000Z",
            "end_time": "2022-03-27T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "159 Bermondsey Street",
            "city": "London",
            "geolocation": "51.4993673,-0.08095277421863051",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 5902,
            "author": {
                "id": "d846e17f-911d-4484-bb4d-0c22ff232abc",
                "username": "gary_1395",
                "slug": "gary_1395",
                "first_name": "Gary",
                "last_name": "Rush",
                "display_name": "Gary Rush",
                "display_name_full": "Gary Rush",
                "email": "garyrush@elainefleckgallery.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 7156,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bcbf7dde9cd744b4bc324cc802bd197b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bcbf7dde9cd744b4bc324cc802bd197b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bcbf7dde9cd744b4bc324cc802bd197b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bcbf7dde9cd744b4bc324cc802bd197b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bcbf7dde9cd744b4bc324cc802bd197b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bcbf7dde9cd744b4bc324cc802bd197b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bcbf7dde9cd744b4bc324cc802bd197b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bcbf7dde9cd744b4bc324cc802bd197b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bcbf7dde9cd744b4bc324cc802bd197b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bcbf7dde9cd744b4bc324cc802bd197b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-12-12T20:23:53.992346Z",
                "updated_at": "2021-12-12T20:23:53.992382Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "d846e17f-911d-4484-bb4d-0c22ff232abc"
            },
            "venue": {
                "id": 2982,
                "name": "Elaine Fleck Gallery",
                "slug": "elaine-fleck-gallery",
                "city": "Toronto",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "43.6407994,-79.43458780000003",
                "artworks_for_sale_count": 2,
                "featured_image": {
                    "id": 2773,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Elaine-Fleck-Gallery-profile-image.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-05-07T21:41:33.430798Z",
                    "updated_at": "2021-09-14T13:38:18.615660Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2021-12-12T20:24:00.283099Z",
            "publish_time": null,
            "slug": "brandon-steens-gorta-mor-the-irish-diaspora-in-toronto",
            "created_at": "2021-12-12T20:24:00.287261Z",
            "updated_at": "2021-12-12T20:24:00.333361Z",
            "summary": "BRANDON STEEN'S \"GORTA MÓR - The Irish Diaspora In Toronto\" is an Gallery Shows event starting on 03/03/2022, 12:00 and ending on 27/03/2022, 16:00. Event is in Elaine Fleck Gallery with address 1351 Queen Street West.",
            "title": "BRANDON STEEN'S \"GORTA MÓR - The Irish Diaspora In Toronto\"",
            "content": "The Irish diaspora in Toronto is a community of which he counts himself to be a part of. \r\n\r\nDuring the pandemic the artist admits he took strength in not only his ancestors surviving the Great Irish Famine but all of the Irish peoples who survived horrific horrors; “my wife has a severely compromised immune system, bringing Covid home would be fatal for her. So if they navigated those atrocities surely I can stay away from Covid and keep me and wife Janie alive”. In 1847, dubbed Black 47 the total population of Toronto totalled less than 19,000 and from May to October of 1847 some 38,560 Irish migrants arrived by coffin ships to Toronto on the very sight of where Ireland Park sits today. That level of immigration is astounding to which Brandon says “that openness is what lies at the core of a Torontonian”.",
            "start_time": "2022-03-03T12:00:00.000000Z",
            "end_time": "2022-03-27T16:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1351 Queen Street West",
            "city": "",
            "geolocation": "43.6407994,-79.43458780000003",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 6767,
            "author": {
                "id": "6997f44f-1e5e-4516-b00c-c28e24f0eb1e",
                "username": "joanneartman",
                "slug": "joanneartman",
                "first_name": "JoAnne",
                "last_name": "Artman",
                "display_name": "JoAnne Artman",
                "display_name_full": "JoAnne Artman",
                "email": "byrnestory@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 7920,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/62d2216eb7db4b98962b79b17d69308e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/62d2216eb7db4b98962b79b17d69308e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/62d2216eb7db4b98962b79b17d69308e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/62d2216eb7db4b98962b79b17d69308e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/62d2216eb7db4b98962b79b17d69308e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/62d2216eb7db4b98962b79b17d69308e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/62d2216eb7db4b98962b79b17d69308e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/62d2216eb7db4b98962b79b17d69308e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/62d2216eb7db4b98962b79b17d69308e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/62d2216eb7db4b98962b79b17d69308e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-26T20:29:42.314454Z",
                "updated_at": "2022-01-26T20:29:42.314488Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "6997f44f-1e5e-4516-b00c-c28e24f0eb1e"
            },
            "venue": {
                "id": 2812,
                "name": "JoAnne Artman Gallery New York",
                "slug": "joanne-artman-gallery-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7474216,-74.00528099999997",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 3,
                "image": null,
                "slug": "art-fairs",
                "created_at": "2020-06-02T15:33:40.534223Z",
                "updated_at": "2021-03-29T12:18:45.718972Z",
                "name": "Art Fairs",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-01-26T20:28:37.680512Z",
            "publish_time": null,
            "slug": "joanne-artman-gallery-at-new-york-affordable-art-fair-booth-d21",
            "created_at": "2022-01-26T20:28:37.684477Z",
            "updated_at": "2022-01-26T20:29:49.821635Z",
            "summary": "JoAnne Artman Gallery at New York Affordable Art Fair Booth D21 is an Art Fairs event starting on 24/03/2022, 18:00 and ending on 27/03/2022, 17:00. Event is in JoAnne Artman Gallery New York with address 125 W 18th St, New York, NY 10011, USA.",
            "title": "JoAnne Artman Gallery at New York Affordable Art Fair Booth D21",
            "content": "We are pleased to announce our participation in the annual spring edition of Affordable Art Fair, New York, returning March 24th-March 27th, 2022 at Chelsea’s Metropolitan Pavilion.  Showcasing original, contemporary artworks ranging between $100 and $10,000, AAF in NYC provides the unique opportunity to discover and buy from both emerging and well-known talents.\r\n\r\nJoAnne Artman Gallery will be showcasing the work of America Martin, Anna Kincaide, Brooke Shaden, Carla Talopp, Ellen Von Wiegand, Greg Miller, Jenna Krypell, John “Crash” Matos, Mary Finlayson, Swan Scalabre, and Marly McFly. In a collaborative effort to bridge the abstract and figurative arts together, this carefully selected group explores a wide range of topics and pop culture influences. Unified through inter-media approach, these featured artists showcase their commitments to technical mastery and conceptual expression.\r\n\r\nWe invite you to join us at Affordable Art Fair, New York as we celebrate the visual dialogues",
            "start_time": "2022-03-24T18:00:00.000000Z",
            "end_time": "2022-03-27T17:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "125 W 18th St, New York, NY 10011, USA",
            "city": "New York",
            "geolocation": "40.7405149,-73.9960595",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 7363,
            "author": {
                "id": "4c42e595-90e3-4997-a780-3d212b4df28c",
                "username": "planet3arth@gmail.com",
                "slug": "planet3arthgmailcom",
                "first_name": "Luba",
                "last_name": "Ramirez",
                "display_name": null,
                "display_name_full": "Luba Ramirez",
                "email": "planet3arth@gmail.com",
                "telephone": "+1 845-548-5161"
            },
            "price": null,
            "featured_image": {
                "id": 8447,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20f3716b955043ecb6660388cb849d44-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20f3716b955043ecb6660388cb849d44-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/20f3716b955043ecb6660388cb849d44.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20f3716b955043ecb6660388cb849d44-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20f3716b955043ecb6660388cb849d44-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20f3716b955043ecb6660388cb849d44-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20f3716b955043ecb6660388cb849d44-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20f3716b955043ecb6660388cb849d44-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20f3716b955043ecb6660388cb849d44-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20f3716b955043ecb6660388cb849d44-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-02-22T19:13:48.662650Z",
                "updated_at": "2022-02-22T19:13:48.662684Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "4c42e595-90e3-4997-a780-3d212b4df28c"
            },
            "venue": {
                "id": 3248,
                "name": "ArtToSaveLives Contemporary",
                "slug": "arttosavelives-contemporary",
                "city": "Miami",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "25.8646534,-80.1931604",
                "artworks_for_sale_count": 17,
                "featured_image": {
                    "id": 4317,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bf4b872b881d4e26a1e7a1514016b438-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bf4b872b881d4e26a1e7a1514016b438-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bf4b872b881d4e26a1e7a1514016b438-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/bf4b872b881d4e26a1e7a1514016b438.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bf4b872b881d4e26a1e7a1514016b438-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bf4b872b881d4e26a1e7a1514016b438-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bf4b872b881d4e26a1e7a1514016b438-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bf4b872b881d4e26a1e7a1514016b438-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2023-06-05T19:30:25.224123Z",
                    "updated_at": "2023-06-05T19:30:25.224160Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "4c42e595-90e3-4997-a780-3d212b4df28c"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2022-02-22T19:14:05.853961Z",
            "publish_time": null,
            "slug": "unity",
            "created_at": "2022-02-22T19:14:05.857258Z",
            "updated_at": "2022-02-22T19:14:05.900801Z",
            "summary": "UNITY is an Gallery Shows event starting on 19/02/2022, 18:00 and ending on 27/03/2022, 21:00. Event is in ArtToSaveLives Contemporary with address 9705 NE 2nd Ave, Miami, FL 33138, USA.",
            "title": "UNITY",
            "content": "ArtToSaveLives Contemporary is proud to present UNITY - a Group Show featuring six very talented artists from a local Miami Artist Residency. With this group show we hope to bring together not only the artists, but the local art community as well. This exhibition is on view until March 27th.\n\nPlease inquire within for any artworks that are of interest - gallery@arttosavelives.org",
            "start_time": "2022-02-19T18:00:00.000000Z",
            "end_time": "2022-03-27T21:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "9705 NE 2nd Ave, Miami, FL 33138, USA",
            "city": "",
            "geolocation": "25.8646534,-80.1931604",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 7364,
            "author": {
                "id": "4c42e595-90e3-4997-a780-3d212b4df28c",
                "username": "planet3arth@gmail.com",
                "slug": "planet3arthgmailcom",
                "first_name": "Luba",
                "last_name": "Ramirez",
                "display_name": null,
                "display_name_full": "Luba Ramirez",
                "email": "planet3arth@gmail.com",
                "telephone": "+1 845-548-5161"
            },
            "price": null,
            "featured_image": {
                "id": 8448,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2293a3a3c2e444ba078f18ba5f5c4ca-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2293a3a3c2e444ba078f18ba5f5c4ca-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c2293a3a3c2e444ba078f18ba5f5c4ca.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2293a3a3c2e444ba078f18ba5f5c4ca-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2293a3a3c2e444ba078f18ba5f5c4ca-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2293a3a3c2e444ba078f18ba5f5c4ca-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2293a3a3c2e444ba078f18ba5f5c4ca-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2293a3a3c2e444ba078f18ba5f5c4ca-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2293a3a3c2e444ba078f18ba5f5c4ca-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2293a3a3c2e444ba078f18ba5f5c4ca-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-02-22T19:26:49.971464Z",
                "updated_at": "2022-02-22T19:26:49.971498Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "4c42e595-90e3-4997-a780-3d212b4df28c"
            },
            "venue": {
                "id": 3248,
                "name": "ArtToSaveLives Contemporary",
                "slug": "arttosavelives-contemporary",
                "city": "Miami",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "25.8646534,-80.1931604",
                "artworks_for_sale_count": 17,
                "featured_image": {
                    "id": 4317,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bf4b872b881d4e26a1e7a1514016b438-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bf4b872b881d4e26a1e7a1514016b438-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bf4b872b881d4e26a1e7a1514016b438-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/bf4b872b881d4e26a1e7a1514016b438.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bf4b872b881d4e26a1e7a1514016b438-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bf4b872b881d4e26a1e7a1514016b438-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bf4b872b881d4e26a1e7a1514016b438-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bf4b872b881d4e26a1e7a1514016b438-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2023-06-05T19:30:25.224123Z",
                    "updated_at": "2023-06-05T19:30:25.224160Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "4c42e595-90e3-4997-a780-3d212b4df28c"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2022-02-22T19:27:07.467922Z",
            "publish_time": null,
            "slug": "audreys-journey",
            "created_at": "2022-02-22T19:27:07.471267Z",
            "updated_at": "2022-02-22T19:27:07.510106Z",
            "summary": "Audrey's Journey is an Gallery Shows event starting on 12/02/2022, 18:00 and ending on 27/03/2022, 21:00. Event is in ArtToSaveLives Contemporary with address 9705 NE 2nd Ave, Miami, FL 33138, USA.",
            "title": "Audrey's Journey",
            "content": "‘Audrey’s Journey’ is JuanCarlos’ new parallel narrative. This story won't have the traditional tale write up JuanCarlos has accustomed us to, it will rather be a question for us to ask ourselves: \"What if God was a little girl from a different dimension, how would the journey of her creation of all that exists be?\" This series thus far leans more towards a philosophical, scientific and theoretical framework, asking questions of the origins of the universe and existence, all while taking us on a journey of the imagination through the eyes of a child.\nThe idea of Audrey began back in 2003, when JuanCarlos first developed this concept. In this series, JuanCarlos purposely explores flatness of paint with naïve nuances, with a transparent silhouette of his main character, having the viewer experience these works from a child's perspective. There are limitless possibilities to a child's imagination, so we invite you to enjoy its whimsical nature!",
            "start_time": "2022-02-12T18:00:00.000000Z",
            "end_time": "2022-03-27T21:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "9705 NE 2nd Ave, Miami, FL 33138, USA",
            "city": "",
            "geolocation": "25.8646534,-80.1931604",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                15781
            ],
            "artworks": [
                85165
            ],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 14307,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 14216,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f7c07303aab44fc8444f99efd96cb18-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f7c07303aab44fc8444f99efd96cb18-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5f7c07303aab44fc8444f99efd96cb18.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f7c07303aab44fc8444f99efd96cb18-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f7c07303aab44fc8444f99efd96cb18-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f7c07303aab44fc8444f99efd96cb18-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f7c07303aab44fc8444f99efd96cb18-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f7c07303aab44fc8444f99efd96cb18-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f7c07303aab44fc8444f99efd96cb18-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f7c07303aab44fc8444f99efd96cb18-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-09-13T08:28:32.727264Z",
                "updated_at": "2022-09-13T08:28:32.727299Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6750,
                "name": "Asia House",
                "slug": "asia-house",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.51966179999999,-0.1461568",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-09-13T08:28:36.427911Z",
            "publish_time": null,
            "slug": "asia-house-james-vaulkhard-the-world-waxed-green-2022-03-22",
            "created_at": "2022-09-13T08:28:37.235173Z",
            "updated_at": "2022-09-13T08:28:37.617061Z",
            "summary": "James Vaulkhard | The World Waxed Green is an Gallery Shows event starting on 22/03/2022, 01:00 and ending on 28/03/2022, 00:00. Event is in Asia House with address 63 New Cavendish St.",
            "title": "James Vaulkhard | The World Waxed Green",
            "content": null,
            "start_time": "2022-03-22T01:00:00.000000Z",
            "end_time": "2022-03-28T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "63 New Cavendish St",
            "city": "London",
            "geolocation": "51.5196242,-0.1461833",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 7552,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 8618,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d109f553d63c4d1c8fc95624b11b4300-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d109f553d63c4d1c8fc95624b11b4300-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d109f553d63c4d1c8fc95624b11b4300.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d109f553d63c4d1c8fc95624b11b4300-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d109f553d63c4d1c8fc95624b11b4300-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d109f553d63c4d1c8fc95624b11b4300-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d109f553d63c4d1c8fc95624b11b4300-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d109f553d63c4d1c8fc95624b11b4300-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d109f553d63c4d1c8fc95624b11b4300-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d109f553d63c4d1c8fc95624b11b4300-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-02-28T17:34:50.857007Z",
                "updated_at": "2022-02-28T17:34:50.857079Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4102,
                "name": "Noho Studios",
                "slug": "noho-studios",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5189092,-0.1409745",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-02-28T17:34:55.143961Z",
            "publish_time": null,
            "slug": "noho-studios-thomas-adam-chemtrails-over-camberwell-2022-03-18",
            "created_at": "2022-02-28T17:34:55.997930Z",
            "updated_at": "2022-02-28T17:34:56.352692Z",
            "summary": "Thomas Adam: Chemtrails Over Camberwell is an Gallery Shows event starting on 18/03/2022, 01:00 and ending on 28/03/2022, 00:00. Event is in Noho Studios with address 46 Great Titchfield Street.",
            "title": "Thomas Adam: Chemtrails Over Camberwell",
            "content": null,
            "start_time": "2022-03-18T01:00:00.000000Z",
            "end_time": "2022-03-28T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "46 Great Titchfield Street",
            "city": "London",
            "geolocation": "51.518146099999996,-0.1401803437739442",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 7641,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 8698,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02d203c515f64fdeb71899112e9fc240-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02d203c515f64fdeb71899112e9fc240-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/02d203c515f64fdeb71899112e9fc240.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02d203c515f64fdeb71899112e9fc240-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02d203c515f64fdeb71899112e9fc240-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02d203c515f64fdeb71899112e9fc240-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02d203c515f64fdeb71899112e9fc240-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02d203c515f64fdeb71899112e9fc240-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02d203c515f64fdeb71899112e9fc240-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02d203c515f64fdeb71899112e9fc240-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-04T13:03:31.344010Z",
                "updated_at": "2022-03-04T13:03:31.344045Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4102,
                "name": "Noho Studios",
                "slug": "noho-studios",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5189092,-0.1409745",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-03-04T13:03:35.077182Z",
            "publish_time": null,
            "slug": "noho-studios-praxis-2022-03-18",
            "created_at": "2022-03-04T13:03:35.839741Z",
            "updated_at": "2022-03-04T13:03:36.193718Z",
            "summary": "Praxis is an Gallery Shows event starting on 18/03/2022, 01:00 and ending on 28/03/2022, 00:00. Event is in Noho Studios with address 46 Great Titchfield Street.",
            "title": "Praxis",
            "content": null,
            "start_time": "2022-03-18T01:00:00.000000Z",
            "end_time": "2022-03-28T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "46 Great Titchfield Street",
            "city": "London",
            "geolocation": "51.518146099999996,-0.1401803437739442",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 12438,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 12736,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3d8bee4bca5a42299d7067e99f499768-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3d8bee4bca5a42299d7067e99f499768-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3d8bee4bca5a42299d7067e99f499768.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3d8bee4bca5a42299d7067e99f499768-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3d8bee4bca5a42299d7067e99f499768-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3d8bee4bca5a42299d7067e99f499768-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3d8bee4bca5a42299d7067e99f499768-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3d8bee4bca5a42299d7067e99f499768-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3d8bee4bca5a42299d7067e99f499768-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3d8bee4bca5a42299d7067e99f499768-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-15T21:42:21.101250Z",
                "updated_at": "2022-08-15T21:42:21.101289Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6209,
                "name": "Apiary Studios",
                "slug": "apiary-studios",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5321528,-0.05892480000000001",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-08-15T21:42:25.773058Z",
            "publish_time": null,
            "slug": "apiary-studios-proserpina-henry-baker-and-preslav-kostov-2022-03-24",
            "created_at": "2022-08-15T21:42:26.562848Z",
            "updated_at": "2022-08-15T21:42:27.373912Z",
            "summary": "Proserpina: Henry Baker and Preslav Kostov is an Gallery Shows event starting on 24/03/2022, 01:00 and ending on 28/03/2022, 00:00. Event is in Apiary Studios with address 458 Hackney Road.",
            "title": "Proserpina: Henry Baker and Preslav Kostov",
            "content": null,
            "start_time": "2022-03-24T01:00:00.000000Z",
            "end_time": "2022-03-28T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "458 Hackney Road",
            "city": "London",
            "geolocation": "39.52153994114489,-83.91965698763906",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        }
    ]
}