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

{
    "count": 37587,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=36828&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=36792&ordering=start_time",
    "results": [
        {
            "id": 38168,
            "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": 36367,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec29732fd2a3413d88a565c066c99efa-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec29732fd2a3413d88a565c066c99efa-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ec29732fd2a3413d88a565c066c99efa.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec29732fd2a3413d88a565c066c99efa-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec29732fd2a3413d88a565c066c99efa-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec29732fd2a3413d88a565c066c99efa-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec29732fd2a3413d88a565c066c99efa-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec29732fd2a3413d88a565c066c99efa-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec29732fd2a3413d88a565c066c99efa-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec29732fd2a3413d88a565c066c99efa-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-30T10:03:11.093016Z",
                "updated_at": "2024-04-30T10:03:11.093089Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6704,
                "name": "PATRICIA SWEETOW GALLERY",
                "slug": "patricia-sweetow-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0241532,-118.2295453",
                "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-04-30T10:03:36.900725Z",
            "publish_time": null,
            "slug": "patricia-sweetow-gallery-the-calligraphy-of-absence-2024-04-06",
            "created_at": "2024-04-30T10:03:37.840670Z",
            "updated_at": "2024-04-30T10:04:06.584514Z",
            "summary": "The Calligraphy of Absence is an Gallery Shows event starting on 06/04/2024, 00:00 and ending on 18/05/2024, 00:00. Event is in PATRICIA SWEETOW GALLERY with address 1700 South Santa Fe Ave. #351.",
            "title": "The Calligraphy of Absence",
            "content": null,
            "start_time": "2024-04-06T00: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": "1700 South Santa Fe Ave. #351",
            "city": "Los Angeles",
            "geolocation": "41.3616592,-72.9042271",
            "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": 38215,
            "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": 36432,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e41a2e1603e49f89cdd5fd83c6957ff-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e41a2e1603e49f89cdd5fd83c6957ff-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5e41a2e1603e49f89cdd5fd83c6957ff.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e41a2e1603e49f89cdd5fd83c6957ff-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e41a2e1603e49f89cdd5fd83c6957ff-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e41a2e1603e49f89cdd5fd83c6957ff-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e41a2e1603e49f89cdd5fd83c6957ff-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e41a2e1603e49f89cdd5fd83c6957ff-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e41a2e1603e49f89cdd5fd83c6957ff-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e41a2e1603e49f89cdd5fd83c6957ff-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-05-02T16:30:12.007640Z",
                "updated_at": "2024-05-02T16:30:12.007704Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9687,
                "name": "Yiwei Gallery",
                "slug": "yiwei-gallery",
                "city": "Venice",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "33.9904857,-118.4663682",
                "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-05-02T16:30:26.473425Z",
            "publish_time": null,
            "slug": "yiwei-gallery-the-new-cathedrals-2024-04-06",
            "created_at": "2024-05-02T16:30:27.865771Z",
            "updated_at": "2024-05-02T16:30:35.352744Z",
            "summary": "The NEW CATHEDRALS is an Gallery Shows event starting on 06/04/2024, 00:00 and ending on 05/05/2024, 00:00. Event is in Yiwei Gallery with address 1350 Abbot Kinney Blvd.",
            "title": "The NEW CATHEDRALS",
            "content": null,
            "start_time": "2024-04-06T00:00:00.000000Z",
            "end_time": "2024-05-05T00: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": "1350 Abbot Kinney Blvd",
            "city": "Venice",
            "geolocation": "33.990738,-118.4667135",
            "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": 37832,
            "author": {
                "id": "d846e17f-911d-4484-bb4d-0c22ff232abc",
                "username": "gary_1395",
                "slug": "gary_1395",
                "first_name": "Gary",
                "last_name": "Rush",
                "display_name": "Gary Rush",
                "display_name_full": "Gary Rush",
                "email": "garyrush@elainefleckgallery.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 35964,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ec91eaa6c474ed090fb68c575171dec-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ec91eaa6c474ed090fb68c575171dec-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8ec91eaa6c474ed090fb68c575171dec.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ec91eaa6c474ed090fb68c575171dec-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ec91eaa6c474ed090fb68c575171dec-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ec91eaa6c474ed090fb68c575171dec-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ec91eaa6c474ed090fb68c575171dec-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ec91eaa6c474ed090fb68c575171dec-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ec91eaa6c474ed090fb68c575171dec-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ec91eaa6c474ed090fb68c575171dec-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-05T12:33:43.252425Z",
                "updated_at": "2024-04-05T12:33:43.252458Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "d846e17f-911d-4484-bb4d-0c22ff232abc"
            },
            "venue": {
                "id": 2982,
                "name": "Elaine Fleck Gallery",
                "slug": "elaine-fleck-gallery",
                "city": "Toronto",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "43.6407994,-79.43458780000003",
                "artworks_for_sale_count": 2,
                "featured_image": {
                    "id": 2773,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Elaine-Fleck-Gallery-profile-image.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-05-07T21:41:33.430798Z",
                    "updated_at": "2021-09-14T13:38:18.615660Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2024-04-05T12:33:57.191465Z",
            "publish_time": null,
            "slug": "history-now-new-works-by-sandra-manzi-rebecca-van-gennip",
            "created_at": "2024-04-05T12:33:57.195477Z",
            "updated_at": "2024-04-05T12:33:57.237927Z",
            "summary": "\"HISTORY NOW\" new works by SANDRA MANZI & REBECCA VAN GENNIP is an Gallery Shows event starting on 06/04/2024, 12:00 and ending on 28/04/2024, 16:00. Event is in Elaine Fleck Gallery with address 1351 Queen Street West.",
            "title": "\"HISTORY NOW\" new works by SANDRA MANZI & REBECCA VAN GENNIP",
            "content": "Come view new and outstanding paintings by SANDRA MANZI & REBECCA VAN GENNIP. Both painters work with oil on canvas, they each pay homage to the influences of past masters with thoughtfully constructed narratives brilliantly painted into these contemporary masterpieces.",
            "start_time": "2024-04-06T12:00:00.000000Z",
            "end_time": "2024-04-28T16:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1351 Queen Street West",
            "city": "",
            "geolocation": "43.6407994,-79.43458780000003",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 37306,
            "author": {
                "id": "ea9f5c93-b6c0-4e6d-aa1e-3792fef059d5",
                "username": "info@loislambertgallery.com",
                "slug": "infoloislambertgallerycom",
                "first_name": "Lois",
                "last_name": "Lambert",
                "display_name": null,
                "display_name_full": "Lois Lambert",
                "email": "info@loislambertgallery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 35366,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98728e7360b74a33982c405441f1c73d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98728e7360b74a33982c405441f1c73d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/98728e7360b74a33982c405441f1c73d.jpeg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98728e7360b74a33982c405441f1c73d-crop-c0-5__0-5-270x152-70.jpeg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98728e7360b74a33982c405441f1c73d-crop-c0-5__0-5-555x312-70.jpeg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98728e7360b74a33982c405441f1c73d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98728e7360b74a33982c405441f1c73d-crop-c0-5__0-5-524x294-70.jpeg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98728e7360b74a33982c405441f1c73d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98728e7360b74a33982c405441f1c73d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98728e7360b74a33982c405441f1c73d-crop-c0-5__0-5-179x179-70.jpeg"
                },
                "created_at": "2024-03-30T19:59:39.711279Z",
                "updated_at": "2024-03-30T19:59:39.711315Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "ea9f5c93-b6c0-4e6d-aa1e-3792fef059d5"
            },
            "venue": {
                "id": 4387,
                "name": "Lois Lambert Gallery",
                "slug": "lois-lambert-gallery",
                "city": "Santa Monica",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0283148,-118.4676457",
                "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": "",
            "publish_status": "published",
            "published_at": "2024-03-30T19:59:46.800031Z",
            "publish_time": null,
            "slug": "artist-talk-with-caroline-gray",
            "created_at": "2024-03-30T19:59:46.804196Z",
            "updated_at": "2024-03-30T19:59:46.842823Z",
            "summary": "Artist Talk with Caroline Gray is an Gallery Shows event starting on 06/04/2024, 14:00 and ending on 06/04/2024, 16:57. Event is in Lois Lambert Gallery with address 2525 Michigan Avenue, Santa Monica, CA, USA.",
            "title": "Artist Talk with Caroline Gray",
            "content": "Caroline Gray will be delivering an artist talk for the exhibition \"Undercurrents\" at the Lois Lambert Gallery. Caroline Gray's photographs are always about the light and capturing the spontaneous grace of her subject. Framing her underwater dancers with color, light, and movement, Gray creates mood and ephemeral beauty. “I am transfixed by the sensuousness of the human body in water.” Gray uses her special affinity with light and water to show the beauty of humanity alongside the vastness of the natural world.",
            "start_time": "2024-04-06T14:00:00.000000Z",
            "end_time": "2024-04-06T16:57: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": "2525 Michigan Avenue, Santa Monica, CA, USA",
            "city": "",
            "geolocation": "34.0283148,-118.4676457",
            "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": 36988,
            "author": {
                "id": "514bd593-bf3d-4a9b-bb37-58ac4e401205",
                "username": "Kenise@kbfa.com",
                "slug": "kenisekbfacom",
                "first_name": "Kenise",
                "last_name": "Barnes",
                "display_name": null,
                "display_name_full": "Kenise Barnes",
                "email": "Kenise@kbfa.com",
                "telephone": "+1 860 560 3085"
            },
            "price": null,
            "featured_image": {
                "id": 35078,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70353ca2f9974b508aa70b8e1d9b2a8e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70353ca2f9974b508aa70b8e1d9b2a8e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/70353ca2f9974b508aa70b8e1d9b2a8e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70353ca2f9974b508aa70b8e1d9b2a8e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70353ca2f9974b508aa70b8e1d9b2a8e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70353ca2f9974b508aa70b8e1d9b2a8e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70353ca2f9974b508aa70b8e1d9b2a8e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70353ca2f9974b508aa70b8e1d9b2a8e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70353ca2f9974b508aa70b8e1d9b2a8e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70353ca2f9974b508aa70b8e1d9b2a8e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-13T18:34:28.625502Z",
                "updated_at": "2024-03-13T18:34:28.625540Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "514bd593-bf3d-4a9b-bb37-58ac4e401205"
            },
            "venue": {
                "id": 878,
                "name": "Kenise Barnes Fine Art",
                "slug": "kenise-barnes-fine-art",
                "city": "Kent",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "41.7246529,-73.4759562",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3900,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/22ff398c0f074e8894c187db9c1b9c0c-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/22ff398c0f074e8894c187db9c1b9c0c-crop-c0-5__0-5-558x279-70.jpeg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/22ff398c0f074e8894c187db9c1b9c0c-crop-c0-5__0-5-265x149-70.jpeg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/22ff398c0f074e8894c187db9c1b9c0c.jpeg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/22ff398c0f074e8894c187db9c1b9c0c-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/22ff398c0f074e8894c187db9c1b9c0c-crop-c0-5__0-5-760x499-70.jpeg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/22ff398c0f074e8894c187db9c1b9c0c-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/22ff398c0f074e8894c187db9c1b9c0c-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2022-06-23T18:37:28.514714Z",
                    "updated_at": "2022-06-23T18:37:28.514750Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "514bd593-bf3d-4a9b-bb37-58ac4e401205"
                },
                "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-03-13T18:34:46.176826Z",
            "publish_time": null,
            "slug": "reception-for-miracle-island-paintings-by-kk-kozik",
            "created_at": "2024-03-13T18:34:46.180889Z",
            "updated_at": "2024-03-13T18:34:46.248531Z",
            "summary": "Reception for Miracle Island - Paintings by KK Kozik is an Gallery Shows event starting on 06/04/2024, 16:00 and ending on 06/04/2024, 18:00. Event is in Kenise Barnes Fine Art with address 7 Fulling Ln, Kent, CT 06757, USA.",
            "title": "Reception for Miracle Island - Paintings by KK Kozik",
            "content": "Kenise Barnes Fine Art is pleased to announce the representation and first solo show of accomplished mid-career artist KK Kozik.",
            "start_time": "2024-04-06T16:00:00.000000Z",
            "end_time": "2024-04-06T18: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": "7 Fulling Ln, Kent, CT 06757, USA",
            "city": "",
            "geolocation": "41.7246529,-73.4759562",
            "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": 36997,
            "author": {
                "id": "7d04438a-00a7-4a9f-9185-77a249a76551",
                "username": "Ken",
                "slug": "ken",
                "first_name": "Hashimoto",
                "last_name": "Contemporary",
                "display_name": "Ken Harman",
                "display_name_full": "Ken Harman",
                "email": "info@hashimotocontemporary.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 35082,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ad6d4d816c341b59a0888bcfd1c583e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ad6d4d816c341b59a0888bcfd1c583e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7ad6d4d816c341b59a0888bcfd1c583e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ad6d4d816c341b59a0888bcfd1c583e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ad6d4d816c341b59a0888bcfd1c583e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ad6d4d816c341b59a0888bcfd1c583e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ad6d4d816c341b59a0888bcfd1c583e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ad6d4d816c341b59a0888bcfd1c583e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ad6d4d816c341b59a0888bcfd1c583e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ad6d4d816c341b59a0888bcfd1c583e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-16T19:30:03.382691Z",
                "updated_at": "2024-03-16T19:30:03.382748Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "7d04438a-00a7-4a9f-9185-77a249a76551"
            },
            "venue": {
                "id": 1938,
                "name": "HASHIMOTO CONTEMPORARY",
                "slug": "hashimoto-contemporary-san-francisco",
                "city": "San Francisco",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "37.7887064,-122.41375790000001",
                "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-16T19:30:08.540820Z",
            "publish_time": null,
            "slug": "devra-fox-in-orbit",
            "created_at": "2024-03-16T19:30:08.545325Z",
            "updated_at": "2024-03-16T19:30:32.596540Z",
            "summary": "Devra Fox - \"In Orbit\" is an Gallery Shows event starting on 06/04/2024, 17:00 and ending on 27/04/2024, 19:00. Event is in HASHIMOTO CONTEMPORARY with address 1275 Minnesota St, San Francisco, CA 94107, USA.",
            "title": "Devra Fox - \"In Orbit\"",
            "content": "Hashimoto Contemporary is pleased to present In Orbit, a solo exhibition by San Francisco-based artist Devra Fox. The exhibition will be Fox's inaugural solo exhibition at Hashimoto Contemporary, and debut presentation at our Minnesota Street location.",
            "start_time": "2024-04-06T17:00:00.000000Z",
            "end_time": "2024-04-27T19: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": "1275 Minnesota St, San Francisco, CA 94107, USA",
            "city": "San Francisco",
            "geolocation": "37.7542915,-122.389488",
            "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": 36998,
            "author": {
                "id": "7d04438a-00a7-4a9f-9185-77a249a76551",
                "username": "Ken",
                "slug": "ken",
                "first_name": "Hashimoto",
                "last_name": "Contemporary",
                "display_name": "Ken Harman",
                "display_name_full": "Ken Harman",
                "email": "info@hashimotocontemporary.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 35083,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5457c46cbbe0410ca2236e2709374b40-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5457c46cbbe0410ca2236e2709374b40-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5457c46cbbe0410ca2236e2709374b40.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5457c46cbbe0410ca2236e2709374b40-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5457c46cbbe0410ca2236e2709374b40-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5457c46cbbe0410ca2236e2709374b40-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5457c46cbbe0410ca2236e2709374b40-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5457c46cbbe0410ca2236e2709374b40-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5457c46cbbe0410ca2236e2709374b40-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5457c46cbbe0410ca2236e2709374b40-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-16T19:33:47.178236Z",
                "updated_at": "2024-03-16T19:33:47.178262Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "7d04438a-00a7-4a9f-9185-77a249a76551"
            },
            "venue": {
                "id": 1938,
                "name": "HASHIMOTO CONTEMPORARY",
                "slug": "hashimoto-contemporary-san-francisco",
                "city": "San Francisco",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "37.7887064,-122.41375790000001",
                "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-16T19:33:55.826509Z",
            "publish_time": null,
            "slug": "casey-gray-sweet-bountiful-life",
            "created_at": "2024-03-16T19:33:55.829969Z",
            "updated_at": "2024-03-16T19:33:55.867875Z",
            "summary": "Casey Gray - \"Sweet Bountiful Life\" is an Gallery Shows event starting on 06/04/2024, 17:00 and ending on 27/04/2024, 18:00. Event is in HASHIMOTO CONTEMPORARY with address 1275 Minnesota St, San Francisco, CA 94107, USA.",
            "title": "Casey Gray - \"Sweet Bountiful Life\"",
            "content": "Hashimoto Contemporary is pleased to present Sweet Bountiful Life, a solo exhibition by San Francisco-based artist Casey Gray. The exhibition will be Gray's fourth solo exhibition at Hashimoto Contemporary, and debut presentation at our Minnesota Street location.",
            "start_time": "2024-04-06T17:00:00.000000Z",
            "end_time": "2024-04-27T18: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": "1275 Minnesota St, San Francisco, CA 94107, USA",
            "city": "San Francisco",
            "geolocation": "37.7542915,-122.389488",
            "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": [
                102
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 37605,
            "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": 35667,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb891ba27aab45f0afafed72083ce676-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb891ba27aab45f0afafed72083ce676-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/eb891ba27aab45f0afafed72083ce676.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb891ba27aab45f0afafed72083ce676-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb891ba27aab45f0afafed72083ce676-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb891ba27aab45f0afafed72083ce676-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb891ba27aab45f0afafed72083ce676-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb891ba27aab45f0afafed72083ce676-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb891ba27aab45f0afafed72083ce676-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb891ba27aab45f0afafed72083ce676-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-02T16:52:41.004428Z",
                "updated_at": "2024-04-02T16:52:41.004474Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9851,
                "name": "Lieu d’Art Contemporain",
                "slug": "lieu-dart-contemporain",
                "city": "Sigean",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "43.056906,2.963007",
                "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": "FR",
            "publish_status": "published",
            "published_at": "2024-04-02T16:52:55.374987Z",
            "publish_time": null,
            "slug": "lieu-dart-contemporain-the-open-door-2024-04-07",
            "created_at": "2024-04-02T16:52:56.320994Z",
            "updated_at": "2024-04-02T16:52:58.187803Z",
            "summary": "The Open Door is an Gallery Shows event starting on 07/04/2024, 00:00 and ending on 02/06/2024, 00:00. Event is in Lieu d’Art Contemporain with address 1 Rue de la Berre.",
            "title": "The Open Door",
            "content": null,
            "start_time": "2024-04-07T00:00:00.000000Z",
            "end_time": "2024-06-02T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1 Rue de la Berre",
            "city": "Sigean",
            "geolocation": "43.0568615,2.9630028",
            "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": 37607,
            "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": 35674,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/694cefd585784d499258c481d6fc6d66-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/694cefd585784d499258c481d6fc6d66-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/694cefd585784d499258c481d6fc6d66.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/694cefd585784d499258c481d6fc6d66-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/694cefd585784d499258c481d6fc6d66-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/694cefd585784d499258c481d6fc6d66-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/694cefd585784d499258c481d6fc6d66-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/694cefd585784d499258c481d6fc6d66-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/694cefd585784d499258c481d6fc6d66-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/694cefd585784d499258c481d6fc6d66-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-02T16:53:04.601077Z",
                "updated_at": "2024-04-02T16:53:04.601138Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3962,
                "name": "LUX",
                "slug": "lux",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.563121,-0.1406221",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-04-02T16:53:10.224077Z",
            "publish_time": null,
            "slug": "lux-nina-thomas-place-setting-2024-04-07",
            "created_at": "2024-04-02T16:53:11.324656Z",
            "updated_at": "2024-04-02T16:53:11.831822Z",
            "summary": "Nina Thomas: ‘Place Setting’ is an Gallery Shows event starting on 07/04/2024, 00:00 and ending on 19/05/2024, 00:00. Event is in LUX with address Waterlow Park Centre.",
            "title": "Nina Thomas: ‘Place Setting’",
            "content": null,
            "start_time": "2024-04-07T00:00:00.000000Z",
            "end_time": "2024-05-19T00: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": "Waterlow Park Centre",
            "city": "London",
            "geolocation": "51.56836245,-0.14291585000000012",
            "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": 37808,
            "author": {
                "id": "c79c9538-a7d5-4a56-b5d3-a7fa2b867a7c",
                "username": "ArushaGallery",
                "slug": "ArushaGallery",
                "first_name": "Arusha",
                "last_name": "Gallery",
                "display_name": "Arusha Gallery",
                "display_name_full": "Arusha Gallery",
                "email": "lauren@arushagallery.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 35895,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c312a0a31a84c6d846bf2343da83f93-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c312a0a31a84c6d846bf2343da83f93-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0c312a0a31a84c6d846bf2343da83f93.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c312a0a31a84c6d846bf2343da83f93-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c312a0a31a84c6d846bf2343da83f93-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c312a0a31a84c6d846bf2343da83f93-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c312a0a31a84c6d846bf2343da83f93-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c312a0a31a84c6d846bf2343da83f93-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c312a0a31a84c6d846bf2343da83f93-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c312a0a31a84c6d846bf2343da83f93-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-03T09:51:25.751300Z",
                "updated_at": "2024-04-03T09:51:25.751358Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 1985,
                "name": "Arusha Gallery",
                "slug": "arusha-gallery-2",
                "city": "Edinburgh",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.9565126,-3.1986027000000377",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2298,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/arusha-gallery-outside-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/arusha-gallery-outside-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/arusha-gallery-outside-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/arusha-gallery-outside.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/arusha-gallery-outside-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/arusha-gallery-outside-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/arusha-gallery-outside-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/arusha-gallery-outside-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-23T05:33:36.469241Z",
                    "updated_at": "2021-09-14T13:26:48.490259Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "arusha-gallery-outside",
                    "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": "GB",
            "publish_status": "published",
            "published_at": "2024-04-03T09:51:54.822031Z",
            "publish_time": null,
            "slug": "arusha-gallery-wanderings-heidrun-rathgeb-2024-04-07",
            "created_at": "2024-04-03T09:51:55.801617Z",
            "updated_at": "2024-04-03T09:51:55.886348Z",
            "summary": "Wanderings: Heidrun Rathgeb is an Gallery Shows event starting on 07/04/2024, 00:00 and ending on 28/04/2024, 00:00. Event is in Arusha Gallery with address The Old Silk Barn.",
            "title": "Wanderings: Heidrun Rathgeb",
            "content": null,
            "start_time": "2024-04-07T00:00:00.000000Z",
            "end_time": "2024-04-28T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "The Old Silk Barn",
            "city": "Bruton",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 38132,
            "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": 36329,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a416039e35f425299fab26956ca28a2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a416039e35f425299fab26956ca28a2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2a416039e35f425299fab26956ca28a2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a416039e35f425299fab26956ca28a2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a416039e35f425299fab26956ca28a2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a416039e35f425299fab26956ca28a2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a416039e35f425299fab26956ca28a2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a416039e35f425299fab26956ca28a2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a416039e35f425299fab26956ca28a2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a416039e35f425299fab26956ca28a2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-30T09:54:34.537290Z",
                "updated_at": "2024-04-30T09:54:34.537347Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4036,
                "name": "LACMA, Los Angeles County Museum of Art",
                "slug": "lacma-los-angeles-county-museum-art",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.06379129999999,-118.3588851",
                "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-04-30T09:54:37.944875Z",
            "publish_time": null,
            "slug": "lacma-los-angeles-county-museum-of-art-ed-ruscha-now-then-2024-04-07",
            "created_at": "2024-04-30T09:54:38.829713Z",
            "updated_at": "2024-04-30T09:54:39.839176Z",
            "summary": "Ed Ruscha. Now Then is an Gallery Shows event starting on 07/04/2024, 00:00 and ending on 06/10/2024, 00:00. Event is in LACMA, Los Angeles County Museum of Art with address 5905 Wilshire Blvd.",
            "title": "Ed Ruscha. Now Then",
            "content": null,
            "start_time": "2024-04-07T00:00:00.000000Z",
            "end_time": "2024-10-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": "5905 Wilshire Blvd",
            "city": "Los Angeles",
            "geolocation": "34.06447235,-118.35994593475988",
            "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": 36355,
            "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": 34421,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e858dcd0a4d94d36a44270358080c76b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e858dcd0a4d94d36a44270358080c76b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e858dcd0a4d94d36a44270358080c76b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e858dcd0a4d94d36a44270358080c76b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e858dcd0a4d94d36a44270358080c76b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e858dcd0a4d94d36a44270358080c76b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e858dcd0a4d94d36a44270358080c76b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e858dcd0a4d94d36a44270358080c76b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e858dcd0a4d94d36a44270358080c76b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e858dcd0a4d94d36a44270358080c76b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-02-23T21:18:16.874583Z",
                "updated_at": "2024-02-23T21:18:16.874623Z",
                "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": "US",
            "publish_status": "published",
            "published_at": "2024-02-23T21:18:26.778374Z",
            "publish_time": null,
            "slug": "robert-lebsack-live-painting",
            "created_at": "2024-02-23T21:18:26.790630Z",
            "updated_at": "2024-02-23T21:18:29.576352Z",
            "summary": "Robert Lebsack: Live Painting is an Gallery Shows event starting on 07/04/2024, 14:00 and ending on 07/04/2024, 16:00. Event is in Artplex Gallery with address 7358 Beverly Blvd, Los Angeles, CA 90036, USA.",
            "title": "Robert Lebsack: Live Painting",
            "content": "Esteemed contemporary artist Robert Lebsack is set to captivate art enthusiasts in an exclusive live painting event, offering a rare glimpse into his creative process.\r\n\r\nThis immersive experience goes beyond the canvas, inviting viewers to witness Lebsack's technique in real time.\r\n\r\nAttendees will have the unique opportunity to engage with the artist by asking questions and delving into the intricacies of his studio methods.\r\n\r\nCollectors will also have the opportunity to take home individually personalized artworks from Lebsack’s inventory. Lebsack will not only paint but will also personalize artworks for attendees, creating a one-of-a-kind connection between artist and collector.\r\n\r\nJoin us for an afternoon of unforgettable creativity and interaction.",
            "start_time": "2024-04-07T14:00:00.000000Z",
            "end_time": "2024-04-07T16: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": "7358 Beverly Blvd, Los Angeles, CA 90036, USA",
            "city": "Los Angeles",
            "geolocation": "34.0758441,-118.3501976",
            "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": [
                17273
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 37420,
            "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": 35471,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be0ea16d5a6e44c49b53f67504a5524c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be0ea16d5a6e44c49b53f67504a5524c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/be0ea16d5a6e44c49b53f67504a5524c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be0ea16d5a6e44c49b53f67504a5524c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be0ea16d5a6e44c49b53f67504a5524c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be0ea16d5a6e44c49b53f67504a5524c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be0ea16d5a6e44c49b53f67504a5524c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be0ea16d5a6e44c49b53f67504a5524c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be0ea16d5a6e44c49b53f67504a5524c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be0ea16d5a6e44c49b53f67504a5524c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-01T20:44:27.499372Z",
                "updated_at": "2024-04-01T20:44:27.499457Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9541,
                "name": "Heritage Gallery",
                "slug": "heritage-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4830707,-0.0032751",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-04-01T20:44:30.804276Z",
            "publish_time": null,
            "slug": "heritage-gallery-vince-briffa-solo-show-2024-04-08",
            "created_at": "2024-04-01T20:44:31.846895Z",
            "updated_at": "2024-04-01T20:44:31.895521Z",
            "summary": "Vince Briffa Solo Show is an Gallery Shows event starting on 08/04/2024, 00:00 and ending on 10/05/2024, 00:00. Event is in Heritage Gallery with address Queen Anne Court, University of Greenwich, Old Royal Naval College.",
            "title": "Vince Briffa Solo Show",
            "content": null,
            "start_time": "2024-04-08T00:00:00.000000Z",
            "end_time": "2024-05-10T00: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": "Queen Anne Court, University of Greenwich, Old Royal Naval College",
            "city": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 38178,
            "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": 36388,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37a2d4668de64904bbbad23a71f3baa1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37a2d4668de64904bbbad23a71f3baa1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/37a2d4668de64904bbbad23a71f3baa1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37a2d4668de64904bbbad23a71f3baa1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37a2d4668de64904bbbad23a71f3baa1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37a2d4668de64904bbbad23a71f3baa1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37a2d4668de64904bbbad23a71f3baa1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37a2d4668de64904bbbad23a71f3baa1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37a2d4668de64904bbbad23a71f3baa1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37a2d4668de64904bbbad23a71f3baa1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-30T10:09:14.237549Z",
                "updated_at": "2024-04-30T10:09:14.237587Z",
                "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-04-30T10:09:19.705215Z",
            "publish_time": null,
            "slug": "rossocinabro-art-is-the-place-where-we-celebrate-the-incomprehensible-2024-04-08",
            "created_at": "2024-04-30T10:09:20.727153Z",
            "updated_at": "2024-04-30T10:09:54.764550Z",
            "summary": "Art is the place where we celebrate the incomprehensible is an Gallery Shows event starting on 08/04/2024, 00:00 and ending on 31/05/2024, 00:00. Event is in ROSSOCINABRO with address Via Raffaele Cadorna 28.",
            "title": "Art is the place where we celebrate the incomprehensible",
            "content": null,
            "start_time": "2024-04-08T00:00:00.000000Z",
            "end_time": "2024-05-31T00: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": "39.2381511,9.1939337",
            "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": 35948,
            "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": 34034,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2289b846839e48a2af07f4e4a4dd8f55-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2289b846839e48a2af07f4e4a4dd8f55-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2289b846839e48a2af07f4e4a4dd8f55.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2289b846839e48a2af07f4e4a4dd8f55-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2289b846839e48a2af07f4e4a4dd8f55-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2289b846839e48a2af07f4e4a4dd8f55-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2289b846839e48a2af07f4e4a4dd8f55-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2289b846839e48a2af07f4e4a4dd8f55-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2289b846839e48a2af07f4e4a4dd8f55-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2289b846839e48a2af07f4e4a4dd8f55-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-02-14T10:08:41.223449Z",
                "updated_at": "2024-02-14T10:08:41.223520Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3392,
                "name": "Colonnade House",
                "slug": "colonnade-house",
                "city": "Worthing",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.8119806,-0.3676237999999999",
                "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-14T10:08:43.978474Z",
            "publish_time": null,
            "slug": "colonnade-house-urban-sketching-house-portraits-2024-04-09",
            "created_at": "2024-02-14T10:08:44.893759Z",
            "updated_at": "2024-02-14T10:08:45.708219Z",
            "summary": "Urban Sketching & House Portraits is an Gallery Shows event starting on 09/04/2024, 00:00 and ending on 21/04/2024, 00:00. Event is in Colonnade House with address Colonnade House.",
            "title": "Urban Sketching & House Portraits",
            "content": null,
            "start_time": "2024-04-09T00:00:00.000000Z",
            "end_time": "2024-04-21T00: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": "Colonnade House",
            "city": "Worthing",
            "geolocation": "50.96326985,0.020770453697222413",
            "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": 36525,
            "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": 34624,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42da227255cf4dbfb83e3e919cecd646-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42da227255cf4dbfb83e3e919cecd646-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/42da227255cf4dbfb83e3e919cecd646.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42da227255cf4dbfb83e3e919cecd646-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42da227255cf4dbfb83e3e919cecd646-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42da227255cf4dbfb83e3e919cecd646-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42da227255cf4dbfb83e3e919cecd646-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42da227255cf4dbfb83e3e919cecd646-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42da227255cf4dbfb83e3e919cecd646-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42da227255cf4dbfb83e3e919cecd646-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-06T12:16:57.871503Z",
                "updated_at": "2024-03-06T12:16:57.871540Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3392,
                "name": "Colonnade House",
                "slug": "colonnade-house",
                "city": "Worthing",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.8119806,-0.3676237999999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-03-06T12:17:03.286871Z",
            "publish_time": null,
            "slug": "colonnade-house-sold-7-2024-04-09",
            "created_at": "2024-03-06T12:17:04.201169Z",
            "updated_at": "2024-03-06T12:17:05.965469Z",
            "summary": "Sold 7 is an Gallery Shows event starting on 09/04/2024, 00:00 and ending on 21/04/2024, 00:00. Event is in Colonnade House with address Colonnade House.",
            "title": "Sold 7",
            "content": null,
            "start_time": "2024-04-09T00:00:00.000000Z",
            "end_time": "2024-04-21T00: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": "Colonnade House",
            "city": "Worthing",
            "geolocation": "50.96326985,0.020770453697222413",
            "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": 37430,
            "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": 35484,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944826ae83b4a229ad01ca4e501df6c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944826ae83b4a229ad01ca4e501df6c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4944826ae83b4a229ad01ca4e501df6c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944826ae83b4a229ad01ca4e501df6c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944826ae83b4a229ad01ca4e501df6c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944826ae83b4a229ad01ca4e501df6c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944826ae83b4a229ad01ca4e501df6c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944826ae83b4a229ad01ca4e501df6c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944826ae83b4a229ad01ca4e501df6c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944826ae83b4a229ad01ca4e501df6c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-01T20:44:57.437205Z",
                "updated_at": "2024-04-01T20:44:57.437259Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9821,
                "name": "Inspire Makers",
                "slug": "inspire-makers",
                "city": "Falmouth",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.1574173,-5.072721400000001",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-04-01T20:44:59.406269Z",
            "publish_time": null,
            "slug": "inspire-makers-roberta-hopkins-grounded-2024-04-09",
            "created_at": "2024-04-01T20:45:00.448591Z",
            "updated_at": "2024-04-01T20:45:00.560787Z",
            "summary": "Roberta Hopkins. Grounded is an Gallery Shows event starting on 09/04/2024, 00:00 and ending on 04/05/2024, 00:00. Event is in Inspire Makers with address 5 High St.",
            "title": "Roberta Hopkins. Grounded",
            "content": null,
            "start_time": "2024-04-09T00:00:00.000000Z",
            "end_time": "2024-05-04T00: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": "5 High St",
            "city": "Falmouth",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 37522,
            "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": 35567,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26d5fac5acf84c5585f010b6531fc456-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26d5fac5acf84c5585f010b6531fc456-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/26d5fac5acf84c5585f010b6531fc456.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26d5fac5acf84c5585f010b6531fc456-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26d5fac5acf84c5585f010b6531fc456-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26d5fac5acf84c5585f010b6531fc456-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26d5fac5acf84c5585f010b6531fc456-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26d5fac5acf84c5585f010b6531fc456-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26d5fac5acf84c5585f010b6531fc456-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26d5fac5acf84c5585f010b6531fc456-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-02T10:43:27.062043Z",
                "updated_at": "2024-04-02T10:43:27.062080Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5028,
                "name": "City Lit",
                "slug": "city-lit",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5149388,-0.1200873",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-04-02T10:43:40.628375Z",
            "publish_time": null,
            "slug": "city-lit-artist-talks-at-city-lit-2024-2024-04-09",
            "created_at": "2024-04-02T10:43:41.549830Z",
            "updated_at": "2024-04-02T10:43:42.020314Z",
            "summary": "Artist Talks at City Lit 2024 is an Gallery Shows event starting on 09/04/2024, 00:00 and ending on 17/07/2024, 00:00. Event is in City Lit with address 1-10 Keeley Street.",
            "title": "Artist Talks at City Lit 2024",
            "content": null,
            "start_time": "2024-04-09T00:00:00.000000Z",
            "end_time": "2024-07-17T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1-10 Keeley Street",
            "city": "London",
            "geolocation": "51.51491265,-0.12010347035666949",
            "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": []
        }
    ]
}