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=35190&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=35208&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=35172&ordering=start_time",
    "results": [
        {
            "id": 36306,
            "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": 34374,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf5c4ded1eca47e8b954df90e7bb72ab-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf5c4ded1eca47e8b954df90e7bb72ab-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf5c4ded1eca47e8b954df90e7bb72ab-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf5c4ded1eca47e8b954df90e7bb72ab-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf5c4ded1eca47e8b954df90e7bb72ab-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/cf5c4ded1eca47e8b954df90e7bb72ab.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf5c4ded1eca47e8b954df90e7bb72ab-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf5c4ded1eca47e8b954df90e7bb72ab-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf5c4ded1eca47e8b954df90e7bb72ab-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf5c4ded1eca47e8b954df90e7bb72ab-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-21T16:55:10.747417Z",
                "updated_at": "2024-02-21T16:55:10.747479Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4460,
                "name": "The Fitzrovia Chapel",
                "slug": "fitzrovia-chapel",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5193306,-0.1385956",
                "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:55:13.085670Z",
            "publish_time": null,
            "slug": "the-fitzrovia-chapel-betwixt-2024-02-17",
            "created_at": "2024-02-21T16:55:13.991661Z",
            "updated_at": "2024-02-21T16:55:14.366924Z",
            "summary": "Betwixt is an Gallery Shows event starting on 17/02/2024, 01:00 and ending on 23/02/2024, 01:00. Event is in The Fitzrovia Chapel with address Fitzroy Place.",
            "title": "Betwixt",
            "content": null,
            "start_time": "2024-02-17T01:00:00.000000Z",
            "end_time": "2024-02-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": "Fitzroy Place",
            "city": "London",
            "geolocation": "51.2359901,-0.187225",
            "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": 36318,
            "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": 34382,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9a252cf6cb064e92b73aaee71b358310-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9a252cf6cb064e92b73aaee71b358310-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9a252cf6cb064e92b73aaee71b358310-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9a252cf6cb064e92b73aaee71b358310-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9a252cf6cb064e92b73aaee71b358310-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9a252cf6cb064e92b73aaee71b358310.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9a252cf6cb064e92b73aaee71b358310-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9a252cf6cb064e92b73aaee71b358310-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9a252cf6cb064e92b73aaee71b358310-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9a252cf6cb064e92b73aaee71b358310-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-22T11:42:08.009857Z",
                "updated_at": "2024-02-22T11:42:08.009914Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9727,
                "name": "Art Megastar",
                "slug": "art-megastar",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0279956,-118.2562499",
                "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:42:36.798850Z",
            "publish_time": null,
            "slug": "art-megastar-fierce-form-2024-02-17",
            "created_at": "2024-02-22T11:42:37.687594Z",
            "updated_at": "2024-02-22T11:42:38.368008Z",
            "summary": "Fierce Form is an Gallery Shows event starting on 17/02/2024, 01:00 and ending on 13/03/2024, 01:00. Event is in Art Megastar with address 725 East Washington Boulevard.",
            "title": "Fierce Form",
            "content": null,
            "start_time": "2024-02-17T01:00:00.000000Z",
            "end_time": "2024-03-13T01: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": "725 East Washington Boulevard",
            "city": "Los Angeles",
            "geolocation": "34.098153820368616,-117.64113512650754",
            "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": 36431,
            "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": 34500,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87f184be882a4e7789731f9a11ed19de-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87f184be882a4e7789731f9a11ed19de-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87f184be882a4e7789731f9a11ed19de-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87f184be882a4e7789731f9a11ed19de-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87f184be882a4e7789731f9a11ed19de-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/87f184be882a4e7789731f9a11ed19de.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87f184be882a4e7789731f9a11ed19de-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87f184be882a4e7789731f9a11ed19de-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87f184be882a4e7789731f9a11ed19de-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87f184be882a4e7789731f9a11ed19de-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-29T11:46:00.457606Z",
                "updated_at": "2024-02-29T11:46:00.457642Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7325,
                "name": "Marc Straus",
                "slug": "marc-straus",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7173753,-73.9919729",
                "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-29T11:46:03.594651Z",
            "publish_time": null,
            "slug": "marc-straus-xi-zhang-double-reflection-2024-02-17",
            "created_at": "2024-02-29T11:46:04.520861Z",
            "updated_at": "2024-02-29T11:46:05.714451Z",
            "summary": "Xi Zhang. Double Reflection is an Gallery Shows event starting on 17/02/2024, 01:00 and ending on 06/04/2024, 00:00. Event is in Marc Straus with address 299 Grand Street.",
            "title": "Xi Zhang. Double Reflection",
            "content": null,
            "start_time": "2024-02-17T01: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": "299 Grand Street",
            "city": "New York",
            "geolocation": "40.71737400000001,-73.99195736286815",
            "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": 36432,
            "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": 34501,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ac3dad1ecb24c19a784d5d46166f0da-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ac3dad1ecb24c19a784d5d46166f0da-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ac3dad1ecb24c19a784d5d46166f0da-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ac3dad1ecb24c19a784d5d46166f0da-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ac3dad1ecb24c19a784d5d46166f0da-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3ac3dad1ecb24c19a784d5d46166f0da.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ac3dad1ecb24c19a784d5d46166f0da-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ac3dad1ecb24c19a784d5d46166f0da-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ac3dad1ecb24c19a784d5d46166f0da-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ac3dad1ecb24c19a784d5d46166f0da-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-29T11:46:03.892270Z",
                "updated_at": "2024-02-29T11:46:03.892309Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9503,
                "name": "Marian Goodman Gallery | Los Angeles",
                "slug": "marian-goodman-gallery-los-angeles",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0913306,-118.3330577",
                "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-29T11:46:07.136596Z",
            "publish_time": null,
            "slug": "marian-goodman-gallery-los-angeles-tavares-strachan-magnificent-darkness-2024-02-17",
            "created_at": "2024-02-29T11:46:08.073441Z",
            "updated_at": "2024-02-29T11:46:15.902151Z",
            "summary": "Tavares Strachan. Magnificent Darkness is an Gallery Shows event starting on 17/02/2024, 01:00 and ending on 13/04/2024, 00:00. Event is in Marian Goodman Gallery | Los Angeles with address 1120 Seward Street.",
            "title": "Tavares Strachan. Magnificent Darkness",
            "content": null,
            "start_time": "2024-02-17T01: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": "1120 Seward Street",
            "city": "Los Angeles",
            "geolocation": "37.42946518918919,-95.68658354054054",
            "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": 36501,
            "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": 34599,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c0a2eb28b2b495fa3c938137b625d42-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c0a2eb28b2b495fa3c938137b625d42-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c0a2eb28b2b495fa3c938137b625d42-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c0a2eb28b2b495fa3c938137b625d42-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c0a2eb28b2b495fa3c938137b625d42-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0c0a2eb28b2b495fa3c938137b625d42.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c0a2eb28b2b495fa3c938137b625d42-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c0a2eb28b2b495fa3c938137b625d42-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c0a2eb28b2b495fa3c938137b625d42-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c0a2eb28b2b495fa3c938137b625d42-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-06T12:12:23.727556Z",
                "updated_at": "2024-03-06T12:12:23.727618Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4562,
                "name": "Bircham Gallery",
                "slug": "bircham-gallery",
                "city": "Holt",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.9057867,1.0901226",
                "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-03-06T12:12:49.736390Z",
            "publish_time": null,
            "slug": "bircham-gallery-beyond-the-surface-2024-02-17",
            "created_at": "2024-03-06T12:12:50.635061Z",
            "updated_at": "2024-03-06T12:13:12.293695Z",
            "summary": "Beyond the Surface is an Gallery Shows event starting on 17/02/2024, 01:00 and ending on 09/03/2024, 01:00. Event is in Bircham Gallery with address 14 Market Place.",
            "title": "Beyond the Surface",
            "content": null,
            "start_time": "2024-02-17T01:00:00.000000Z",
            "end_time": "2024-03-09T01: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": "14 Market Place",
            "city": "Holt",
            "geolocation": "52.795463,1.2508656",
            "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": 36729,
            "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": 34828,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/31721c9b697449e8a0912f031afec976-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/31721c9b697449e8a0912f031afec976-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/31721c9b697449e8a0912f031afec976-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/31721c9b697449e8a0912f031afec976-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/31721c9b697449e8a0912f031afec976-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/31721c9b697449e8a0912f031afec976.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/31721c9b697449e8a0912f031afec976-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/31721c9b697449e8a0912f031afec976-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/31721c9b697449e8a0912f031afec976-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/31721c9b697449e8a0912f031afec976-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-08T15:18:30.431224Z",
                "updated_at": "2024-03-08T15:18:30.431259Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9609,
                "name": "Celf Gallery",
                "slug": "celf-gallery",
                "city": "Cardiff",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4957917,-3.1659713",
                "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-03-08T15:18:35.194390Z",
            "publish_time": null,
            "slug": "celf-gallery-richard-barrett-2024-02-17",
            "created_at": "2024-03-08T15:18:36.121967Z",
            "updated_at": "2024-03-08T15:18:36.167855Z",
            "summary": "Richard Barrett is an Gallery Shows event starting on 17/02/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in Celf Gallery with address Roath Park Hall.",
            "title": "Richard Barrett",
            "content": null,
            "start_time": "2024-02-17T01:00:00.000000Z",
            "end_time": "2024-03-17T01: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": "Roath Park Hall",
            "city": "Cardiff",
            "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": 37035,
            "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": 35115,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9e212475df724b8e84b18a03c4e3884e-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9e212475df724b8e84b18a03c4e3884e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9e212475df724b8e84b18a03c4e3884e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9e212475df724b8e84b18a03c4e3884e-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9e212475df724b8e84b18a03c4e3884e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9e212475df724b8e84b18a03c4e3884e.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9e212475df724b8e84b18a03c4e3884e-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9e212475df724b8e84b18a03c4e3884e-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9e212475df724b8e84b18a03c4e3884e-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9e212475df724b8e84b18a03c4e3884e-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-19T11:54:43.955437Z",
                "updated_at": "2024-03-19T11:54:43.955497Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6736,
                "name": "Klosterfelde Edition",
                "slug": "klosterfelde-edition",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5010369,13.3643131",
                "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": "DE",
            "publish_status": "published",
            "published_at": "2024-03-19T11:54:48.770287Z",
            "publish_time": null,
            "slug": "klosterfelde-edition-atna-association-for-transformative-navigability-affairs-2024-02-17",
            "created_at": "2024-03-19T11:54:49.699340Z",
            "updated_at": "2024-03-19T11:54:52.527058Z",
            "summary": "ATNA Association for Transformative Navigability Affairs is an Gallery Shows event starting on 17/02/2024, 01:00 and ending on 06/04/2024, 00:00. Event is in Klosterfelde Edition with address Potsdamer Strasse 97.",
            "title": "ATNA Association for Transformative Navigability Affairs",
            "content": null,
            "start_time": "2024-02-17T01: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": "Potsdamer Strasse 97",
            "city": "Berlin",
            "geolocation": "52.5010504,13.3642087",
            "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": 37209,
            "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": 35270,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5adcbbcf59664227a224f8907b6dd694-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5adcbbcf59664227a224f8907b6dd694-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5adcbbcf59664227a224f8907b6dd694-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5adcbbcf59664227a224f8907b6dd694-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5adcbbcf59664227a224f8907b6dd694-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5adcbbcf59664227a224f8907b6dd694.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5adcbbcf59664227a224f8907b6dd694-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5adcbbcf59664227a224f8907b6dd694-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5adcbbcf59664227a224f8907b6dd694-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5adcbbcf59664227a224f8907b6dd694-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-20T14:13:43.051856Z",
                "updated_at": "2024-03-20T14:13:43.051880Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6088,
                "name": "Moskowitz Bayse",
                "slug": "moskowitz-bayse",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0847024,-118.3443577",
                "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-03-20T14:13:49.383704Z",
            "publish_time": null,
            "slug": "moskowitz-bayse-franziska-goes-polarity-2024-02-17",
            "created_at": "2024-03-20T14:13:50.312146Z",
            "updated_at": "2024-03-20T14:13:50.895709Z",
            "summary": "Franziska Goes. Polarity is an Gallery Shows event starting on 17/02/2024, 01:00 and ending on 23/03/2024, 01:00. Event is in Moskowitz Bayse with address 743 N. La Brea Avenue.",
            "title": "Franziska Goes. Polarity",
            "content": null,
            "start_time": "2024-02-17T01: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": "743 N. La Brea Avenue",
            "city": "Los Angeles",
            "geolocation": "34.08423457142857,-118.34414985714285",
            "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": 37584,
            "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": 35649,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e7e6216621524dad9f459470a4e1285e-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e7e6216621524dad9f459470a4e1285e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e7e6216621524dad9f459470a4e1285e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e7e6216621524dad9f459470a4e1285e-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e7e6216621524dad9f459470a4e1285e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e7e6216621524dad9f459470a4e1285e.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e7e6216621524dad9f459470a4e1285e-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e7e6216621524dad9f459470a4e1285e-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e7e6216621524dad9f459470a4e1285e-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e7e6216621524dad9f459470a4e1285e-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-04-02T16:51:08.237002Z",
                "updated_at": "2024-04-02T16:51:08.237041Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4632,
                "name": "Exeter Phoenix",
                "slug": "exeter-phoenix",
                "city": "Exeter",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.7247894,-3.5312808",
                "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-04-02T16:51:12.172454Z",
            "publish_time": null,
            "slug": "exeter-phoenix-alice-clough-horse-2024-02-17",
            "created_at": "2024-04-02T16:51:13.091506Z",
            "updated_at": "2024-04-02T16:51:13.146575Z",
            "summary": "Alice Clough: Horse is an Gallery Shows event starting on 17/02/2024, 01:00 and ending on 14/04/2024, 00:00. Event is in Exeter Phoenix with address Exeter Phoenix, Bradnich Place.",
            "title": "Alice Clough: Horse",
            "content": null,
            "start_time": "2024-02-17T01:00:00.000000Z",
            "end_time": "2024-04-14T00: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": "Exeter Phoenix, Bradnich Place",
            "city": "Exeter",
            "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": 37587,
            "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": 35651,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c1d3baa20c44321b96da09e337a60b0-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c1d3baa20c44321b96da09e337a60b0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c1d3baa20c44321b96da09e337a60b0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c1d3baa20c44321b96da09e337a60b0-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c1d3baa20c44321b96da09e337a60b0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5c1d3baa20c44321b96da09e337a60b0.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c1d3baa20c44321b96da09e337a60b0-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c1d3baa20c44321b96da09e337a60b0-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c1d3baa20c44321b96da09e337a60b0-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c1d3baa20c44321b96da09e337a60b0-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-04-02T16:51:10.133766Z",
                "updated_at": "2024-04-02T16:51:10.133820Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4632,
                "name": "Exeter Phoenix",
                "slug": "exeter-phoenix",
                "city": "Exeter",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.7247894,-3.5312808",
                "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-04-02T16:51:19.231976Z",
            "publish_time": null,
            "slug": "exeter-phoenix-hugh-frost-umwelt-2024-02-17",
            "created_at": "2024-04-02T16:51:20.171394Z",
            "updated_at": "2024-04-02T16:51:20.217197Z",
            "summary": "Hugh Frost. Umwelt is an Gallery Shows event starting on 17/02/2024, 01:00 and ending on 14/04/2024, 00:00. Event is in Exeter Phoenix with address Exeter Phoenix, Bradnich Place.",
            "title": "Hugh Frost. Umwelt",
            "content": null,
            "start_time": "2024-02-17T01:00:00.000000Z",
            "end_time": "2024-04-14T00: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": "Exeter Phoenix, Bradnich Place",
            "city": "Exeter",
            "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": 34245,
            "author": {
                "id": "559aa9d9-935c-4b7f-922a-fa80438a2292",
                "username": "art@artplexgallery.com",
                "slug": "artartplexgallerycom",
                "first_name": "Valerie",
                "last_name": "Deutsch",
                "display_name": null,
                "display_name_full": "Valerie Deutsch",
                "email": "art@artplexgallery.com",
                "telephone": "+1 323 936 7020"
            },
            "price": null,
            "featured_image": {
                "id": 32361,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bbd5e07acd6413386fe2b36c34ce549-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bbd5e07acd6413386fe2b36c34ce549-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bbd5e07acd6413386fe2b36c34ce549-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bbd5e07acd6413386fe2b36c34ce549-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bbd5e07acd6413386fe2b36c34ce549-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7bbd5e07acd6413386fe2b36c34ce549.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bbd5e07acd6413386fe2b36c34ce549-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bbd5e07acd6413386fe2b36c34ce549-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bbd5e07acd6413386fe2b36c34ce549-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bbd5e07acd6413386fe2b36c34ce549-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-08T23:36:39.424305Z",
                "updated_at": "2023-12-08T23:36:39.424341Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "559aa9d9-935c-4b7f-922a-fa80438a2292"
            },
            "venue": {
                "id": 5169,
                "name": "Artplex Gallery",
                "slug": "artplex-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0764276,-118.3508087",
                "artworks_for_sale_count": 944,
                "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": "",
            "publish_status": "published",
            "published_at": "2023-12-08T23:36:55.271558Z",
            "publish_time": null,
            "slug": "industrial-rhythm",
            "created_at": "2023-12-08T23:36:55.275581Z",
            "updated_at": "2023-12-08T23:36:55.316720Z",
            "summary": "Industrial Rhythm is an Gallery Shows event starting on 17/02/2024, 16:00 and ending on 15/03/2024, 18:00. Event is in Artplex Gallery with address 7377 Beverly Blvd, Los Angeles, CA 90036, United States.",
            "title": "Industrial Rhythm",
            "content": "Artplex Gallery, a bastion of contemporary artistic expression in Los Angeles, is delighted to unveil its latest exhibition, \"Industrial Rhythm.\" This cutting-edge showcase pushes against conventional boundaries, presenting a carefully curated collection of works that resonate with the pulse of unconventional perspectives. Three esteemed artists converge in this thought-provoking exhibition, each offering a distinctive viewpoint that transcends traditional notions of medium.\r\n\r\nRaw urbanity is captured in unapologetically stark strokes, a testament to modern grit, and each piece pulsates with metaphorical rhythms, creating a symphony of thought and expression. The gallery invites patrons to immerse themselves in an exploration of diverse mediums, from Bathily's mastery of rigid and flexible materials to Bellamy's kinetic steel pipe sculptures and Burmood's harmonious abstractions inspired by the natural world.",
            "start_time": "2024-02-17T16:00:00.000000Z",
            "end_time": "2024-03-15T18: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": "7377 Beverly Blvd, Los Angeles, CA 90036, United States",
            "city": "",
            "geolocation": "34.0764276,-118.3508087",
            "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": [
                17358,
                18023,
                18243
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 35151,
            "author": {
                "id": "c25d3641-55f8-495c-8fb2-e96d5764e8ee",
                "username": "lauren_1505",
                "slug": "lauren_1505",
                "first_name": "Lauren",
                "last_name": "Wood",
                "display_name": "Lauren Wood",
                "display_name_full": "Lauren Wood",
                "email": "wonzimerinfo@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 33245,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/571b9c33f8ed481280ba4549db2dbba8-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/571b9c33f8ed481280ba4549db2dbba8-crop-c0-5__0-5-270x152-70.jpeg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/571b9c33f8ed481280ba4549db2dbba8-crop-c0-5__0-5-524x294-70.jpeg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/571b9c33f8ed481280ba4549db2dbba8-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/571b9c33f8ed481280ba4549db2dbba8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/571b9c33f8ed481280ba4549db2dbba8.jpeg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/571b9c33f8ed481280ba4549db2dbba8-crop-c0-5__0-5-179x179-70.jpeg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/571b9c33f8ed481280ba4549db2dbba8-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/571b9c33f8ed481280ba4549db2dbba8-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/571b9c33f8ed481280ba4549db2dbba8-crop-c0-5__0-5-555x312-70.jpeg"
                },
                "created_at": "2024-01-20T21:05:03.920044Z",
                "updated_at": "2024-01-20T21:05:03.920079Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "c25d3641-55f8-495c-8fb2-e96d5764e8ee"
            },
            "venue": {
                "id": 3279,
                "name": "Wonzimer",
                "slug": "wonzimer",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.06810449999999,-118.2218346",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4536,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/247ae136e82a4009a7669f1c9b85aee4.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2023-08-27T23:05:59.322634Z",
                    "updated_at": "2023-08-27T23:05:59.322673Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "c25d3641-55f8-495c-8fb2-e96d5764e8ee"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2024-01-20T21:05:18.974341Z",
            "publish_time": null,
            "slug": "uncharted-charles-derenne-solo-exhibition",
            "created_at": "2024-01-20T21:05:18.979085Z",
            "updated_at": "2024-01-20T21:05:19.030427Z",
            "summary": "‘Uncharted’ Charles Derenne Solo Exhibition is an Gallery Shows event starting on 17/02/2024, 19:00 and ending on 15/03/2024, 17:00. Event is in Wonzimer with address 341 S Avenue 17, Los Angeles, CA 90031, USA.",
            "title": "‘Uncharted’ Charles Derenne Solo Exhibition",
            "content": "\"Uncharted\" is a poetic invocation, a reminder of the fragility of the human mind.",
            "start_time": "2024-02-17T19:00:00.000000Z",
            "end_time": "2024-03-15T17: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": "341 S Avenue 17, Los Angeles, CA 90031, USA",
            "city": "",
            "geolocation": "34.06810449999999,-118.2218346",
            "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": 35697,
            "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": 33803,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39a552fdf06e4be5a39c4100da6b64eb-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39a552fdf06e4be5a39c4100da6b64eb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39a552fdf06e4be5a39c4100da6b64eb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39a552fdf06e4be5a39c4100da6b64eb-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39a552fdf06e4be5a39c4100da6b64eb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/39a552fdf06e4be5a39c4100da6b64eb.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39a552fdf06e4be5a39c4100da6b64eb-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39a552fdf06e4be5a39c4100da6b64eb-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39a552fdf06e4be5a39c4100da6b64eb-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39a552fdf06e4be5a39c4100da6b64eb-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-12T11:12:44.745993Z",
                "updated_at": "2024-02-12T11:12:44.746049Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9653,
                "name": "Clod Ensemble Studios",
                "slug": "clod-ensemble-studios",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.500206,0.0059856",
                "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-12T11:12:48.784912Z",
            "publish_time": null,
            "slug": "clod-ensemble-studios-sketching-movement-with-curtis-holder-suzy-willson-and-fukiko-takase-2024-02-18",
            "created_at": "2024-02-12T11:12:49.682660Z",
            "updated_at": "2024-02-12T11:12:49.721828Z",
            "summary": "Sketching Movement with Curtis Holder, Suzy Willson and Fukiko Takase is an Gallery Shows event starting on 18/02/2024, 01:00 and ending on 18/02/2024, 01:00. Event is in Clod Ensemble Studios with address C2, 3 Cripps Yard.",
            "title": "Sketching Movement with Curtis Holder, Suzy Willson and Fukiko Takase",
            "content": null,
            "start_time": "2024-02-18T01:00:00.000000Z",
            "end_time": "2024-02-18T01: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": "C2, 3 Cripps Yard",
            "city": "Greenwich Peninsula",
            "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": 36019,
            "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": 34099,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9dcfc4bd981e45f491b74c144c31619c-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9dcfc4bd981e45f491b74c144c31619c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9dcfc4bd981e45f491b74c144c31619c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9dcfc4bd981e45f491b74c144c31619c-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9dcfc4bd981e45f491b74c144c31619c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9dcfc4bd981e45f491b74c144c31619c.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9dcfc4bd981e45f491b74c144c31619c-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9dcfc4bd981e45f491b74c144c31619c-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9dcfc4bd981e45f491b74c144c31619c-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9dcfc4bd981e45f491b74c144c31619c-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-14T10:16:04.946952Z",
                "updated_at": "2024-02-14T10:16:04.946990Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 871,
                "name": "SOLOWAY Brooklyn",
                "slug": "soloway-brooklyn",
                "city": "Brooklyn",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7084104,-73.95422669999999",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 1760,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10425072_935092189837134_8092432350361147614_n-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10425072_935092189837134_8092432350361147614_n-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10425072_935092189837134_8092432350361147614_n-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10425072_935092189837134_8092432350361147614_n-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10425072_935092189837134_8092432350361147614_n-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10425072_935092189837134_8092432350361147614_n-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/10425072_935092189837134_8092432350361147614_n.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10425072_935092189837134_8092432350361147614_n-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-19T02:56:21.902987Z",
                    "updated_at": "2021-09-14T13:15:10.564841Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "soloway",
                    "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-14T10:16:07.130297Z",
            "publish_time": null,
            "slug": "soloway-brooklyn-grotto-shrine-2024-02-18",
            "created_at": "2024-02-14T10:16:08.045626Z",
            "updated_at": "2024-02-14T10:16:12.628919Z",
            "summary": "Grotto. Shrine is an Gallery Shows event starting on 18/02/2024, 01:00 and ending on 25/03/2024, 01:00. Event is in SOLOWAY Brooklyn with address 348 South 4th Street.",
            "title": "Grotto. Shrine",
            "content": null,
            "start_time": "2024-02-18T01:00:00.000000Z",
            "end_time": "2024-03-25T01: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": "348 South 4th Street",
            "city": "New York",
            "geolocation": "40.708544,-73.9541513354355",
            "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": 36187,
            "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": 34250,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42fc9402d8ed43caafa7f8c03a6bb11a-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42fc9402d8ed43caafa7f8c03a6bb11a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42fc9402d8ed43caafa7f8c03a6bb11a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42fc9402d8ed43caafa7f8c03a6bb11a-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42fc9402d8ed43caafa7f8c03a6bb11a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/42fc9402d8ed43caafa7f8c03a6bb11a.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42fc9402d8ed43caafa7f8c03a6bb11a-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42fc9402d8ed43caafa7f8c03a6bb11a-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42fc9402d8ed43caafa7f8c03a6bb11a-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42fc9402d8ed43caafa7f8c03a6bb11a-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-20T10:31:06.380765Z",
                "updated_at": "2024-02-20T10:31:06.380850Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9723,
                "name": "Zodiac Pictures",
                "slug": "zodiac-pictures",
                "city": "Santa Monica",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.007009,-118.4894852",
                "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-20T10:31:32.701184Z",
            "publish_time": null,
            "slug": "zodiac-pictures-zoe-ghertner-held-in-the-palm-2024-02-18",
            "created_at": "2024-02-20T10:31:33.617493Z",
            "updated_at": "2024-02-20T10:31:36.049145Z",
            "summary": "Zoë Ghertner. Held in the Palm is an Gallery Shows event starting on 18/02/2024, 01:00 and ending on 23/03/2024, 01:00. Event is in Zodiac Pictures with address 145 Bay Street, #9.",
            "title": "Zoë Ghertner. Held in the Palm",
            "content": null,
            "start_time": "2024-02-18T01: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": "145 Bay Street, #9",
            "city": "Santa Monica",
            "geolocation": "-19.2375263,146.7851076",
            "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": 36320,
            "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": 34387,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87664cf9e3804217b258c913911c85c0-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87664cf9e3804217b258c913911c85c0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87664cf9e3804217b258c913911c85c0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87664cf9e3804217b258c913911c85c0-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87664cf9e3804217b258c913911c85c0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/87664cf9e3804217b258c913911c85c0.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87664cf9e3804217b258c913911c85c0-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87664cf9e3804217b258c913911c85c0-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87664cf9e3804217b258c913911c85c0-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87664cf9e3804217b258c913911c85c0-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-22T11:42:34.327617Z",
                "updated_at": "2024-02-22T11:42:34.327677Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9728,
                "name": "Associação FotografARTE",
                "slug": "associacao-fotografarte",
                "city": "Cantanhede",
                "country": {
                    "code": "PT",
                    "name": "Portugal"
                },
                "geolocation": "40.34828539999999,-8.5939912",
                "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": "PT",
            "publish_status": "published",
            "published_at": "2024-02-22T11:42:38.659278Z",
            "publish_time": null,
            "slug": "associacao-fotografarte-a-flor-do-lado-de-maria-joao-damas-2024-02-18",
            "created_at": "2024-02-22T11:42:39.597415Z",
            "updated_at": "2024-02-22T11:42:41.064893Z",
            "summary": "A flor do lado de Maria João Damas is an Gallery Shows event starting on 18/02/2024, 01:00 and ending on 20/04/2024, 00:00. Event is in Associação FotografARTE with address Rua Marquês de Pombal, 46.",
            "title": "A flor do lado de Maria João Damas",
            "content": null,
            "start_time": "2024-02-18T01:00:00.000000Z",
            "end_time": "2024-04-20T00: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": "Rua Marquês de Pombal, 46",
            "city": "Cantanhede",
            "geolocation": "39.2931476,-7.4305208",
            "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": 35393,
            "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": 33495,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/210a91cecce9482db5a908c57e1c54b6-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/210a91cecce9482db5a908c57e1c54b6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/210a91cecce9482db5a908c57e1c54b6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/210a91cecce9482db5a908c57e1c54b6-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/210a91cecce9482db5a908c57e1c54b6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/210a91cecce9482db5a908c57e1c54b6.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/210a91cecce9482db5a908c57e1c54b6-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/210a91cecce9482db5a908c57e1c54b6-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/210a91cecce9482db5a908c57e1c54b6-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/210a91cecce9482db5a908c57e1c54b6-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-31T08:12:30.561621Z",
                "updated_at": "2024-01-31T08:12:30.561658Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6409,
                "name": "The Take Courage Gallery",
                "slug": "take-courage-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4757415,-0.0325841",
                "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-01-31T08:12:35.054736Z",
            "publish_time": null,
            "slug": "the-take-courage-gallery-time-has-burned-2024-02-19",
            "created_at": "2024-01-31T08:12:35.984985Z",
            "updated_at": "2024-01-31T08:12:38.354168Z",
            "summary": "Time Has Burned is an Gallery Shows event starting on 19/02/2024, 01:00 and ending on 21/02/2024, 01:00. Event is in The Take Courage Gallery with address 388b New Cross Road.",
            "title": "Time Has Burned",
            "content": null,
            "start_time": "2024-02-19T01:00:00.000000Z",
            "end_time": "2024-02-21T01: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": "388b New Cross Road",
            "city": "London",
            "geolocation": "51.4764944,-0.0488797",
            "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": 35496,
            "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": 33593,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/129380a729634fc6ae4d2d3b4900ce12-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/129380a729634fc6ae4d2d3b4900ce12-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/129380a729634fc6ae4d2d3b4900ce12-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/129380a729634fc6ae4d2d3b4900ce12-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/129380a729634fc6ae4d2d3b4900ce12-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/129380a729634fc6ae4d2d3b4900ce12.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/129380a729634fc6ae4d2d3b4900ce12-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/129380a729634fc6ae4d2d3b4900ce12-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/129380a729634fc6ae4d2d3b4900ce12-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/129380a729634fc6ae4d2d3b4900ce12-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-01T14:23:41.685555Z",
                "updated_at": "2024-02-01T14:23:41.685616Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7875,
                "name": "Olympia Auctions",
                "slug": "olympia-auctions",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "",
                "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-01T14:23:46.415362Z",
            "publish_time": null,
            "slug": "olympia-auctions-mel-calman-on-love-rage-and-neurosis-2024-02-19",
            "created_at": "2024-02-01T14:23:47.345518Z",
            "updated_at": "2024-02-01T14:23:47.977908Z",
            "summary": "Mel Calman on Love, Rage and Neurosis is an Gallery Shows event starting on 19/02/2024, 01:00 and ending on 01/03/2024, 01:00. Event is in Olympia Auctions with address 25 Blythe Road.",
            "title": "Mel Calman on Love, Rage and Neurosis",
            "content": null,
            "start_time": "2024-02-19T01:00:00.000000Z",
            "end_time": "2024-03-01T01: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": "25 Blythe Road",
            "city": "London",
            "geolocation": "51.49663005,-0.21251062515811237",
            "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": []
        }
    ]
}