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=36828&ordering=end_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=36846&ordering=end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=36810&ordering=end_time",
    "results": [
        {
            "id": 38151,
            "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": 36345,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a645263cc3e84bc3bb7078616bdf7200-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a645263cc3e84bc3bb7078616bdf7200-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a645263cc3e84bc3bb7078616bdf7200.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a645263cc3e84bc3bb7078616bdf7200-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a645263cc3e84bc3bb7078616bdf7200-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a645263cc3e84bc3bb7078616bdf7200-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a645263cc3e84bc3bb7078616bdf7200-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a645263cc3e84bc3bb7078616bdf7200-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a645263cc3e84bc3bb7078616bdf7200-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a645263cc3e84bc3bb7078616bdf7200-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-30T09:58:03.175055Z",
                "updated_at": "2024-04-30T09:58:03.175101Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4905,
                "name": "Michael Werner Gallery",
                "slug": "michael-werner-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.9644155,-72.18684840000002",
                "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:58:06.985791Z",
            "publish_time": null,
            "slug": "michael-werner-gallery-per-kirkeby-paintings-on-masonite-and-bronzes-2024-04-10",
            "created_at": "2024-04-30T09:58:07.875421Z",
            "updated_at": "2024-04-30T09:58:10.373292Z",
            "summary": "Per Kirkeby. Paintings on Masonite and Bronzes is an Gallery Shows event starting on 10/04/2024, 00:00 and ending on 01/06/2024, 00:00. Event is in Michael Werner Gallery with address 4 E. 77th Street.",
            "title": "Per Kirkeby. Paintings on Masonite and Bronzes",
            "content": null,
            "start_time": "2024-04-10T00:00:00.000000Z",
            "end_time": "2024-06-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "4 E. 77th Street",
            "city": "New York",
            "geolocation": "40.775262350000006,-73.96424640390843",
            "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": 36193,
            "author": {
                "id": "a57b2f57-e169-4306-b59d-8c21aeddb574",
                "username": "anna@hamiltonsgallery.com",
                "slug": "annahamiltonsgallerycom",
                "first_name": "Molly",
                "last_name": "Horner",
                "display_name": null,
                "display_name_full": "Molly Horner",
                "email": "molly@hamiltonsgallery.com",
                "telephone": "+44 20 7499 9493"
            },
            "price": null,
            "featured_image": {
                "id": 34265,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f230cef1158f43a5a7b752a6377d0122-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f230cef1158f43a5a7b752a6377d0122-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f230cef1158f43a5a7b752a6377d0122.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f230cef1158f43a5a7b752a6377d0122-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f230cef1158f43a5a7b752a6377d0122-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f230cef1158f43a5a7b752a6377d0122-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f230cef1158f43a5a7b752a6377d0122-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f230cef1158f43a5a7b752a6377d0122-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f230cef1158f43a5a7b752a6377d0122-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f230cef1158f43a5a7b752a6377d0122-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-02-21T16:32:01.718082Z",
                "updated_at": "2024-02-21T16:32:01.718123Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "a57b2f57-e169-4306-b59d-8c21aeddb574"
            },
            "venue": {
                "id": 2431,
                "name": "Hamiltons Gallery",
                "slug": "hamiltons-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5105392,-0.14984340000000884",
                "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-02-21T16:32:28.970626Z",
            "publish_time": null,
            "slug": "nick-waplington-living-room",
            "created_at": "2024-02-21T16:32:28.975708Z",
            "updated_at": "2024-05-13T22:30:21.516782Z",
            "summary": "Nick Waplington: Living Room is an Gallery Shows event starting on 14/03/2024, 10:00 and ending on 25/05/2024, 16:00. Event is in Hamiltons Gallery with address 13 Carlos Place.",
            "title": "Nick Waplington: Living Room",
            "content": "Hamiltons Gallery is thrilled to debut their first exhibition with Nick Waplington, which marks the new release of previously unseen image variants and new works from his iconic series Living Room, 1991.\r\n\r\nNick Waplington’s first book, Living Room, was published in 1991, and was an instant sensation. The 59 photographs in the original edition documented the lives of friends, families, and neighbours on the Broxtowe housing estate in Nottingham, England, where Waplington spent many years making thousands of images. This extensive archive of unseen photographs forms the basis of this new conceptual remake of the 1991 monograph, one that revisits and refashions Waplington’s iconic work from a contemporary vantage point.  This new work follows the same sequencing of landscape and portrait images as the original edition - replacing each of the 59 photographs with an as-yet-unseen work from the Living Room archive, often from the same roll of film as the original image.",
            "start_time": "2024-03-14T10:00:00.000000Z",
            "end_time": "2024-06-01T16: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": "13 Carlos Place",
            "city": null,
            "geolocation": "51.5105392,-0.14984340000000884",
            "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": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                9029
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 38034,
            "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": 36198,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ae7cf336abb4c21a828e32714b89690-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ae7cf336abb4c21a828e32714b89690-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0ae7cf336abb4c21a828e32714b89690.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ae7cf336abb4c21a828e32714b89690-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ae7cf336abb4c21a828e32714b89690-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ae7cf336abb4c21a828e32714b89690-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ae7cf336abb4c21a828e32714b89690-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ae7cf336abb4c21a828e32714b89690-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ae7cf336abb4c21a828e32714b89690-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ae7cf336abb4c21a828e32714b89690-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-19T22:38:49.187550Z",
                "updated_at": "2024-04-19T22:38:49.187586Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "559aa9d9-935c-4b7f-922a-fa80438a2292"
            },
            "venue": {
                "id": 5169,
                "name": "Artplex Gallery",
                "slug": "artplex-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0764276,-118.3508087",
                "artworks_for_sale_count": 944,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2024-04-19T22:38:55.391782Z",
            "publish_time": null,
            "slug": "alex-voinea-color-in-flow",
            "created_at": "2024-04-19T22:38:55.395882Z",
            "updated_at": "2024-04-19T22:38:55.438273Z",
            "summary": "Alex Voinea: Color In Flow is an Gallery Shows event starting on 26/05/2024, 14:00 and ending on 01/06/2024, 16:00. Event is in Artplex Gallery with address 7377 Beverly Blvd, Los Angeles, CA 90036, United States.",
            "title": "Alex Voinea: Color In Flow",
            "content": "Artplex Gallery proudly presents \"Color In Flow\" featuring the vibrant abstract paintings of Alex Voinea, whose work reflects a life shaped by resilience and fervor, stemming from his experiences in the Romanian revolution.\r\n\r\nVoinea's meticulous approach to his craft results in dynamic compositions that transcend traditional boundaries, inviting viewers into a universe where color reigns supreme and motion is palpable.\r\n\r\nWith a bold palette and fearless experimentation, Voinea's paintings pulsate with life, drawing audiences into a rich tapestry of organic shapes and rhythmic patterns. Now, at 50 years old and residing outside Barcelona, Spain, Voinea's work continues to captivate audiences worldwide, reflecting his enduring passion and inquisitive spirit.\r\n\r\nJoin us at Alex Voinea’s solo exhibition to experience the visceral power of this unique artist’s abstract masterpieces.",
            "start_time": "2024-05-26T14:00:00.000000Z",
            "end_time": "2024-06-01T16:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "7377 Beverly Blvd, Los Angeles, CA 90036, United States",
            "city": "",
            "geolocation": "34.0764276,-118.3508087",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                17361
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 38276,
            "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": 36726,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cec15f7d9bae4121bd6ed0995835f793-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cec15f7d9bae4121bd6ed0995835f793-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/cec15f7d9bae4121bd6ed0995835f793.jpeg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cec15f7d9bae4121bd6ed0995835f793-crop-c0-5__0-5-270x152-70.jpeg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cec15f7d9bae4121bd6ed0995835f793-crop-c0-5__0-5-555x312-70.jpeg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cec15f7d9bae4121bd6ed0995835f793-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cec15f7d9bae4121bd6ed0995835f793-crop-c0-5__0-5-524x294-70.jpeg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cec15f7d9bae4121bd6ed0995835f793-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cec15f7d9bae4121bd6ed0995835f793-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cec15f7d9bae4121bd6ed0995835f793-crop-c0-5__0-5-179x179-70.jpeg"
                },
                "created_at": "2024-05-29T20:47:19.605521Z",
                "updated_at": "2024-05-29T20:47:19.605558Z",
                "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-05-29T20:47:29.857475Z",
            "publish_time": null,
            "slug": "opening-reception-for-elizabeth",
            "created_at": "2024-05-29T20:47:29.861544Z",
            "updated_at": "2024-05-29T20:47:29.899629Z",
            "summary": "Opening Reception for Elizabeth is an Gallery Shows event starting on 01/06/2024, 11:00 and ending on 01/06/2024, 17:00. Event is in Kenise Barnes Fine Art with address 7 Fulling Ln, Kent, CT 06757, USA.",
            "title": "Opening Reception for Elizabeth",
            "content": "Elizabeth Gourlay (1961 - 2024)\r\n\r\nElizabeth Gourlay's luminious career was cut short by illness. We honor her life and work with a survey of selected paintings. \r\n\r\nExhibitions will take place in two locations:\r\n\r\nKenise Barnes Fine Art (The Annex), Kent, CT and Daphne: Art, Bantam, CT\r\n\r\nBoth galleries will welcome visitors on June 1 from 11:00- 5:30.",
            "start_time": "2024-06-01T11:00:00.000000Z",
            "end_time": "2024-06-01T17: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": [
                3903
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 36189,
            "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": 34253,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/810f5b340ed749cbbe57eca76609014a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/810f5b340ed749cbbe57eca76609014a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/810f5b340ed749cbbe57eca76609014a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/810f5b340ed749cbbe57eca76609014a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/810f5b340ed749cbbe57eca76609014a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/810f5b340ed749cbbe57eca76609014a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/810f5b340ed749cbbe57eca76609014a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/810f5b340ed749cbbe57eca76609014a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/810f5b340ed749cbbe57eca76609014a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/810f5b340ed749cbbe57eca76609014a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-02-20T19:37:24.247283Z",
                "updated_at": "2024-02-20T19:37:24.247325Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "559aa9d9-935c-4b7f-922a-fa80438a2292"
            },
            "venue": {
                "id": 5169,
                "name": "Artplex Gallery",
                "slug": "artplex-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0764276,-118.3508087",
                "artworks_for_sale_count": 944,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2024-02-20T19:37:39.334223Z",
            "publish_time": null,
            "slug": "refreshingly-playful",
            "created_at": "2024-02-20T19:37:39.338439Z",
            "updated_at": "2024-02-20T19:37:39.381808Z",
            "summary": "Refreshingly Playful is an Gallery Shows event starting on 01/06/2024, 16:00 and ending on 01/06/2024, 18:00. Event is in Artplex Gallery with address 7377 Beverly Blvd, Los Angeles, CA 90036, United States.",
            "title": "Refreshingly Playful",
            "content": "Artspace Warehouse is pleased to present \"Refreshingly Playful,\" a new contemporary art exhibition, promising a captivating exploration of joy and delight through imaginative and enticing imagery.\r\n\r\nThis exhibition features Canadian artist Kimberly Blackstock, known globally for her innovative style. Joining her are Michael Giliberti, transitioning from corporate advertising to vivid mixed media works, and Danny Brown, a first-generation American artist blending graffiti-inspired color blocking with cultural influences. Kathleen Keifer, a leading force in New California Realism, transforms elements from popular culture into pop art symbols. The exhibition also features globally acclaimed artist Sergio Valenzuela and hyperrealist figurative painter Amanda Arrou-tea. This diverse lineup invites viewers into a joyous and playful world of contemporary art.",
            "start_time": "2024-06-01T16:00:00.000000Z",
            "end_time": "2024-06-01T18:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "7377 Beverly Blvd, Los Angeles, CA 90036, United States",
            "city": "",
            "geolocation": "34.0764276,-118.3508087",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                17221,
                17267,
                17342,
                17211,
                17290,
                18055
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 38367,
            "author": {
                "id": "f6825d96-0331-4115-9f05-2dc26867df88",
                "username": "jd@jdmalat.com",
                "slug": "jdjdmalatcom",
                "first_name": "Jean David",
                "last_name": "Malat",
                "display_name": null,
                "display_name_full": "Jean David Malat",
                "email": "jd@jdmalat.com",
                "telephone": "+44 (0)203 7466 832"
            },
            "price": null,
            "featured_image": {
                "id": 36872,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b5e1adfdff645e7bb3fdc57928592b4-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b5e1adfdff645e7bb3fdc57928592b4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2b5e1adfdff645e7bb3fdc57928592b4.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b5e1adfdff645e7bb3fdc57928592b4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b5e1adfdff645e7bb3fdc57928592b4-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b5e1adfdff645e7bb3fdc57928592b4-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b5e1adfdff645e7bb3fdc57928592b4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b5e1adfdff645e7bb3fdc57928592b4-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b5e1adfdff645e7bb3fdc57928592b4-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b5e1adfdff645e7bb3fdc57928592b4-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-11-05T11:57:30.778629Z",
                "updated_at": "2024-11-05T11:57:30.778680Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "f6825d96-0331-4115-9f05-2dc26867df88"
            },
            "venue": {
                "id": 4365,
                "name": "JD Malat Gallery",
                "slug": "jd-malat-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5119137,-0.1478266",
                "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-11-05T11:58:11.673658Z",
            "publish_time": null,
            "slug": "histories-in-flux",
            "created_at": "2024-11-05T11:58:11.678224Z",
            "updated_at": "2024-11-05T11:58:11.717044Z",
            "summary": "Histories in Flux is an Gallery Shows event starting on 02/05/2024, 10:00 and ending on 01/06/2024, 18:00. Event is in JD Malat Gallery with address 30 Davies St, London W1K 4NB, UK.",
            "title": "Histories in Flux",
            "content": "Acclaimed New York-based painter Tim Kent will present Histories in Flux, a solo exhibition at Mayfair’s JD Malat Gallery this May. Having exhibited in international galleries and collections, Kent returns to London for a second time to showcase his new body of work. On view from the 2nd of May until the 1st of June, Histories in Flux unveils Kent’s depictions of vast architectural spaces which harbour deeper narratives of human history and our struggle to address self-implemented power structures.",
            "start_time": "2024-05-02T10:00:00.000000Z",
            "end_time": "2024-06-01T18: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": "30 Davies St, London W1K 4NB, UK",
            "city": "",
            "geolocation": "51.5119137,-0.1478266",
            "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": 38368,
            "author": {
                "id": "f6825d96-0331-4115-9f05-2dc26867df88",
                "username": "jd@jdmalat.com",
                "slug": "jdjdmalatcom",
                "first_name": "Jean David",
                "last_name": "Malat",
                "display_name": null,
                "display_name_full": "Jean David Malat",
                "email": "jd@jdmalat.com",
                "telephone": "+44 (0)203 7466 832"
            },
            "price": null,
            "featured_image": {
                "id": 36873,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22a206c8a4004c7c87bd1e656a93e6f5-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22a206c8a4004c7c87bd1e656a93e6f5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/22a206c8a4004c7c87bd1e656a93e6f5.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22a206c8a4004c7c87bd1e656a93e6f5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22a206c8a4004c7c87bd1e656a93e6f5-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22a206c8a4004c7c87bd1e656a93e6f5-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22a206c8a4004c7c87bd1e656a93e6f5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22a206c8a4004c7c87bd1e656a93e6f5-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22a206c8a4004c7c87bd1e656a93e6f5-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22a206c8a4004c7c87bd1e656a93e6f5-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-11-05T12:00:38.474503Z",
                "updated_at": "2024-11-05T12:00:38.474548Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "f6825d96-0331-4115-9f05-2dc26867df88"
            },
            "venue": {
                "id": 4365,
                "name": "JD Malat Gallery",
                "slug": "jd-malat-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5119137,-0.1478266",
                "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-11-05T12:00:57.414523Z",
            "publish_time": null,
            "slug": "above-the-surface",
            "created_at": "2024-11-05T12:00:57.418588Z",
            "updated_at": "2024-11-05T12:00:57.465608Z",
            "summary": "Above The Surface is an Gallery Shows event starting on 02/05/2024, 10:00 and ending on 01/06/2024, 18:00. Event is in JD Malat Gallery with address 30 Davies St, London W1K 4NB, UK.",
            "title": "Above The Surface",
            "content": "JD Malat Gallery is proud to present Above the Surface, an exhibition by Australia-based painter Michael Muir, marking his debut showcase in London. Presenting five new works, the exhibition from May 2 – 1 June will transform the gallery space into a vivid extension of Muir’s paintings complete with white sand and palm trees functioning to reflect the artist’s profound connection to the natural world.\r\n\r\nOriginally from Scotland, Muir’s formative years were spent travelling throughout Southeast Asia before eventually settling in Sydney, Australia where the artist is currently based. His peripatetic upbringing deeply informs Muir’s artistic practice, manifesting in his adept ability to reconcile the juxtaposition of the familiar with the novelty of new experiences.",
            "start_time": "2024-05-02T10:00:00.000000Z",
            "end_time": "2024-06-01T18: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": "30 Davies St, London W1K 4NB, UK",
            "city": "",
            "geolocation": "51.5119137,-0.1478266",
            "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": 38023,
            "author": {
                "id": "84c4fff3-f48f-47a0-ac33-64b1e7070d53",
                "username": "info@labirentsanat.com",
                "slug": "infolabirentsanatcom",
                "first_name": "Ufuk",
                "last_name": "Ulker",
                "display_name": null,
                "display_name_full": "Ufuk Ulker",
                "email": "info@labirentsanat.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 36187,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a299bfec2ea4b258bbbabb97caea8a9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a299bfec2ea4b258bbbabb97caea8a9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2a299bfec2ea4b258bbbabb97caea8a9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a299bfec2ea4b258bbbabb97caea8a9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a299bfec2ea4b258bbbabb97caea8a9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a299bfec2ea4b258bbbabb97caea8a9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a299bfec2ea4b258bbbabb97caea8a9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a299bfec2ea4b258bbbabb97caea8a9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a299bfec2ea4b258bbbabb97caea8a9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a299bfec2ea4b258bbbabb97caea8a9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-16T11:17:17.025240Z",
                "updated_at": "2024-04-16T11:17:17.025294Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "84c4fff3-f48f-47a0-ac33-64b1e7070d53"
            },
            "venue": {
                "id": 5271,
                "name": "Labirent Sanat",
                "slug": "labirent-sanat",
                "city": "Istanbul",
                "country": {
                    "code": "TR",
                    "name": "Turkey"
                },
                "geolocation": "41.0312832,28.9723834",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3950,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/37eb10bccd914903850f62602450ccbd-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/37eb10bccd914903850f62602450ccbd-crop-c0-5__0-5-558x279-70.JPG",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/37eb10bccd914903850f62602450ccbd-crop-c0-5__0-5-265x149-70.JPG",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/37eb10bccd914903850f62602450ccbd.JPG",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/37eb10bccd914903850f62602450ccbd-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/37eb10bccd914903850f62602450ccbd-crop-c0-5__0-5-760x499-70.JPG",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/37eb10bccd914903850f62602450ccbd-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/37eb10bccd914903850f62602450ccbd-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2022-08-04T11:48:06.644955Z",
                    "updated_at": "2022-08-04T11:48:06.645009Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "84c4fff3-f48f-47a0-ac33-64b1e7070d53"
                },
                "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-16T11:17:33.198519Z",
            "publish_time": null,
            "slug": "emre-celali-living-in-accordance-with-nature",
            "created_at": "2024-04-16T11:17:33.202734Z",
            "updated_at": "2024-04-16T11:17:33.243824Z",
            "summary": "Emre Celali - Living in Accordance with Nature is an Gallery Shows event starting on 18/04/2024, 18:00 and ending on 01/06/2024, 19:00. Event is in Labirent Sanat with address Çatma Mescit, Tepebaşı Cd. no 56 D:kat 2, 34430 Beyoğlu/İstanbul, Turkey.",
            "title": "Emre Celali - Living in Accordance with Nature",
            "content": "Labirent Sanat is pleased to host Emre Celali’s second solo exhibition titled \"Living in Accordance with Nature\" between April 18 and June 1, 2024.",
            "start_time": "2024-04-18T18:00:00.000000Z",
            "end_time": "2024-06-01T19: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": "Çatma Mescit, Tepebaşı Cd. no 56 D:kat 2, 34430 Beyoğlu/İstanbul, Turkey",
            "city": "",
            "geolocation": "41.0312832,28.9723834",
            "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": 28101,
            "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": 26780,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/12941e47303e4a998b171a7f2b162416-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/12941e47303e4a998b171a7f2b162416-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/12941e47303e4a998b171a7f2b162416.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/12941e47303e4a998b171a7f2b162416-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/12941e47303e4a998b171a7f2b162416-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/12941e47303e4a998b171a7f2b162416-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/12941e47303e4a998b171a7f2b162416-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/12941e47303e4a998b171a7f2b162416-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/12941e47303e4a998b171a7f2b162416-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/12941e47303e4a998b171a7f2b162416-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-22T12:13:32.537259Z",
                "updated_at": "2023-06-22T12:13:32.537295Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6038,
                "name": "Science and Industry Museum",
                "slug": "science-and-industry-museum",
                "city": "Manchester",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.4765236,-2.254713",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-06-22T12:13:36.569831Z",
            "publish_time": null,
            "slug": "science-and-industry-museum-operation-ouch-food-poo-and-you-2023-07-21",
            "created_at": "2023-06-22T12:13:37.499855Z",
            "updated_at": "2023-06-22T12:13:38.028963Z",
            "summary": "Operation Ouch! Food, Poo And You is an Gallery Shows event starting on 21/07/2023, 00:00 and ending on 02/06/2024, 00:00. Event is in Science and Industry Museum with address Liverpool Road.",
            "title": "Operation Ouch! Food, Poo And You",
            "content": null,
            "start_time": "2023-07-21T00: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": "Liverpool Road",
            "city": "Manchester",
            "geolocation": "53.0171135,-2.229819",
            "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": 32075,
            "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": 30337,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7f4ca2203de24cf4a02c9ef408e5ed94-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7f4ca2203de24cf4a02c9ef408e5ed94-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7f4ca2203de24cf4a02c9ef408e5ed94.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7f4ca2203de24cf4a02c9ef408e5ed94-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7f4ca2203de24cf4a02c9ef408e5ed94-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7f4ca2203de24cf4a02c9ef408e5ed94-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7f4ca2203de24cf4a02c9ef408e5ed94-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7f4ca2203de24cf4a02c9ef408e5ed94-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7f4ca2203de24cf4a02c9ef408e5ed94-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7f4ca2203de24cf4a02c9ef408e5ed94-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-05T09:37:11.628690Z",
                "updated_at": "2023-10-05T09:37:11.628741Z",
                "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": "2023-10-05T09:37:14.748090Z",
            "publish_time": null,
            "slug": "lacma-los-angeles-county-museum-of-art-painting-in-the-river-of-angels-judy-baca-and-the-great-wall-2023-10-26",
            "created_at": "2023-10-05T09:37:15.669771Z",
            "updated_at": "2023-10-05T09:37:16.330116Z",
            "summary": "Painting in the River of Angels: Judy Baca and The Great Wall is an Gallery Shows event starting on 26/10/2023, 00:00 and ending on 02/06/2024, 00:00. Event is in LACMA, Los Angeles County Museum of Art with address 5905 Wilshire Blvd.",
            "title": "Painting in the River of Angels: Judy Baca and The Great Wall",
            "content": null,
            "start_time": "2023-10-26T00: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": "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": 32707,
            "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": 30936,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f8359d3fff7648bd9b28985c5acac31d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f8359d3fff7648bd9b28985c5acac31d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f8359d3fff7648bd9b28985c5acac31d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f8359d3fff7648bd9b28985c5acac31d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f8359d3fff7648bd9b28985c5acac31d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f8359d3fff7648bd9b28985c5acac31d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f8359d3fff7648bd9b28985c5acac31d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f8359d3fff7648bd9b28985c5acac31d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f8359d3fff7648bd9b28985c5acac31d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f8359d3fff7648bd9b28985c5acac31d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-25T09:46:13.198815Z",
                "updated_at": "2023-10-25T09:46:13.198851Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4699,
                "name": "Design Museum",
                "slug": "design-museum",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.49895859999999,-0.1989829",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-10-25T09:46:15.651061Z",
            "publish_time": null,
            "slug": "design-museum-skateboard-2023-10-20",
            "created_at": "2023-10-25T09:46:16.574596Z",
            "updated_at": "2023-10-25T09:46:17.653293Z",
            "summary": "Skateboard is an Gallery Shows event starting on 20/10/2023, 00:00 and ending on 02/06/2024, 00:00. Event is in Design Museum with address 224 - 238 Kensington High Street.",
            "title": "Skateboard",
            "content": null,
            "start_time": "2023-10-20T00: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": "224 - 238 Kensington High Street",
            "city": "London",
            "geolocation": "51.4999153,-0.20015657157953362",
            "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": 32789,
            "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": 31011,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/170c7b63e108435f920896c54d27297b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/170c7b63e108435f920896c54d27297b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/170c7b63e108435f920896c54d27297b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/170c7b63e108435f920896c54d27297b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/170c7b63e108435f920896c54d27297b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/170c7b63e108435f920896c54d27297b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/170c7b63e108435f920896c54d27297b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/170c7b63e108435f920896c54d27297b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/170c7b63e108435f920896c54d27297b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/170c7b63e108435f920896c54d27297b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-25T09:59:44.511021Z",
                "updated_at": "2023-10-25T09:59:44.511059Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6289,
                "name": "The Hepworth Wakefield",
                "slug": "hepworth-wakefield",
                "city": "Wakefield",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.6755947,-1.4915734",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-10-25T09:59:48.347708Z",
            "publish_time": null,
            "slug": "the-hepworth-wakefield-kim-lim-space-rhythm-light-2023-10-25",
            "created_at": "2023-10-25T09:59:49.249187Z",
            "updated_at": "2023-10-25T09:59:49.641522Z",
            "summary": "Kim Lim: Space, Rhythm & Light is an Gallery Shows event starting on 25/10/2023, 00:00 and ending on 02/06/2024, 00:00. Event is in The Hepworth Wakefield with address Gallery Walk.",
            "title": "Kim Lim: Space, Rhythm & Light",
            "content": null,
            "start_time": "2023-10-25T00: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": "Gallery Walk",
            "city": "Wakefield",
            "geolocation": "-27.9204123,153.1998818",
            "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": 32791,
            "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": 31009,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04f14858c28744b39fa6d47961e0c779-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04f14858c28744b39fa6d47961e0c779-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/04f14858c28744b39fa6d47961e0c779.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04f14858c28744b39fa6d47961e0c779-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04f14858c28744b39fa6d47961e0c779-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04f14858c28744b39fa6d47961e0c779-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04f14858c28744b39fa6d47961e0c779-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04f14858c28744b39fa6d47961e0c779-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04f14858c28744b39fa6d47961e0c779-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04f14858c28744b39fa6d47961e0c779-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-25T09:59:40.960800Z",
                "updated_at": "2023-10-25T09:59:40.960863Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6289,
                "name": "The Hepworth Wakefield",
                "slug": "hepworth-wakefield",
                "city": "Wakefield",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.6755947,-1.4915734",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-10-25T09:59:51.407072Z",
            "publish_time": null,
            "slug": "the-hepworth-wakefield-andrew-cranston-what-made-you-stop-here-2023-11-25",
            "created_at": "2023-10-25T09:59:52.306909Z",
            "updated_at": "2023-10-25T09:59:52.755018Z",
            "summary": "Andrew Cranston: What made you stop here? is an Gallery Shows event starting on 25/11/2023, 01:00 and ending on 02/06/2024, 00:00. Event is in The Hepworth Wakefield with address Gallery Walk.",
            "title": "Andrew Cranston: What made you stop here?",
            "content": null,
            "start_time": "2023-11-25T01: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": "Gallery Walk",
            "city": "Wakefield",
            "geolocation": "-27.9204123,153.1998818",
            "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": 33001,
            "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": 31217,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/469dfd41cbd84dbc8f6a6bfed935055f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/469dfd41cbd84dbc8f6a6bfed935055f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/469dfd41cbd84dbc8f6a6bfed935055f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/469dfd41cbd84dbc8f6a6bfed935055f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/469dfd41cbd84dbc8f6a6bfed935055f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/469dfd41cbd84dbc8f6a6bfed935055f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/469dfd41cbd84dbc8f6a6bfed935055f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/469dfd41cbd84dbc8f6a6bfed935055f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/469dfd41cbd84dbc8f6a6bfed935055f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/469dfd41cbd84dbc8f6a6bfed935055f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-11-01T12:00:11.962941Z",
                "updated_at": "2023-11-01T12:00:11.962998Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6879,
                "name": "Fowler Museum at UCLA",
                "slug": "fowler-museum-ucla",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0736343,-118.4447832",
                "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": "2023-11-01T12:00:15.256173Z",
            "publish_time": null,
            "slug": "fowler-museum-at-ucla-the-house-was-too-small-yoruba-sacred-arts-from-africa-and-beyond-2023-10-29",
            "created_at": "2023-11-01T12:00:16.170552Z",
            "updated_at": "2023-11-01T12:00:17.282529Z",
            "summary": "The House Was Too Small: Yoruba Sacred Arts from Africa and Beyond is an Gallery Shows event starting on 29/10/2023, 00:00 and ending on 02/06/2024, 00:00. Event is in Fowler Museum at UCLA with address 308 Charles E Young Dr N.",
            "title": "The House Was Too Small: Yoruba Sacred Arts from Africa and Beyond",
            "content": null,
            "start_time": "2023-10-29T00: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": "308 Charles E Young Dr N",
            "city": "Los Angeles",
            "geolocation": "34.07674063625304,-118.43955925324394",
            "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": 33458,
            "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": 31638,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/34ff630d1e5f4e72a2469ca9fdfe831f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/34ff630d1e5f4e72a2469ca9fdfe831f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/34ff630d1e5f4e72a2469ca9fdfe831f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/34ff630d1e5f4e72a2469ca9fdfe831f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/34ff630d1e5f4e72a2469ca9fdfe831f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/34ff630d1e5f4e72a2469ca9fdfe831f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/34ff630d1e5f4e72a2469ca9fdfe831f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/34ff630d1e5f4e72a2469ca9fdfe831f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/34ff630d1e5f4e72a2469ca9fdfe831f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/34ff630d1e5f4e72a2469ca9fdfe831f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-11-14T10:43:03.942141Z",
                "updated_at": "2023-11-14T10:43:03.942177Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4895,
                "name": "The Box",
                "slug": "box",
                "city": "Plymouth",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.3741406,-4.1370518",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-11-14T10:43:10.022877Z",
            "publish_time": null,
            "slug": "the-box-john-akomfrah-arcadia-2023-11-30",
            "created_at": "2023-11-14T10:43:10.916541Z",
            "updated_at": "2023-11-14T10:43:12.598247Z",
            "summary": "John Akomfrah: Arcadia is an Gallery Shows event starting on 30/11/2023, 01:00 and ending on 02/06/2024, 00:00. Event is in The Box with address Tavistock Place.",
            "title": "John Akomfrah: Arcadia",
            "content": null,
            "start_time": "2023-11-30T01: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": "Tavistock Place",
            "city": "Plymouth",
            "geolocation": "52.01607285,-0.6543960740754523",
            "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": 34168,
            "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": 32290,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd8e56ab2d15467cb8ddd7db05d5605a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd8e56ab2d15467cb8ddd7db05d5605a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bd8e56ab2d15467cb8ddd7db05d5605a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd8e56ab2d15467cb8ddd7db05d5605a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd8e56ab2d15467cb8ddd7db05d5605a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd8e56ab2d15467cb8ddd7db05d5605a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd8e56ab2d15467cb8ddd7db05d5605a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd8e56ab2d15467cb8ddd7db05d5605a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd8e56ab2d15467cb8ddd7db05d5605a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd8e56ab2d15467cb8ddd7db05d5605a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-12-07T11:39:26.498715Z",
                "updated_at": "2023-12-07T11:39:26.498771Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6545,
                "name": "Science Museum",
                "slug": "science-museum",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4971153,-0.1738741",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-12-07T11:39:31.250908Z",
            "publish_time": null,
            "slug": "science-museum-zimingzhong-clockwork-treasures-from-chinas-forbidden-city-2024-02-01",
            "created_at": "2023-12-07T11:39:32.135555Z",
            "updated_at": "2023-12-07T11:39:32.558843Z",
            "summary": "Zimingzhong 凝时聚珍: Clockwork Treasures from China’s Forbidden City is an Gallery Shows event starting on 01/02/2024, 01:00 and ending on 02/06/2024, 00:00. Event is in Science Museum with address Exhibition Road.",
            "title": "Zimingzhong 凝时聚珍: Clockwork Treasures from China’s Forbidden City",
            "content": null,
            "start_time": "2024-02-01T01: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": "Exhibition Road",
            "city": "London",
            "geolocation": "51.5016385,-0.1745926",
            "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": 34553,
            "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": 32650,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/beff4e31b572435b9f95e01e00b58418-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/beff4e31b572435b9f95e01e00b58418-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/beff4e31b572435b9f95e01e00b58418.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/beff4e31b572435b9f95e01e00b58418-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/beff4e31b572435b9f95e01e00b58418-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/beff4e31b572435b9f95e01e00b58418-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/beff4e31b572435b9f95e01e00b58418-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/beff4e31b572435b9f95e01e00b58418-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/beff4e31b572435b9f95e01e00b58418-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/beff4e31b572435b9f95e01e00b58418-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-12-27T13:05:16.181572Z",
                "updated_at": "2023-12-27T13:05:16.181612Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3920,
                "name": "MK Gallery",
                "slug": "mk-gallery",
                "city": "Milton Keynes",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.0443221,-0.7494624",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-12-27T13:05:20.185395Z",
            "publish_time": null,
            "slug": "mk-gallery-saul-leiter-an-unfinished-world-2024-02-17",
            "created_at": "2023-12-27T13:05:21.118121Z",
            "updated_at": "2023-12-27T13:05:21.966697Z",
            "summary": "Saul Leiter: An Unfinished World is an Gallery Shows event starting on 17/02/2024, 01:00 and ending on 02/06/2024, 00:00. Event is in MK Gallery with address 900 Midsummer Boulevard.",
            "title": "Saul Leiter: An Unfinished World",
            "content": null,
            "start_time": "2024-02-17T01: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": "900 Midsummer Boulevard",
            "city": "Milton Keynes",
            "geolocation": "52.044303,-0.7506926",
            "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": 34647,
            "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": 32736,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944df43e213437dbab7d043d38d6375-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944df43e213437dbab7d043d38d6375-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4944df43e213437dbab7d043d38d6375.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944df43e213437dbab7d043d38d6375-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944df43e213437dbab7d043d38d6375-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944df43e213437dbab7d043d38d6375-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944df43e213437dbab7d043d38d6375-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944df43e213437dbab7d043d38d6375-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944df43e213437dbab7d043d38d6375-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944df43e213437dbab7d043d38d6375-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-12-29T13:59:34.486919Z",
                "updated_at": "2023-12-29T13:59:34.486955Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3722,
                "name": "The Photographers' Gallery",
                "slug": "photographers-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5149665,-0.1390826",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-12-29T13:59:37.063179Z",
            "publish_time": null,
            "slug": "the-photographers-gallery-deutsche-borse-photography-foundation-prize-2024-2024-02-23",
            "created_at": "2023-12-29T13:59:38.101796Z",
            "updated_at": "2023-12-29T13:59:38.552037Z",
            "summary": "Deutsche Börse. Photography Foundation Prize 2024 is an Gallery Shows event starting on 23/02/2024, 01:00 and ending on 02/06/2024, 00:00. Event is in The Photographers' Gallery with address 16-18 Ramillies Street.",
            "title": "Deutsche Börse. Photography Foundation Prize 2024",
            "content": null,
            "start_time": "2024-02-23T01: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": "16-18 Ramillies Street",
            "city": "London",
            "geolocation": "51.514956999999995,-0.1390441524372385",
            "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": []
        }
    ]
}