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=35262&ordering=start_time
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 37604,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=35280&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=35244&ordering=start_time",
    "results": [
        {
            "id": 36199,
            "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": 34271,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9593c6dfd2a24d6db54978386f41e720-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9593c6dfd2a24d6db54978386f41e720-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9593c6dfd2a24d6db54978386f41e720-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9593c6dfd2a24d6db54978386f41e720-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9593c6dfd2a24d6db54978386f41e720-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9593c6dfd2a24d6db54978386f41e720.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9593c6dfd2a24d6db54978386f41e720-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9593c6dfd2a24d6db54978386f41e720-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9593c6dfd2a24d6db54978386f41e720-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9593c6dfd2a24d6db54978386f41e720-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-21T16:35:33.168998Z",
                "updated_at": "2024-02-21T16:35:33.169027Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4470,
                "name": "Anton Kern Gallery",
                "slug": "anton-kern-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7610243,-73.97403349999999",
                "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": "US",
            "publish_status": "published",
            "published_at": "2024-02-21T16:35:39.088087Z",
            "publish_time": null,
            "slug": "anton-kern-gallery-brian-calvin-onwards-2024-02-22",
            "created_at": "2024-02-21T16:35:39.987249Z",
            "updated_at": "2024-02-21T16:35:41.578207Z",
            "summary": "Brian Calvin. Onwards is an Gallery Shows event starting on 22/02/2024, 01:00 and ending on 29/03/2024, 01:00. Event is in Anton Kern Gallery with address 16 East 55th Street.",
            "title": "Brian Calvin. Onwards",
            "content": null,
            "start_time": "2024-02-22T01:00:00.000000Z",
            "end_time": "2024-03-29T01: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": "16 East 55th Street",
            "city": "New York",
            "geolocation": "40.761034699999996,-73.97400419721012",
            "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": 36200,
            "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": 34272,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ee901be5fdf34621981205180e2ffec1-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ee901be5fdf34621981205180e2ffec1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ee901be5fdf34621981205180e2ffec1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ee901be5fdf34621981205180e2ffec1-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ee901be5fdf34621981205180e2ffec1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ee901be5fdf34621981205180e2ffec1.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ee901be5fdf34621981205180e2ffec1-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ee901be5fdf34621981205180e2ffec1-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ee901be5fdf34621981205180e2ffec1-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ee901be5fdf34621981205180e2ffec1-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-21T16:35:42.277147Z",
                "updated_at": "2024-02-21T16:35:42.277205Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4470,
                "name": "Anton Kern Gallery",
                "slug": "anton-kern-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7610243,-73.97403349999999",
                "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": "US",
            "publish_status": "published",
            "published_at": "2024-02-21T16:35:47.379064Z",
            "publish_time": null,
            "slug": "anton-kern-gallery-elene-chantladze-2024-02-22",
            "created_at": "2024-02-21T16:35:48.279564Z",
            "updated_at": "2024-02-21T16:35:49.338047Z",
            "summary": "Elene Chantladze is an Gallery Shows event starting on 22/02/2024, 01:00 and ending on 30/03/2024, 01:00. Event is in Anton Kern Gallery with address 16 East 55th Street.",
            "title": "Elene Chantladze",
            "content": null,
            "start_time": "2024-02-22T01:00:00.000000Z",
            "end_time": "2024-03-30T01: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": "16 East 55th Street",
            "city": "New York",
            "geolocation": "40.761034699999996,-73.97400419721012",
            "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": 36211,
            "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": 34283,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/043df2d042a04e4a9978d6967c1bc2ed-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/043df2d042a04e4a9978d6967c1bc2ed-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/043df2d042a04e4a9978d6967c1bc2ed-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/043df2d042a04e4a9978d6967c1bc2ed-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/043df2d042a04e4a9978d6967c1bc2ed-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/043df2d042a04e4a9978d6967c1bc2ed.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/043df2d042a04e4a9978d6967c1bc2ed-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/043df2d042a04e4a9978d6967c1bc2ed-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/043df2d042a04e4a9978d6967c1bc2ed-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/043df2d042a04e4a9978d6967c1bc2ed-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-21T16:36:55.974167Z",
                "updated_at": "2024-02-21T16:36:55.974232Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3892,
                "name": "Cadogan Contemporary, London",
                "slug": "cadogan-contemporary-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4925922,-0.1769477",
                "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": "2024-02-21T16:37:03.893421Z",
            "publish_time": null,
            "slug": "cadogan-contemporary-london-ramon-enrich-imminencia-2024-02-22",
            "created_at": "2024-02-21T16:37:04.790511Z",
            "updated_at": "2024-02-21T16:37:06.129496Z",
            "summary": "Ramon Enrich. Imminencia is an Gallery Shows event starting on 22/02/2024, 01:00 and ending on 28/03/2024, 01:00. Event is in Cadogan Contemporary, London with address 87 Old Brompton Road.",
            "title": "Ramon Enrich. Imminencia",
            "content": null,
            "start_time": "2024-02-22T01:00:00.000000Z",
            "end_time": "2024-03-28T01: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": "87 Old Brompton Road",
            "city": "London",
            "geolocation": "51.4926003,-0.1770154",
            "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": 36224,
            "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": 34296,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fba7e424a4414773bf917de62e2c1875-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fba7e424a4414773bf917de62e2c1875-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fba7e424a4414773bf917de62e2c1875-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fba7e424a4414773bf917de62e2c1875-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fba7e424a4414773bf917de62e2c1875-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fba7e424a4414773bf917de62e2c1875.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fba7e424a4414773bf917de62e2c1875-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fba7e424a4414773bf917de62e2c1875-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fba7e424a4414773bf917de62e2c1875-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fba7e424a4414773bf917de62e2c1875-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-21T16:37:33.612909Z",
                "updated_at": "2024-02-21T16:37:33.612949Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8523,
                "name": "David Zwirner | 34 East 69th",
                "slug": "david-zwirner-34-east-69th",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7694758,-73.96649339999999",
                "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": "US",
            "publish_status": "published",
            "published_at": "2024-02-21T16:37:43.844956Z",
            "publish_time": null,
            "slug": "david-zwirner-34-east-69th-huma-bhabha-welcometo-the-one-who-came-2024-02-22",
            "created_at": "2024-02-21T16:37:44.801731Z",
            "updated_at": "2024-02-21T16:37:45.420803Z",
            "summary": "Huma Bhabha. Welcome…to the one who came is an Gallery Shows event starting on 22/02/2024, 01:00 and ending on 13/04/2024, 00:00. Event is in David Zwirner | 34 East 69th with address 34 East 69th Street.",
            "title": "Huma Bhabha. Welcome…to the one who came",
            "content": null,
            "start_time": "2024-02-22T01:00:00.000000Z",
            "end_time": "2024-04-13T00: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": "34 East 69th Street",
            "city": "New York",
            "geolocation": "40.7694688,-73.96648327397803",
            "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": 36225,
            "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": 34297,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/63a642e0b5e34c7896ba6bb6d0be7b72-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/63a642e0b5e34c7896ba6bb6d0be7b72-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/63a642e0b5e34c7896ba6bb6d0be7b72-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/63a642e0b5e34c7896ba6bb6d0be7b72-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/63a642e0b5e34c7896ba6bb6d0be7b72-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/63a642e0b5e34c7896ba6bb6d0be7b72.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/63a642e0b5e34c7896ba6bb6d0be7b72-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/63a642e0b5e34c7896ba6bb6d0be7b72-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/63a642e0b5e34c7896ba6bb6d0be7b72-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/63a642e0b5e34c7896ba6bb6d0be7b72-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-21T16:37:40.179518Z",
                "updated_at": "2024-02-21T16:37:40.179559Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9209,
                "name": "David Zwirner | 537 West 20th",
                "slug": "david-zwirner-537-west-20th",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7467702,-74.0072895",
                "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": "US",
            "publish_status": "published",
            "published_at": "2024-02-21T16:37:44.126070Z",
            "publish_time": null,
            "slug": "david-zwirner-537-west-20th-huma-bhabha-2024-02-22",
            "created_at": "2024-02-21T16:37:45.048626Z",
            "updated_at": "2024-02-21T16:37:46.332907Z",
            "summary": "Huma Bhabha is an Gallery Shows event starting on 22/02/2024, 01:00 and ending on 06/04/2024, 00:00. Event is in David Zwirner | 537 West 20th with address 537 West 20th Street.",
            "title": "Huma Bhabha",
            "content": null,
            "start_time": "2024-02-22T01:00:00.000000Z",
            "end_time": "2024-04-06T00: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": "537 West 20th Street",
            "city": "New York",
            "geolocation": "40.7466379,-74.0071808",
            "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": 36226,
            "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": 34298,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f1369dcd0fe8432b8da5a16d66c5e866-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f1369dcd0fe8432b8da5a16d66c5e866-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f1369dcd0fe8432b8da5a16d66c5e866-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f1369dcd0fe8432b8da5a16d66c5e866-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f1369dcd0fe8432b8da5a16d66c5e866-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f1369dcd0fe8432b8da5a16d66c5e866.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f1369dcd0fe8432b8da5a16d66c5e866-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f1369dcd0fe8432b8da5a16d66c5e866-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f1369dcd0fe8432b8da5a16d66c5e866-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f1369dcd0fe8432b8da5a16d66c5e866-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-21T16:37:46.321463Z",
                "updated_at": "2024-02-21T16:37:46.321502Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 320,
                "name": "David Zwirner 19th Street New York",
                "slug": "david-zwirner-19th-street",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7458738,-74.00704960000002",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 769,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/David-Zwirner-01-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/David-Zwirner-01-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/David-Zwirner-01-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/David-Zwirner-01-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/David-Zwirner-01-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/David-Zwirner-01-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/David-Zwirner-01.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/David-Zwirner-01-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-18T20:13:17.044639Z",
                    "updated_at": "2021-09-14T12:53:35.200178Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "David-Zwirner-01",
                    "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": "2024-02-21T16:37:51.444990Z",
            "publish_time": null,
            "slug": "david-zwirner-19th-street-new-york-raymond-saunders-post-no-bills-2024-02-22",
            "created_at": "2024-02-21T16:37:52.360603Z",
            "updated_at": "2024-02-21T16:37:52.402701Z",
            "summary": "Raymond Saunders. Post No Bills is an Gallery Shows event starting on 22/02/2024, 01:00 and ending on 06/04/2024, 00:00. Event is in David Zwirner 19th Street New York with address 519, 525 & 533 West 19th Street.",
            "title": "Raymond Saunders. Post No Bills",
            "content": null,
            "start_time": "2024-02-22T01:00:00.000000Z",
            "end_time": "2024-04-06T00: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": "519, 525 & 533 West 19th Street",
            "city": "New York",
            "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": 36228,
            "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": 34301,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a34188275d994a22b45c4de3655482c4-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a34188275d994a22b45c4de3655482c4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a34188275d994a22b45c4de3655482c4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a34188275d994a22b45c4de3655482c4-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a34188275d994a22b45c4de3655482c4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a34188275d994a22b45c4de3655482c4.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a34188275d994a22b45c4de3655482c4-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a34188275d994a22b45c4de3655482c4-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a34188275d994a22b45c4de3655482c4-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a34188275d994a22b45c4de3655482c4-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-21T16:39:17.610726Z",
                "updated_at": "2024-02-21T16:39:17.610763Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5488,
                "name": "Francois Ghebaly | LA",
                "slug": "francois-ghebaly-la",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0192753,-118.231774",
                "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": "US",
            "publish_status": "published",
            "published_at": "2024-02-21T16:39:20.435043Z",
            "publish_time": null,
            "slug": "francois-ghebaly-la-trulee-hall-she-shells-2024-02-22",
            "created_at": "2024-02-21T16:39:21.345075Z",
            "updated_at": "2024-02-21T16:39:22.704260Z",
            "summary": "Trulee Hall. She Shells is an Gallery Shows event starting on 22/02/2024, 01:00 and ending on 30/03/2024, 01:00. Event is in Francois Ghebaly | LA with address 2245 E Washington Blvd.",
            "title": "Trulee Hall. She Shells",
            "content": null,
            "start_time": "2024-02-22T01:00:00.000000Z",
            "end_time": "2024-03-30T01: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": "2245 E Washington Blvd",
            "city": "Los Angeles",
            "geolocation": "41.07937170265832,-85.1101615087608",
            "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": 36236,
            "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": 34302,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b62d6962c954cd9b032405c475b1929-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b62d6962c954cd9b032405c475b1929-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b62d6962c954cd9b032405c475b1929-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b62d6962c954cd9b032405c475b1929-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b62d6962c954cd9b032405c475b1929-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6b62d6962c954cd9b032405c475b1929.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b62d6962c954cd9b032405c475b1929-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b62d6962c954cd9b032405c475b1929-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b62d6962c954cd9b032405c475b1929-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b62d6962c954cd9b032405c475b1929-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-21T16:39:16.968192Z",
                "updated_at": "2024-02-21T16:39:16.968255Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5488,
                "name": "Francois Ghebaly | LA",
                "slug": "francois-ghebaly-la",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0192753,-118.231774",
                "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": "US",
            "publish_status": "published",
            "published_at": "2024-02-21T16:39:54.420903Z",
            "publish_time": null,
            "slug": "francois-ghebaly-la-ann-leda-shapiro-light-within-darkness-2024-02-22",
            "created_at": "2024-02-21T16:39:55.451787Z",
            "updated_at": "2024-02-21T16:39:56.714923Z",
            "summary": "Ann Leda Shapiro. Light Within Darkness is an Gallery Shows event starting on 22/02/2024, 01:00 and ending on 30/03/2024, 01:00. Event is in Francois Ghebaly | LA with address 2245 E Washington Blvd.",
            "title": "Ann Leda Shapiro. Light Within Darkness",
            "content": null,
            "start_time": "2024-02-22T01:00:00.000000Z",
            "end_time": "2024-03-30T01: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": "2245 E Washington Blvd",
            "city": "Los Angeles",
            "geolocation": "41.07937170265832,-85.1101615087608",
            "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": 36247,
            "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": 34315,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9851930623384339a38bfc8f71f4b6d7-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9851930623384339a38bfc8f71f4b6d7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9851930623384339a38bfc8f71f4b6d7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9851930623384339a38bfc8f71f4b6d7-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9851930623384339a38bfc8f71f4b6d7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9851930623384339a38bfc8f71f4b6d7.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9851930623384339a38bfc8f71f4b6d7-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9851930623384339a38bfc8f71f4b6d7-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9851930623384339a38bfc8f71f4b6d7-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9851930623384339a38bfc8f71f4b6d7-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-21T16:41:36.315745Z",
                "updated_at": "2024-02-21T16:41:36.315802Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4991,
                "name": "Kasmin",
                "slug": "kasmin",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7504018,-74.0024557",
                "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": "US",
            "publish_status": "published",
            "published_at": "2024-02-21T16:41:39.795845Z",
            "publish_time": null,
            "slug": "kasmin-tide-pool-2024-02-22",
            "created_at": "2024-02-21T16:41:40.777990Z",
            "updated_at": "2024-02-21T16:41:41.669843Z",
            "summary": "Tide Pool is an Gallery Shows event starting on 22/02/2024, 01:00 and ending on 30/03/2024, 01:00. Event is in Kasmin with address 297 Tenth Avenue.",
            "title": "Tide Pool",
            "content": null,
            "start_time": "2024-02-22T01:00:00.000000Z",
            "end_time": "2024-03-30T01: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": "297 Tenth Avenue",
            "city": "New York",
            "geolocation": "46.44266723333334,-81.13899866666667",
            "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": 36259,
            "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": 1958,
                "name": "MAUREEN PALEY",
                "slug": "maureen-paley",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5243909,-0.05769440000000001",
                "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": "2024-02-21T16:43:52.046009Z",
            "publish_time": null,
            "slug": "maureen-paley-i-kept-the-memory-for-myself-2024-02-22",
            "created_at": "2024-02-21T16:43:53.210677Z",
            "updated_at": "2024-02-21T16:43:53.271674Z",
            "summary": "I kept the memory for myself is an Gallery Shows event starting on 22/02/2024, 01:00 and ending on 31/03/2024, 01:00. Event is in MAUREEN PALEY with address Maureen Paley.",
            "title": "I kept the memory for myself",
            "content": null,
            "start_time": "2024-02-22T01:00:00.000000Z",
            "end_time": "2024-03-31T01: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": "Maureen Paley",
            "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": 36332,
            "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": 4664,
                "name": "GSA Gallery",
                "slug": "gsa-gallery",
                "city": "Stockholm",
                "country": {
                    "code": "SE",
                    "name": "Sweden"
                },
                "geolocation": "59.34589399999999,18.0378972",
                "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": "SE",
            "publish_status": "published",
            "published_at": "2024-02-22T11:51:34.473648Z",
            "publish_time": null,
            "slug": "gsa-gallery-shahla-k-friberg-remarks-on-colour-2024-02-22",
            "created_at": "2024-02-22T11:51:35.361106Z",
            "updated_at": "2024-02-22T11:52:28.585225Z",
            "summary": "Shahla K Friberg: Remarks on Colour is an Gallery Shows event starting on 22/02/2024, 01:00 and ending on 23/03/2024, 01:00. Event is in GSA Gallery with address Västra Strandgatan 9.",
            "title": "Shahla K Friberg: Remarks on Colour",
            "content": null,
            "start_time": "2024-02-22T01:00:00.000000Z",
            "end_time": "2024-03-23T01: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": "Västra Strandgatan 9",
            "city": "Umea",
            "geolocation": "63.8249911,20.258565761413394",
            "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": 36342,
            "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": 34405,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3067a7c7b304e38bcf2aba9303cf1d8-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3067a7c7b304e38bcf2aba9303cf1d8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3067a7c7b304e38bcf2aba9303cf1d8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3067a7c7b304e38bcf2aba9303cf1d8-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3067a7c7b304e38bcf2aba9303cf1d8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c3067a7c7b304e38bcf2aba9303cf1d8.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3067a7c7b304e38bcf2aba9303cf1d8-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3067a7c7b304e38bcf2aba9303cf1d8-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3067a7c7b304e38bcf2aba9303cf1d8-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3067a7c7b304e38bcf2aba9303cf1d8-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-22T11:51:49.932868Z",
                "updated_at": "2024-02-22T11:51:49.932905Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5894,
                "name": "Hannah Barry Gallery",
                "slug": "hannah-barry-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4702794,-0.0696029",
                "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": "2024-02-22T11:52:05.013728Z",
            "publish_time": null,
            "slug": "hannah-barry-gallery-jas-knight-terrain-2024-02-22",
            "created_at": "2024-02-22T11:52:05.917437Z",
            "updated_at": "2024-02-22T11:52:07.653685Z",
            "summary": "Jas Knight. Terrain is an Gallery Shows event starting on 22/02/2024, 01:00 and ending on 30/03/2024, 01:00. Event is in Hannah Barry Gallery with address 4 Holly Grove.",
            "title": "Jas Knight. Terrain",
            "content": null,
            "start_time": "2024-02-22T01:00:00.000000Z",
            "end_time": "2024-03-30T01: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": "4 Holly Grove",
            "city": "London",
            "geolocation": "52.4317882,-1.9298891759047867",
            "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": 36348,
            "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": 34413,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/916a907dd3c3461582dbe59222fa1c08-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/916a907dd3c3461582dbe59222fa1c08-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/916a907dd3c3461582dbe59222fa1c08-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/916a907dd3c3461582dbe59222fa1c08-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/916a907dd3c3461582dbe59222fa1c08-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/916a907dd3c3461582dbe59222fa1c08.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/916a907dd3c3461582dbe59222fa1c08-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/916a907dd3c3461582dbe59222fa1c08-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/916a907dd3c3461582dbe59222fa1c08-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/916a907dd3c3461582dbe59222fa1c08-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-22T11:52:17.662731Z",
                "updated_at": "2024-02-22T11:52:17.662769Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9249,
                "name": "James Cohan Gallery | Lower East Side",
                "slug": "james-cohan-gallery-lower-east-side",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7174319,-73.99216799999999",
                "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": "US",
            "publish_status": "published",
            "published_at": "2024-02-22T11:52:33.978638Z",
            "publish_time": null,
            "slug": "james-cohan-gallery-lower-east-side-spencer-finch-h2o-2024-02-22",
            "created_at": "2024-02-22T11:52:34.866181Z",
            "updated_at": "2024-02-22T11:52:36.395949Z",
            "summary": "Spencer Finch. H2O is an Gallery Shows event starting on 22/02/2024, 01:00 and ending on 30/03/2024, 01:00. Event is in James Cohan Gallery | Lower East Side with address 291 Grand Street.",
            "title": "Spencer Finch. H2O",
            "content": null,
            "start_time": "2024-02-22T01:00:00.000000Z",
            "end_time": "2024-03-30T01: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": "291 Grand Street",
            "city": "New York",
            "geolocation": "40.71317745,-73.95742047856521",
            "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": 36360,
            "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": 747,
                "name": "David Zwirner 20th Street New York",
                "slug": "david-zwirner-20th-street-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.746768,-74.00720999999999",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 793,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/20th_St_crop-21.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-18T20:25:39.309224Z",
                    "updated_at": "2021-09-14T12:54:07.843597Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "20th_St_crop (2)",
                    "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": "2024-02-27T18:30:56.836051Z",
            "publish_time": null,
            "slug": "david-zwirner-20th-street-new-york-huma-bhabha-2024-02-22",
            "created_at": "2024-02-27T18:30:57.747361Z",
            "updated_at": "2024-02-27T18:30:58.548922Z",
            "summary": "Huma Bhabha is an Gallery Shows event starting on 22/02/2024, 01:00 and ending on 31/03/2024, 01:00. Event is in David Zwirner 20th Street New York with address 34 E. 69th Street.",
            "title": "Huma Bhabha",
            "content": null,
            "start_time": "2024-02-22T01:00:00.000000Z",
            "end_time": "2024-03-31T01: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": "34 E. 69th Street",
            "city": "New York",
            "geolocation": "40.7694688,-73.96648327397803",
            "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": 36361,
            "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": 747,
                "name": "David Zwirner 20th Street New York",
                "slug": "david-zwirner-20th-street-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.746768,-74.00720999999999",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 793,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/20th_St_crop-21.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-18T20:25:39.309224Z",
                    "updated_at": "2021-09-14T12:54:07.843597Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "20th_St_crop (2)",
                    "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": "2024-02-27T18:30:58.061912Z",
            "publish_time": null,
            "slug": "david-zwirner-20th-street-new-york-steven-shearer-profaned-travelers-2024-02-22",
            "created_at": "2024-02-27T18:30:58.982149Z",
            "updated_at": "2024-02-27T18:30:59.036303Z",
            "summary": "Steven Shearer: Profaned Travelers is an Gallery Shows event starting on 22/02/2024, 01:00 and ending on 31/03/2024, 01:00. Event is in David Zwirner 20th Street New York with address 519, 525, and 533 W. 19th Street.",
            "title": "Steven Shearer: Profaned Travelers",
            "content": null,
            "start_time": "2024-02-22T01:00:00.000000Z",
            "end_time": "2024-03-31T01: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": "519, 525, and 533 W. 19th Street",
            "city": "New York",
            "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": 36362,
            "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": 34432,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebeaebe7bffa43f4b97130e9fda1331b-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebeaebe7bffa43f4b97130e9fda1331b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebeaebe7bffa43f4b97130e9fda1331b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebeaebe7bffa43f4b97130e9fda1331b-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebeaebe7bffa43f4b97130e9fda1331b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ebeaebe7bffa43f4b97130e9fda1331b.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebeaebe7bffa43f4b97130e9fda1331b-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebeaebe7bffa43f4b97130e9fda1331b-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebeaebe7bffa43f4b97130e9fda1331b-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebeaebe7bffa43f4b97130e9fda1331b-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-27T18:30:57.589187Z",
                "updated_at": "2024-02-27T18:30:57.589226Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 320,
                "name": "David Zwirner 19th Street New York",
                "slug": "david-zwirner-19th-street",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7458738,-74.00704960000002",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 769,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/David-Zwirner-01-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/David-Zwirner-01-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/David-Zwirner-01-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/David-Zwirner-01-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/David-Zwirner-01-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/David-Zwirner-01-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/David-Zwirner-01.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/David-Zwirner-01-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-18T20:13:17.044639Z",
                    "updated_at": "2021-09-14T12:53:35.200178Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "David-Zwirner-01",
                    "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": "2024-02-27T18:31:00.921952Z",
            "publish_time": null,
            "slug": "david-zwirner-19th-street-new-york-steven-shearer-profaned-travelers-2024-02-22",
            "created_at": "2024-02-27T18:31:01.870906Z",
            "updated_at": "2024-02-27T18:31:01.928831Z",
            "summary": "Steven Shearer. Profaned Travelers is an Gallery Shows event starting on 22/02/2024, 01:00 and ending on 30/03/2024, 01:00. Event is in David Zwirner 19th Street New York with address 519, 525 & 533 West 19th Street.",
            "title": "Steven Shearer. Profaned Travelers",
            "content": null,
            "start_time": "2024-02-22T01:00:00.000000Z",
            "end_time": "2024-03-30T01: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": "519, 525 & 533 West 19th Street",
            "city": "New York",
            "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": 36382,
            "author": {
                "id": "999e5ce7-f6a6-43da-b9f7-b4c95d97acab",
                "username": "tiredbitch420",
                "slug": "tiredbitch420",
                "first_name": "",
                "last_name": "",
                "display_name": null,
                "display_name_full": "",
                "email": "mariel@newimageartgallery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 34454,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ada6bd0b05941b1bc98a3da88783c9a-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ada6bd0b05941b1bc98a3da88783c9a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ada6bd0b05941b1bc98a3da88783c9a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ada6bd0b05941b1bc98a3da88783c9a-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ada6bd0b05941b1bc98a3da88783c9a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6ada6bd0b05941b1bc98a3da88783c9a.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ada6bd0b05941b1bc98a3da88783c9a-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ada6bd0b05941b1bc98a3da88783c9a-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ada6bd0b05941b1bc98a3da88783c9a-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ada6bd0b05941b1bc98a3da88783c9a-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-27T18:37:17.473525Z",
                "updated_at": "2024-02-27T18:37:17.473577Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 410,
                "name": "New Image Art",
                "slug": "new-image-art-gallery",
                "city": "West Hollywood",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.09061070000001,-118.36221160000002",
                "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": "US",
            "publish_status": "published",
            "published_at": "2024-02-27T18:37:23.133844Z",
            "publish_time": null,
            "slug": "new-image-art-30-years-of-nia-2024-02-22",
            "created_at": "2024-02-27T18:37:24.057610Z",
            "updated_at": "2024-02-27T18:37:36.566974Z",
            "summary": "30 Years Of NIA is an Gallery Shows event starting on 22/02/2024, 01:00 and ending on 30/03/2024, 01:00. Event is in New Image Art with address 7920 Santa Monica Boulevard.",
            "title": "30 Years Of NIA",
            "content": null,
            "start_time": "2024-02-22T01:00:00.000000Z",
            "end_time": "2024-03-30T01: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": "7920 Santa Monica Boulevard",
            "city": "West Hollywood",
            "geolocation": "34.090719666666665,-118.36210714285714",
            "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": 36384,
            "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": 34453,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3382fd4069d43af86603a162c8017ad-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3382fd4069d43af86603a162c8017ad-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3382fd4069d43af86603a162c8017ad-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3382fd4069d43af86603a162c8017ad-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3382fd4069d43af86603a162c8017ad-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e3382fd4069d43af86603a162c8017ad.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3382fd4069d43af86603a162c8017ad-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3382fd4069d43af86603a162c8017ad-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3382fd4069d43af86603a162c8017ad-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3382fd4069d43af86603a162c8017ad-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-27T18:37:17.226448Z",
                "updated_at": "2024-02-27T18:37:17.226510Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8712,
                "name": "No Gallery",
                "slug": "no-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.6976011,-73.99295240000001",
                "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": "US",
            "publish_status": "published",
            "published_at": "2024-02-27T18:37:23.806457Z",
            "publish_time": null,
            "slug": "no-gallery-allen-golder-carpenter-to-dream-of-smoke-2024-02-22",
            "created_at": "2024-02-27T18:37:24.726224Z",
            "updated_at": "2024-02-27T18:37:24.772351Z",
            "summary": "Allen-Golder Carpenter. To Dream of Smoke is an Gallery Shows event starting on 22/02/2024, 01:00 and ending on 07/04/2024, 00:00. Event is in No Gallery with address 105 Henry Street store no. 4.",
            "title": "Allen-Golder Carpenter. To Dream of Smoke",
            "content": null,
            "start_time": "2024-02-22T01:00:00.000000Z",
            "end_time": "2024-04-07T00: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": "105 Henry Street store no. 4",
            "city": "New York",
            "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": []
        }
    ]
}