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

{
    "count": 37593,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=1908&ordering=-start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=1872&ordering=-start_time",
    "results": [
        {
            "id": 36213,
            "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": 34285,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70071cb6e3b847a98f12740497a327ad-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70071cb6e3b847a98f12740497a327ad-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/70071cb6e3b847a98f12740497a327ad.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70071cb6e3b847a98f12740497a327ad-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70071cb6e3b847a98f12740497a327ad-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70071cb6e3b847a98f12740497a327ad-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70071cb6e3b847a98f12740497a327ad-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70071cb6e3b847a98f12740497a327ad-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70071cb6e3b847a98f12740497a327ad-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70071cb6e3b847a98f12740497a327ad-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-02-21T16:36:57.193967Z",
                "updated_at": "2024-02-21T16:36:57.194019Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8691,
                "name": "Chelsea Old Town Hall",
                "slug": "chelsea-old-town-hall",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4871108,-0.1687276",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-02-21T16:37:04.732702Z",
            "publish_time": null,
            "slug": "chelsea-old-town-hall-elemental-2024-03-05",
            "created_at": "2024-02-21T16:37:05.675835Z",
            "updated_at": "2024-02-21T16:37:07.204836Z",
            "summary": "ELEMENTAL is an Gallery Shows event starting on 05/03/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in Chelsea Old Town Hall with address Chelsea Old Town Hall, King's Road.",
            "title": "ELEMENTAL",
            "content": null,
            "start_time": "2024-03-05T01: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": "Chelsea Old Town Hall, King's Road",
            "city": "London",
            "geolocation": "51.4883012,-0.1666621",
            "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": 36813,
            "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": 34913,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/371cd4a628694fb2abde6fde9a966eff-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/371cd4a628694fb2abde6fde9a966eff-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/371cd4a628694fb2abde6fde9a966eff.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/371cd4a628694fb2abde6fde9a966eff-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/371cd4a628694fb2abde6fde9a966eff-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/371cd4a628694fb2abde6fde9a966eff-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/371cd4a628694fb2abde6fde9a966eff-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/371cd4a628694fb2abde6fde9a966eff-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/371cd4a628694fb2abde6fde9a966eff-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/371cd4a628694fb2abde6fde9a966eff-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-11T15:48:18.649230Z",
                "updated_at": "2024-03-11T15:48:18.649267Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4181,
                "name": "Baxter St at the Camera Club of New York",
                "slug": "baxter-st-camera-club-new-york",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.71821569999999,-73.9990789",
                "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-11T15:48:26.740228Z",
            "publish_time": null,
            "slug": "baxter-st-at-ccny-project-space-michael-dayton-hermann-reconstituted-2024-03-05",
            "created_at": "2024-03-11T15:48:27.702667Z",
            "updated_at": "2024-03-11T15:48:29.863302Z",
            "summary": "Michael Dayton Hermann. REconstituted is an Gallery Shows event starting on 05/03/2024, 01:00 and ending on 08/05/2024, 00:00. Event is in Baxter St at the Camera Club of New York with address 128 Baxter St..",
            "title": "Michael Dayton Hermann. REconstituted",
            "content": null,
            "start_time": "2024-03-05T01:00:00.000000Z",
            "end_time": "2024-05-08T00: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": "128 Baxter St.",
            "city": "New York",
            "geolocation": "40.7182804,-73.99905169267399",
            "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": 36720,
            "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": 34819,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8027cfc9a834af1a88bb01a6637146f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8027cfc9a834af1a88bb01a6637146f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a8027cfc9a834af1a88bb01a6637146f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8027cfc9a834af1a88bb01a6637146f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8027cfc9a834af1a88bb01a6637146f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8027cfc9a834af1a88bb01a6637146f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8027cfc9a834af1a88bb01a6637146f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8027cfc9a834af1a88bb01a6637146f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8027cfc9a834af1a88bb01a6637146f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8027cfc9a834af1a88bb01a6637146f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-08T15:18:14.370726Z",
                "updated_at": "2024-03-08T15:18:14.370762Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7790,
                "name": "Canada",
                "slug": "canada",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7193199,-74.00289339999999",
                "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-08T15:18:17.661240Z",
            "publish_time": null,
            "slug": "canada-luke-murphy-promised-light-2024-03-05",
            "created_at": "2024-03-08T15:18:18.672351Z",
            "updated_at": "2024-03-08T15:18:19.295886Z",
            "summary": "Luke Murphy. Promised Light is an Gallery Shows event starting on 05/03/2024, 01:00 and ending on 13/04/2024, 00:00. Event is in Canada with address 60 Lispenard Street.",
            "title": "Luke Murphy. Promised Light",
            "content": null,
            "start_time": "2024-03-05T01: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": "60 Lispenard Street",
            "city": "New York",
            "geolocation": "40.71944845833333,-74.00290072916667",
            "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": 36682,
            "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": 34777,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44a33356d89d4a068c1a8cad44e1353a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44a33356d89d4a068c1a8cad44e1353a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/44a33356d89d4a068c1a8cad44e1353a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44a33356d89d4a068c1a8cad44e1353a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44a33356d89d4a068c1a8cad44e1353a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44a33356d89d4a068c1a8cad44e1353a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44a33356d89d4a068c1a8cad44e1353a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44a33356d89d4a068c1a8cad44e1353a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44a33356d89d4a068c1a8cad44e1353a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44a33356d89d4a068c1a8cad44e1353a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-07T14:58:01.489949Z",
                "updated_at": "2024-03-07T14:58:01.490006Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4876,
                "name": "ROSSOCINABRO",
                "slug": "rossocinabro",
                "city": "Rome",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "41.9084248,12.4982065",
                "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": "IT",
            "publish_status": "published",
            "published_at": "2024-03-07T14:58:05.449419Z",
            "publish_time": null,
            "slug": "rossocinabro-nb-2024-03-04",
            "created_at": "2024-03-07T14:58:06.341418Z",
            "updated_at": "2024-03-07T14:58:07.116587Z",
            "summary": "N.B. is an Gallery Shows event starting on 04/03/2024, 01:00 and ending on 29/03/2024, 01:00. Event is in ROSSOCINABRO with address Via Raffaele Cadorna 28.",
            "title": "N.B.",
            "content": null,
            "start_time": "2024-03-04T01:00:00.000000Z",
            "end_time": "2024-03-29T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Via Raffaele Cadorna 28",
            "city": "Rome",
            "geolocation": "45.559652,11.5435264",
            "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": 37078,
            "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": 35156,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b659f48d1e8241cb9ee42f75c8b42aa7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b659f48d1e8241cb9ee42f75c8b42aa7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b659f48d1e8241cb9ee42f75c8b42aa7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b659f48d1e8241cb9ee42f75c8b42aa7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b659f48d1e8241cb9ee42f75c8b42aa7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b659f48d1e8241cb9ee42f75c8b42aa7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b659f48d1e8241cb9ee42f75c8b42aa7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b659f48d1e8241cb9ee42f75c8b42aa7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b659f48d1e8241cb9ee42f75c8b42aa7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b659f48d1e8241cb9ee42f75c8b42aa7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-19T12:01:06.168673Z",
                "updated_at": "2024-03-19T12:01:06.168710Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6194,
                "name": "Way Out East",
                "slug": "way-out-east",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5075672,0.0632337",
                "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-19T12:01:10.888651Z",
            "publish_time": null,
            "slug": "way-out-east-the-red-body-art-as-activism-2024-03-04",
            "created_at": "2024-03-19T12:01:11.859959Z",
            "updated_at": "2024-03-19T12:01:12.300671Z",
            "summary": "The Red Body: Art as Activism is an Gallery Shows event starting on 04/03/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in Way Out East with address Way Out East.",
            "title": "The Red Body: Art as Activism",
            "content": null,
            "start_time": "2024-03-04T01: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": "Way Out East",
            "city": "London",
            "geolocation": "40.3906055,-112.0040553",
            "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": 36707,
            "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": 34801,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc416c08b1a14c2b8b4af5fe2f7d6665-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc416c08b1a14c2b8b4af5fe2f7d6665-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/cc416c08b1a14c2b8b4af5fe2f7d6665.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc416c08b1a14c2b8b4af5fe2f7d6665-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc416c08b1a14c2b8b4af5fe2f7d6665-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc416c08b1a14c2b8b4af5fe2f7d6665-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc416c08b1a14c2b8b4af5fe2f7d6665-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc416c08b1a14c2b8b4af5fe2f7d6665-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc416c08b1a14c2b8b4af5fe2f7d6665-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc416c08b1a14c2b8b4af5fe2f7d6665-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-07T15:00:30.996830Z",
                "updated_at": "2024-03-07T15:00:30.996889Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6573,
                "name": "Tea Amantes",
                "slug": "tea-amantes",
                "city": "Blackpool",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.815205,-3.0510471",
                "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-07T15:00:37.861543Z",
            "publish_time": null,
            "slug": "tea-amantes-sandy-floss-first-solo-show-2024-03-04",
            "created_at": "2024-03-07T15:00:38.940439Z",
            "updated_at": "2024-03-07T15:00:39.523603Z",
            "summary": "Sandy Floss - First Solo Show is an Gallery Shows event starting on 04/03/2024, 01:00 and ending on 31/03/2024, 01:00. Event is in Tea Amantes with address 53b.",
            "title": "Sandy Floss - First Solo Show",
            "content": null,
            "start_time": "2024-03-04T01:00:00.000000Z",
            "end_time": "2024-03-31T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "53b",
            "city": "Blackpool",
            "geolocation": "33.8846767,-117.28523025904495",
            "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": 36054,
            "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": 34131,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f9def2b0a464bf0806a0b3831b1e61e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f9def2b0a464bf0806a0b3831b1e61e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6f9def2b0a464bf0806a0b3831b1e61e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f9def2b0a464bf0806a0b3831b1e61e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f9def2b0a464bf0806a0b3831b1e61e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f9def2b0a464bf0806a0b3831b1e61e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f9def2b0a464bf0806a0b3831b1e61e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f9def2b0a464bf0806a0b3831b1e61e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f9def2b0a464bf0806a0b3831b1e61e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f9def2b0a464bf0806a0b3831b1e61e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-02-15T11:51:48.867602Z",
                "updated_at": "2024-02-15T11:51:48.867660Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3381,
                "name": "Bermondsey Project Space",
                "slug": "bermondsey-project-space",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.498712,-0.08088089999999999",
                "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-15T11:51:52.294188Z",
            "publish_time": null,
            "slug": "bermondsey-project-space-transparent-as-a-dragonfly-2024-03-04",
            "created_at": "2024-02-15T11:51:53.219548Z",
            "updated_at": "2024-02-15T11:51:53.765522Z",
            "summary": "Transparent As A Dragonfly is an Gallery Shows event starting on 04/03/2024, 01:00 and ending on 09/03/2024, 01:00. Event is in Bermondsey Project Space with address 183-185 Bermondsey Street.",
            "title": "Transparent As A Dragonfly",
            "content": null,
            "start_time": "2024-03-04T01: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": "183-185 Bermondsey Street",
            "city": "London",
            "geolocation": "51.49868345,-0.0808912265363129",
            "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": 36420,
            "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": 34492,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6e8c3e536a14c309a4d8b3ca82a0f5c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6e8c3e536a14c309a4d8b3ca82a0f5c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c6e8c3e536a14c309a4d8b3ca82a0f5c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6e8c3e536a14c309a4d8b3ca82a0f5c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6e8c3e536a14c309a4d8b3ca82a0f5c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6e8c3e536a14c309a4d8b3ca82a0f5c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6e8c3e536a14c309a4d8b3ca82a0f5c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6e8c3e536a14c309a4d8b3ca82a0f5c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6e8c3e536a14c309a4d8b3ca82a0f5c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6e8c3e536a14c309a4d8b3ca82a0f5c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-02-29T11:45:34.038701Z",
                "updated_at": "2024-02-29T11:45:34.038748Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8628,
                "name": "University of Plymouth",
                "slug": "university-plymouth",
                "city": "Plymouth",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.3739206,-4.138284899999999",
                "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-29T11:45:38.935105Z",
            "publish_time": null,
            "slug": "jill-craigie-cinema-roland-levinsky-building-kirikou-and-the-sorceress-1998-2024-03-04",
            "created_at": "2024-02-29T11:45:39.861868Z",
            "updated_at": "2024-02-29T11:45:40.801509Z",
            "summary": "Kirikou and the Sorceress (1998) is an Gallery Shows event starting on 04/03/2024, 01:00 and ending on 04/03/2024, 01:00. Event is in University of Plymouth with address University of Plymouth.",
            "title": "Kirikou and the Sorceress (1998)",
            "content": null,
            "start_time": "2024-03-04T01:00:00.000000Z",
            "end_time": "2024-03-04T01: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": "University of Plymouth",
            "city": "Plymouth",
            "geolocation": "50.37566725000001,-4.139366604170018",
            "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": 35792,
            "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": 33882,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/072ce767bf754ab7aa741c2c6aa3e02f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/072ce767bf754ab7aa741c2c6aa3e02f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/072ce767bf754ab7aa741c2c6aa3e02f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/072ce767bf754ab7aa741c2c6aa3e02f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/072ce767bf754ab7aa741c2c6aa3e02f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/072ce767bf754ab7aa741c2c6aa3e02f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/072ce767bf754ab7aa741c2c6aa3e02f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/072ce767bf754ab7aa741c2c6aa3e02f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/072ce767bf754ab7aa741c2c6aa3e02f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/072ce767bf754ab7aa741c2c6aa3e02f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-02-12T17:13:51.104408Z",
                "updated_at": "2024-02-12T17:13:51.104470Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7106,
                "name": "Heatherley School of Fine Art",
                "slug": "heatherley-school-fine-art",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4785291,-0.1848161",
                "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-12T17:13:57.152328Z",
            "publish_time": null,
            "slug": "heatherley-school-of-fine-art-heatherleys-staff-show-2024-2024-03-04",
            "created_at": "2024-02-12T17:13:58.066476Z",
            "updated_at": "2024-02-12T17:13:59.361037Z",
            "summary": "Heatherleys Staff Show 2024 is an Gallery Shows event starting on 04/03/2024, 01:00 and ending on 12/04/2024, 00:00. Event is in Heatherley School of Fine Art with address The Heatherley School Of Fine Art.",
            "title": "Heatherleys Staff Show 2024",
            "content": null,
            "start_time": "2024-03-04T01:00:00.000000Z",
            "end_time": "2024-04-12T00: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": "The Heatherley School Of Fine Art",
            "city": "London",
            "geolocation": "51.478526099999996,-0.18486978287954903",
            "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": 36568,
            "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": 34666,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0742d130f0314a168bd81c409089f05c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0742d130f0314a168bd81c409089f05c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0742d130f0314a168bd81c409089f05c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0742d130f0314a168bd81c409089f05c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0742d130f0314a168bd81c409089f05c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0742d130f0314a168bd81c409089f05c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0742d130f0314a168bd81c409089f05c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0742d130f0314a168bd81c409089f05c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0742d130f0314a168bd81c409089f05c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0742d130f0314a168bd81c409089f05c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-06T12:23:36.322607Z",
                "updated_at": "2024-03-06T12:23:36.322648Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8664,
                "name": "Jack Rutberg Fine Arts",
                "slug": "jack-rutberg-fine-arts",
                "city": "Pasadena",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.135669,-118.1313777",
                "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-06T12:23:40.348273Z",
            "publish_time": null,
            "slug": "jack-rutberg-fine-arts-art-from-a-to-z-2024-03-03",
            "created_at": "2024-03-06T12:23:41.230037Z",
            "updated_at": "2024-03-06T12:23:51.411665Z",
            "summary": "Art From A to Z is an Gallery Shows event starting on 03/03/2024, 01:00 and ending on 18/05/2024, 00:00. Event is in Jack Rutberg Fine Arts with address 600 South Lake Avenue.",
            "title": "Art From A to Z",
            "content": null,
            "start_time": "2024-03-03T01:00:00.000000Z",
            "end_time": "2024-05-18T00: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": "600 South Lake Avenue",
            "city": "Los Angeles",
            "geolocation": "46.7798329,-92.09251699962513",
            "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": 36689,
            "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": 34783,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/118b48d76ef241af858ba0ec8b9ca1b1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/118b48d76ef241af858ba0ec8b9ca1b1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/118b48d76ef241af858ba0ec8b9ca1b1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/118b48d76ef241af858ba0ec8b9ca1b1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/118b48d76ef241af858ba0ec8b9ca1b1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/118b48d76ef241af858ba0ec8b9ca1b1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/118b48d76ef241af858ba0ec8b9ca1b1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/118b48d76ef241af858ba0ec8b9ca1b1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/118b48d76ef241af858ba0ec8b9ca1b1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/118b48d76ef241af858ba0ec8b9ca1b1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-07T14:58:20.432476Z",
                "updated_at": "2024-03-07T14:58:20.432515Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6035,
                "name": "Santa Barbara Museum of Art",
                "slug": "santa-barbara-museum-art",
                "city": "Santa Barbara",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.4234706,-119.7039262",
                "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-07T14:58:25.681668Z",
            "publish_time": null,
            "slug": "santa-barbara-museum-of-art-made-by-handborn-digital-2024-03-03",
            "created_at": "2024-03-07T14:58:26.894640Z",
            "updated_at": "2024-03-07T14:58:30.547743Z",
            "summary": "Made by Hand/Born Digital is an Gallery Shows event starting on 03/03/2024, 01:00 and ending on 25/08/2024, 00:00. Event is in Santa Barbara Museum of Art with address 1130 State Street.",
            "title": "Made by Hand/Born Digital",
            "content": null,
            "start_time": "2024-03-03T01:00:00.000000Z",
            "end_time": "2024-08-25T00: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": "1130 State Street",
            "city": "Santa Barbara",
            "geolocation": "42.7998602,-73.9264186",
            "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": 34246,
            "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": 32362,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bb7ab1de359d437cbf21b66ba6c20325-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bb7ab1de359d437cbf21b66ba6c20325-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bb7ab1de359d437cbf21b66ba6c20325.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bb7ab1de359d437cbf21b66ba6c20325-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bb7ab1de359d437cbf21b66ba6c20325-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bb7ab1de359d437cbf21b66ba6c20325-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bb7ab1de359d437cbf21b66ba6c20325-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bb7ab1de359d437cbf21b66ba6c20325-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bb7ab1de359d437cbf21b66ba6c20325-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bb7ab1de359d437cbf21b66ba6c20325-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-12-09T21:55:27.800511Z",
                "updated_at": "2023-12-09T21:55:27.800574Z",
                "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-09T21:55:46.517234Z",
            "publish_time": null,
            "slug": "fruits-of-water-and-air",
            "created_at": "2023-12-09T21:55:46.522154Z",
            "updated_at": "2023-12-09T21:55:46.572475Z",
            "summary": "Fruits of Water and Air is an Gallery Shows event starting on 02/03/2024, 16:00 and ending on 29/03/2024, 18:00. Event is in Artplex Gallery with address 7377 Beverly Blvd, Los Angeles, CA 90036, United States.",
            "title": "Fruits of Water and Air",
            "content": "Guided by intuition and a masterful layering technique, Vé Boisvert's mesmerizing artworks emanate positive energy, having garnered international acclaim featured in publications such as House and Garden (England) and Le Soleil (Quebec). Joining Boisvert in this showcase are Julie Naima, Ivana Milosevic, Bettina Mauel, and Paul Kirley, each contributing a unique and experimental perspective to the collection. Naima invites viewers into a playful imaginary world, Milosevic captures the idiosyncratic moods of urban landscapes, Mauel infuses dynamism and sensuality into her works, and Kirley seamlessly blends paint and photographic compositions, creating motion-filled dreamscapes. \"Fruits of Water and Air\" invites patrons to explore the diverse artistic expressions that emanate from the theme of fluidity and vitality, evoking reflections on the ever-changing and interconnected nature of the elements that inspire these visionary artists.",
            "start_time": "2024-03-02T16:00:00.000000Z",
            "end_time": "2024-03-29T18: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": [
                17215,
                17311,
                17249,
                17295,
                17406
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 36190,
            "author": {
                "id": "0a249e62-9212-43f4-8b21-bb0519792482",
                "username": "StephenBulger",
                "slug": "stephenbulger",
                "first_name": "Stephen",
                "last_name": "Bulger Gallery",
                "display_name": "Allison",
                "display_name_full": "Allison",
                "email": "info@bulgergallery.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 34254,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c0c01cad2ee4d29a4a45269304856a9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c0c01cad2ee4d29a4a45269304856a9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6c0c01cad2ee4d29a4a45269304856a9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c0c01cad2ee4d29a4a45269304856a9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c0c01cad2ee4d29a4a45269304856a9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c0c01cad2ee4d29a4a45269304856a9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c0c01cad2ee4d29a4a45269304856a9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c0c01cad2ee4d29a4a45269304856a9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c0c01cad2ee4d29a4a45269304856a9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c0c01cad2ee4d29a4a45269304856a9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-02-20T21:07:41.639588Z",
                "updated_at": "2024-02-20T21:07:41.639645Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "0a249e62-9212-43f4-8b21-bb0519792482"
            },
            "venue": {
                "id": 869,
                "name": "Stephen Bulger Gallery Toronto",
                "slug": "stephen-bulger-gallery-toronto",
                "city": "Toronto",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "43.6496209,-79.42763020000001",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2583,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/SBG-Logo-Midnight-Square2-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/SBG-Logo-Midnight-Square2-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/SBG-Logo-Midnight-Square2-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/SBG-Logo-Midnight-Square2.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/SBG-Logo-Midnight-Square2-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/SBG-Logo-Midnight-Square2-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/SBG-Logo-Midnight-Square2-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/SBG-Logo-Midnight-Square2-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-04-29T16:21:09.068176Z",
                    "updated_at": "2021-09-14T13:33:00.611505Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2024-02-20T21:07:48.990134Z",
            "publish_time": null,
            "slug": "shelley-niro-silent-waiting-moving-loud",
            "created_at": "2024-02-20T21:07:48.995621Z",
            "updated_at": "2024-02-20T21:07:49.056852Z",
            "summary": "Shelley Niro | silent, waiting, moving, LOUD is an Gallery Shows event starting on 02/03/2024, 14:00 and ending on 27/04/2024, 17:00. Event is in Stephen Bulger Gallery Toronto with address 1356 Dundas Street West.",
            "title": "Shelley Niro | silent, waiting, moving, LOUD",
            "content": "Opening Reception: Saturday, March 2, 2-5pm\r\nGuided Tour of the Exhibition: Saturday, March 2 & Saturday, April 27, 3pm\r\n\r\nStephen Bulger Gallery is pleased to present “silent, waiting, moving, LOUD,” our first solo exhibition of work by Shelley Niro (b. 1954, Niagara Falls, New York, USA). Niro is a member of the Turtle Clan of the Kanien’kehaka (Mohawk) Nation, from the Six Nations of the Grand River territory.\r\n\r\nOur exhibition is comprised of multiple series, including examples of Niro’s painting practice, as well as her multi-media sculptural objects, featuring her beadwork. The photographic components include the genre of portraiture and landscape, created with analogue methods and digital tools. Her subject matter incorporates observations of the moon, fossils, and appropriated images. The individual series seen together offer insights into Niro’s Indigenous heritage, as well as the concerns and fascinations shared with contemporary citizens of planet Earth.",
            "start_time": "2024-03-02T14:00:00.000000Z",
            "end_time": "2024-04-27T17:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1356 Dundas Street West",
            "city": "",
            "geolocation": "43.6496209,-79.42763020000001",
            "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": 36138,
            "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": 34202,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c79b949abf0441f983f16f7ccca9b433-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c79b949abf0441f983f16f7ccca9b433-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c79b949abf0441f983f16f7ccca9b433.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c79b949abf0441f983f16f7ccca9b433-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c79b949abf0441f983f16f7ccca9b433-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c79b949abf0441f983f16f7ccca9b433-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c79b949abf0441f983f16f7ccca9b433-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c79b949abf0441f983f16f7ccca9b433-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c79b949abf0441f983f16f7ccca9b433-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c79b949abf0441f983f16f7ccca9b433-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-02-19T16:49:46.268835Z",
                "updated_at": "2024-02-19T16:49:46.268873Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3466,
                "name": "Mash Gallery",
                "slug": "mash-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0403787,-118.2312842",
                "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-19T16:49:50.076189Z",
            "publish_time": null,
            "slug": "mash-gallery-feminine-cadence-2024-03-02",
            "created_at": "2024-02-19T16:49:50.983385Z",
            "updated_at": "2024-02-19T16:49:51.936610Z",
            "summary": "\"Feminine Cadence\" is an Gallery Shows event starting on 02/03/2024, 01:00 and ending on 06/04/2024, 00:00. Event is in Mash Gallery with address 812 N. La Cienega Blvd.",
            "title": "\"Feminine Cadence\"",
            "content": null,
            "start_time": "2024-03-02T01: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": "812 N. La Cienega Blvd",
            "city": "Los Angeles",
            "geolocation": "34.085607591836734,-118.37636842857144",
            "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": 35345,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 4658,
                "name": "Neuer Berliner Kunstverein (nbk)",
                "slug": "neuer-berliner-kunstverein-nbk",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5279246,13.3860624",
                "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-01-31T08:05:30.807979Z",
            "publish_time": null,
            "slug": "neuer-berliner-kunstverein-nbk-isa-genzken-ohr-2024-03-02",
            "created_at": "2024-01-31T08:05:31.724463Z",
            "updated_at": "2024-01-31T08:05:34.668067Z",
            "summary": "Isa Genzken. Ohr is an Gallery Shows event starting on 02/03/2024, 01:00 and ending on 01/09/2024, 00:00. Event is in Neuer Berliner Kunstverein (nbk) with address Chausseestrasse 128 / 129.",
            "title": "Isa Genzken. Ohr",
            "content": null,
            "start_time": "2024-03-02T01:00:00.000000Z",
            "end_time": "2024-09-01T00: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": "Chausseestrasse 128 / 129",
            "city": "Berlin",
            "geolocation": "52.5279121,13.3860465",
            "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": 36650,
            "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": 34746,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77fd2072758c473397f0847df2c5a471-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77fd2072758c473397f0847df2c5a471-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/77fd2072758c473397f0847df2c5a471.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77fd2072758c473397f0847df2c5a471-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77fd2072758c473397f0847df2c5a471-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77fd2072758c473397f0847df2c5a471-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77fd2072758c473397f0847df2c5a471-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77fd2072758c473397f0847df2c5a471-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77fd2072758c473397f0847df2c5a471-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77fd2072758c473397f0847df2c5a471-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-07T14:54:27.222312Z",
                "updated_at": "2024-03-07T14:54:27.222371Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5524,
                "name": "Marshall Gallery",
                "slug": "marshall-gallery",
                "city": "Scottsdale",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "33.49328819999999,-111.9278979",
                "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-07T14:54:33.634893Z",
            "publish_time": null,
            "slug": "marshall-gallery-ville-kansanen-future-primitive-2024-03-02",
            "created_at": "2024-03-07T14:54:34.547986Z",
            "updated_at": "2024-03-07T14:54:35.240510Z",
            "summary": "Ville Kansanen: Future Primitive is an Gallery Shows event starting on 02/03/2024, 01:00 and ending on 13/04/2024, 00:00. Event is in Marshall Gallery with address Bergamot Station.",
            "title": "Ville Kansanen: Future Primitive",
            "content": null,
            "start_time": "2024-03-02T01: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": "Bergamot Station",
            "city": "Santa Monica",
            "geolocation": "34.0274374,-118.46900342813086",
            "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": 36111,
            "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": 34176,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/173aebd3be424229a7e2dedae451d584-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/173aebd3be424229a7e2dedae451d584-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/173aebd3be424229a7e2dedae451d584.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/173aebd3be424229a7e2dedae451d584-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/173aebd3be424229a7e2dedae451d584-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/173aebd3be424229a7e2dedae451d584-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/173aebd3be424229a7e2dedae451d584-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/173aebd3be424229a7e2dedae451d584-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/173aebd3be424229a7e2dedae451d584-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/173aebd3be424229a7e2dedae451d584-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-02-16T13:46:58.629143Z",
                "updated_at": "2024-02-16T13:46:58.629178Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3565,
                "name": "Phoenix Art Space",
                "slug": "phoenix-art-space",
                "city": "Brighton",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.8288618,-0.1340882",
                "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-16T13:47:11.490951Z",
            "publish_time": null,
            "slug": "phoenix-art-space-h_a_r_d_p_a_p_e_r-2024-03-02",
            "created_at": "2024-02-16T13:47:12.402146Z",
            "updated_at": "2024-02-16T13:47:13.121918Z",
            "summary": "H_A_R_D_P_A_P_E_R is an Gallery Shows event starting on 02/03/2024, 01:00 and ending on 14/04/2024, 00:00. Event is in Phoenix Art Space with address 10-14 Waterloo Place.",
            "title": "H_A_R_D_P_A_P_E_R",
            "content": null,
            "start_time": "2024-03-02T01: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": "10-14 Waterloo Place",
            "city": "Brighton",
            "geolocation": "50.828805,-0.1337769",
            "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": 36139,
            "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": 34203,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d4949b5c95740989c614541a7653417-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d4949b5c95740989c614541a7653417-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4d4949b5c95740989c614541a7653417.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d4949b5c95740989c614541a7653417-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d4949b5c95740989c614541a7653417-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d4949b5c95740989c614541a7653417-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d4949b5c95740989c614541a7653417-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d4949b5c95740989c614541a7653417-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d4949b5c95740989c614541a7653417-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d4949b5c95740989c614541a7653417-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-02-19T16:49:46.535561Z",
                "updated_at": "2024-02-19T16:49:46.535602Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4689,
                "name": "Maryland Art Place",
                "slug": "maryland-art-place",
                "city": "Baltimore",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "39.2931481,-76.61881989999999",
                "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-19T16:49:51.492202Z",
            "publish_time": null,
            "slug": "maryland-art-place-zekes-toons-cartoons-and-comics-opening-reception-2024-03-02",
            "created_at": "2024-02-19T16:49:52.392734Z",
            "updated_at": "2024-02-19T16:49:53.739037Z",
            "summary": "Zeke's TOONS: Cartoons and Comics Opening Reception is an Gallery Shows event starting on 02/03/2024, 01:00 and ending on 02/03/2024, 01:00. Event is in Maryland Art Place with address 218 W Saratoga St.",
            "title": "Zeke's TOONS: Cartoons and Comics Opening Reception",
            "content": null,
            "start_time": "2024-03-02T01:00:00.000000Z",
            "end_time": "2024-03-02T01: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": "218 W Saratoga St",
            "city": "Baltimore",
            "geolocation": "39.29302787755102,-76.61840302040817",
            "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": []
        }
    ]
}