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=846&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=864&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=828&ordering=-end_time",
    "results": [
        {
            "id": 26621,
            "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": 25459,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b45032aeafe44ea488bd13680966c1cc-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b45032aeafe44ea488bd13680966c1cc-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b45032aeafe44ea488bd13680966c1cc.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b45032aeafe44ea488bd13680966c1cc-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b45032aeafe44ea488bd13680966c1cc-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b45032aeafe44ea488bd13680966c1cc-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b45032aeafe44ea488bd13680966c1cc-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b45032aeafe44ea488bd13680966c1cc-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b45032aeafe44ea488bd13680966c1cc-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b45032aeafe44ea488bd13680966c1cc-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-24T07:13:44.713275Z",
                "updated_at": "2023-05-24T07:13:44.713313Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8465,
                "name": "Autry Museum in Griffith Park",
                "slug": "autry-museum-griffith-park",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.1487135,-118.2812551",
                "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-05-24T07:13:55.044916Z",
            "publish_time": null,
            "slug": "autry-museum-in-griffith-park-sherman-indian-school-100-years-of-education-and-resilience-2023-07-23",
            "created_at": "2023-05-24T07:13:55.975093Z",
            "updated_at": "2023-05-24T07:13:56.354253Z",
            "summary": "Sherman Indian School: 100+ Years of Education and Resilience. is an Gallery Shows event starting on 23/07/2023, 00:00 and ending on 26/05/2024, 00:00. Event is in Autry Museum in Griffith Park with address 4700 Western Heritage Way.",
            "title": "Sherman Indian School: 100+ Years of Education and Resilience.",
            "content": null,
            "start_time": "2023-07-23T00:00:00.000000Z",
            "end_time": "2024-05-26T00: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": "4700 Western Heritage Way",
            "city": "Los Angeles",
            "geolocation": "34.14860325,-118.28126864382084",
            "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": 34346,
            "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": 32461,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/961af21fc5524be1aa7b2dc97c87a70b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/961af21fc5524be1aa7b2dc97c87a70b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/961af21fc5524be1aa7b2dc97c87a70b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/961af21fc5524be1aa7b2dc97c87a70b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/961af21fc5524be1aa7b2dc97c87a70b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/961af21fc5524be1aa7b2dc97c87a70b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/961af21fc5524be1aa7b2dc97c87a70b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/961af21fc5524be1aa7b2dc97c87a70b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/961af21fc5524be1aa7b2dc97c87a70b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/961af21fc5524be1aa7b2dc97c87a70b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-12-21T11:32:43.359652Z",
                "updated_at": "2023-12-21T11:32:43.359708Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5355,
                "name": "Barbican Centre",
                "slug": "barbican-centre",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5198778,-0.0916239",
                "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-21T11:32:48.335841Z",
            "publish_time": null,
            "slug": "barbican-centre-unravel-the-power-and-politics-of-textiles-in-art-2024-02-13",
            "created_at": "2023-12-21T11:32:49.237092Z",
            "updated_at": "2023-12-21T11:32:49.626189Z",
            "summary": "Unravel. The Power and Politics of Textiles in Art is an Gallery Shows event starting on 13/02/2024, 01:00 and ending on 26/05/2024, 00:00. Event is in Barbican Centre with address Silk Street.",
            "title": "Unravel. The Power and Politics of Textiles in Art",
            "content": null,
            "start_time": "2024-02-13T01:00:00.000000Z",
            "end_time": "2024-05-26T00: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": "Silk Street",
            "city": "London",
            "geolocation": "42.2174805,-76.1936555",
            "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": 34400,
            "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": 32506,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f7fe96d94ab9404a9d0fb071f9d91729-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f7fe96d94ab9404a9d0fb071f9d91729-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f7fe96d94ab9404a9d0fb071f9d91729.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f7fe96d94ab9404a9d0fb071f9d91729-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f7fe96d94ab9404a9d0fb071f9d91729-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f7fe96d94ab9404a9d0fb071f9d91729-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f7fe96d94ab9404a9d0fb071f9d91729-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f7fe96d94ab9404a9d0fb071f9d91729-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f7fe96d94ab9404a9d0fb071f9d91729-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f7fe96d94ab9404a9d0fb071f9d91729-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-12-21T11:49:20.936606Z",
                "updated_at": "2023-12-21T11:49:20.936635Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4464,
                "name": "The Morgan Library & Museum",
                "slug": "morgan-library-museum",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7493633,-73.98180909999999",
                "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-12-21T11:49:23.893880Z",
            "publish_time": null,
            "slug": "the-morgan-library-museum-seen-together-acquisitions-in-photography-2024-01-26",
            "created_at": "2023-12-21T11:49:24.792378Z",
            "updated_at": "2023-12-21T11:49:26.907456Z",
            "summary": "Seen Together: Acquisitions in Photography is an Gallery Shows event starting on 26/01/2024, 01:00 and ending on 26/05/2024, 00:00. Event is in The Morgan Library & Museum with address 225 Madison Avenue.",
            "title": "Seen Together: Acquisitions in Photography",
            "content": null,
            "start_time": "2024-01-26T01:00:00.000000Z",
            "end_time": "2024-05-26T00: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": "225 Madison Avenue",
            "city": "New York",
            "geolocation": "40.7491907,-73.9814793",
            "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": 37534,
            "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": 35578,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46a172b1ae854f0db95cc6789abf8fb2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46a172b1ae854f0db95cc6789abf8fb2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/46a172b1ae854f0db95cc6789abf8fb2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46a172b1ae854f0db95cc6789abf8fb2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46a172b1ae854f0db95cc6789abf8fb2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46a172b1ae854f0db95cc6789abf8fb2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46a172b1ae854f0db95cc6789abf8fb2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46a172b1ae854f0db95cc6789abf8fb2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46a172b1ae854f0db95cc6789abf8fb2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46a172b1ae854f0db95cc6789abf8fb2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-02T10:44:09.074502Z",
                "updated_at": "2024-04-02T10:44:09.074538Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3601,
                "name": "Cromwell Place",
                "slug": "cromwell-place",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4951078,-0.174608",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-04-02T10:44:13.200027Z",
            "publish_time": null,
            "slug": "cromwell-place-anne-griffiths-the-lucent-script-2024-05-21",
            "created_at": "2024-04-02T10:44:14.114001Z",
            "updated_at": "2024-04-02T10:44:14.669366Z",
            "summary": "Anne Griffiths: The Lucent Script is an Gallery Shows event starting on 21/05/2024, 00:00 and ending on 26/05/2024, 00:00. Event is in Cromwell Place with address 1-5 Cromwell Place.",
            "title": "Anne Griffiths: The Lucent Script",
            "content": null,
            "start_time": "2024-05-21T00:00:00.000000Z",
            "end_time": "2024-05-26T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1-5 Cromwell Place",
            "city": "London",
            "geolocation": "50.7302915,-1.82261265",
            "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": 37014,
            "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": 35098,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29dbbcb102444137b7a6461d080af3c9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29dbbcb102444137b7a6461d080af3c9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/29dbbcb102444137b7a6461d080af3c9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29dbbcb102444137b7a6461d080af3c9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29dbbcb102444137b7a6461d080af3c9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29dbbcb102444137b7a6461d080af3c9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29dbbcb102444137b7a6461d080af3c9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29dbbcb102444137b7a6461d080af3c9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29dbbcb102444137b7a6461d080af3c9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29dbbcb102444137b7a6461d080af3c9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-19T11:50:32.783988Z",
                "updated_at": "2024-03-19T11:50:32.784027Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4516,
                "name": "Attenborough Arts Centre",
                "slug": "attenborough-arts-centre",
                "city": "Leicester",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.6258658,-1.1274319",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-03-19T11:50:35.433795Z",
            "publish_time": null,
            "slug": "attenborough-arts-centre-unlocking-the-world-2024-03-08",
            "created_at": "2024-03-19T11:50:36.356349Z",
            "updated_at": "2024-03-19T11:50:37.843933Z",
            "summary": "Unlocking The World is an Gallery Shows event starting on 08/03/2024, 01:00 and ending on 26/05/2024, 00:00. Event is in Attenborough Arts Centre with address Lancaster Road.",
            "title": "Unlocking The World",
            "content": null,
            "start_time": "2024-03-08T01:00:00.000000Z",
            "end_time": "2024-05-26T00: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": "Lancaster Road",
            "city": "Leicester",
            "geolocation": "47.7185905,-116.8397185",
            "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": 29012,
            "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": 27601,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f57b7d81ba62415fb96be89d25a7b113-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f57b7d81ba62415fb96be89d25a7b113-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f57b7d81ba62415fb96be89d25a7b113.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f57b7d81ba62415fb96be89d25a7b113-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f57b7d81ba62415fb96be89d25a7b113-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f57b7d81ba62415fb96be89d25a7b113-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f57b7d81ba62415fb96be89d25a7b113-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f57b7d81ba62415fb96be89d25a7b113-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f57b7d81ba62415fb96be89d25a7b113-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f57b7d81ba62415fb96be89d25a7b113-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-06T18:18:08.374027Z",
                "updated_at": "2023-07-06T18:18:08.374064Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3981,
                "name": "BALTIC Centre for Contemporary Art",
                "slug": "baltic-centre-contemporary-art",
                "city": "Gateshead",
                "country": "",
                "geolocation": "54.9691182,-1.597489",
                "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-07-06T18:18:16.913163Z",
            "publish_time": null,
            "slug": "baltic-centre-for-contemporary-art-michael-rakowitz-the-waiting-gardens-of-the-north-2023-07-15",
            "created_at": "2023-07-06T18:18:17.878666Z",
            "updated_at": "2023-07-06T18:18:18.889429Z",
            "summary": "Michael Rakowitz: The Waiting Gardens of the North is an Gallery Shows event starting on 15/07/2023, 00:00 and ending on 26/05/2024, 00:00. Event is in BALTIC Centre for Contemporary Art with address Gateshead Quays.",
            "title": "Michael Rakowitz: The Waiting Gardens of the North",
            "content": null,
            "start_time": "2023-07-15T00:00:00.000000Z",
            "end_time": "2024-05-26T00: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": "Gateshead Quays",
            "city": "Gateshead",
            "geolocation": "54.9488367,-1.6418456",
            "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": 26622,
            "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": 25461,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00f05dcdd7f74ea68cf945200ae141ac-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00f05dcdd7f74ea68cf945200ae141ac-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/00f05dcdd7f74ea68cf945200ae141ac.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00f05dcdd7f74ea68cf945200ae141ac-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00f05dcdd7f74ea68cf945200ae141ac-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00f05dcdd7f74ea68cf945200ae141ac-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00f05dcdd7f74ea68cf945200ae141ac-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00f05dcdd7f74ea68cf945200ae141ac-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00f05dcdd7f74ea68cf945200ae141ac-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00f05dcdd7f74ea68cf945200ae141ac-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-24T07:13:45.598315Z",
                "updated_at": "2023-05-24T07:13:45.598353Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3981,
                "name": "BALTIC Centre for Contemporary Art",
                "slug": "baltic-centre-contemporary-art",
                "city": "Gateshead",
                "country": "",
                "geolocation": "54.9691182,-1.597489",
                "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-05-24T07:13:55.444229Z",
            "publish_time": null,
            "slug": "baltic-centre-for-contemporary-art-michael-rakowitz-2023-07-15",
            "created_at": "2023-05-24T07:13:56.362433Z",
            "updated_at": "2023-05-24T07:13:57.391442Z",
            "summary": "Michael Rakowitz is an Gallery Shows event starting on 15/07/2023, 00:00 and ending on 26/05/2024, 00:00. Event is in BALTIC Centre for Contemporary Art with address Gateshead Quays.",
            "title": "Michael Rakowitz",
            "content": null,
            "start_time": "2023-07-15T00:00:00.000000Z",
            "end_time": "2024-05-26T00: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": "Gateshead Quays",
            "city": "Gateshead",
            "geolocation": "54.9488367,-1.6418456",
            "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": 37454,
            "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": 35504,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/89a6a065f10a417bbe8aca60a51d8387-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/89a6a065f10a417bbe8aca60a51d8387-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/89a6a065f10a417bbe8aca60a51d8387.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/89a6a065f10a417bbe8aca60a51d8387-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/89a6a065f10a417bbe8aca60a51d8387-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/89a6a065f10a417bbe8aca60a51d8387-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/89a6a065f10a417bbe8aca60a51d8387-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/89a6a065f10a417bbe8aca60a51d8387-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/89a6a065f10a417bbe8aca60a51d8387-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/89a6a065f10a417bbe8aca60a51d8387-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-01T21:00:36.394977Z",
                "updated_at": "2024-04-01T21:00:36.395033Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6922,
                "name": "The Heong Gallery",
                "slug": "heong-gallery",
                "city": "Cambridge",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.2014314,0.1251936",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-04-01T21:00:39.433419Z",
            "publish_time": null,
            "slug": "heong-gallery-issam-kourbaj-you-are-not-you-and-home-is-not-home-2024-03-02",
            "created_at": "2024-04-01T21:00:40.624742Z",
            "updated_at": "2024-04-01T21:00:41.059048Z",
            "summary": "Issam Kourbaj. You Are Not You And Home Is Not Home is an Gallery Shows event starting on 02/03/2024, 01:00 and ending on 26/05/2024, 00:00. Event is in The Heong Gallery with address Downing College.",
            "title": "Issam Kourbaj. You Are Not You And Home Is Not Home",
            "content": null,
            "start_time": "2024-03-02T01:00:00.000000Z",
            "end_time": "2024-05-26T00: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": "Downing College",
            "city": "Cambridge",
            "geolocation": "52.20015815,0.12422243527285826",
            "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": 37524,
            "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": 35569,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46d348cb418c4e5880b1409ba754993f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46d348cb418c4e5880b1409ba754993f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/46d348cb418c4e5880b1409ba754993f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46d348cb418c4e5880b1409ba754993f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46d348cb418c4e5880b1409ba754993f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46d348cb418c4e5880b1409ba754993f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46d348cb418c4e5880b1409ba754993f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46d348cb418c4e5880b1409ba754993f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46d348cb418c4e5880b1409ba754993f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46d348cb418c4e5880b1409ba754993f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-02T10:43:42.196612Z",
                "updated_at": "2024-04-02T10:43:42.196671Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3392,
                "name": "Colonnade House",
                "slug": "colonnade-house",
                "city": "Worthing",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.8119806,-0.3676237999999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-04-02T10:43:46.732847Z",
            "publish_time": null,
            "slug": "colonnade-house-west-sussex-art-society-annual-show-2024-2024-05-21",
            "created_at": "2024-04-02T10:43:47.653897Z",
            "updated_at": "2024-04-02T10:43:48.512158Z",
            "summary": "West Sussex Art Society Annual Show 2024 is an Gallery Shows event starting on 21/05/2024, 00:00 and ending on 26/05/2024, 00:00. Event is in Colonnade House with address Colonnade House.",
            "title": "West Sussex Art Society Annual Show 2024",
            "content": null,
            "start_time": "2024-05-21T00:00:00.000000Z",
            "end_time": "2024-05-26T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Colonnade House",
            "city": "Worthing",
            "geolocation": "50.96326985,0.020770453697222413",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 35282,
            "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": 33391,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8576d1e9daf94183851ec710c1dd187a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8576d1e9daf94183851ec710c1dd187a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8576d1e9daf94183851ec710c1dd187a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8576d1e9daf94183851ec710c1dd187a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8576d1e9daf94183851ec710c1dd187a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8576d1e9daf94183851ec710c1dd187a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8576d1e9daf94183851ec710c1dd187a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8576d1e9daf94183851ec710c1dd187a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8576d1e9daf94183851ec710c1dd187a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8576d1e9daf94183851ec710c1dd187a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-01-31T07:56:55.784508Z",
                "updated_at": "2024-01-31T07:56:55.784544Z",
                "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": "2024-01-31T07:56:58.117948Z",
            "publish_time": null,
            "slug": "fowler-museum-at-ucla-i-will-meet-you-yet-again-contemporary-sikh-art-2024-01-28",
            "created_at": "2024-01-31T07:56:59.056804Z",
            "updated_at": "2024-01-31T07:57:00.724225Z",
            "summary": "I Will Meet You Yet Again: Contemporary Sikh Art is an Gallery Shows event starting on 28/01/2024, 01:00 and ending on 26/05/2024, 00:00. Event is in Fowler Museum at UCLA with address 308 Charles E Young Dr N.",
            "title": "I Will Meet You Yet Again: Contemporary Sikh Art",
            "content": null,
            "start_time": "2024-01-28T01:00:00.000000Z",
            "end_time": "2024-05-26T00: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": 38033,
            "author": {
                "id": "333167a8-0a23-465b-88d2-9949cfe2b7bd",
                "username": "press@unitlondon.com",
                "slug": "annaunitlondoncom",
                "first_name": "Anna",
                "last_name": "Lazaridou",
                "display_name": null,
                "display_name_full": "Anna Lazaridou",
                "email": "press@unitlondon.com",
                "telephone": "+44 20 7494 2035"
            },
            "price": null,
            "featured_image": {
                "id": 36197,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fa186e4920b467d9a7ae1bcf9a93686-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fa186e4920b467d9a7ae1bcf9a93686-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8fa186e4920b467d9a7ae1bcf9a93686.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fa186e4920b467d9a7ae1bcf9a93686-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fa186e4920b467d9a7ae1bcf9a93686-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fa186e4920b467d9a7ae1bcf9a93686-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fa186e4920b467d9a7ae1bcf9a93686-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fa186e4920b467d9a7ae1bcf9a93686-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fa186e4920b467d9a7ae1bcf9a93686-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fa186e4920b467d9a7ae1bcf9a93686-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-19T16:22:09.853348Z",
                "updated_at": "2024-04-19T16:22:09.853394Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "333167a8-0a23-465b-88d2-9949cfe2b7bd"
            },
            "venue": {
                "id": 694,
                "name": "UNIT London",
                "slug": "the-unit-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5134638,-0.1428616000000602",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4635,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/33ea995034be4effb254d363b49f0601.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2023-11-03T13:31:39.488690Z",
                    "updated_at": "2023-11-03T13:31:39.488723Z",
                    "is_converted_to_webp": true,
                    "caption": "",
                    "alt_text": null,
                    "description": "",
                    "uploaded_by": "2c83a774-5ea2-4702-9e29-ffb9740dbb2a"
                },
                "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-19T16:22:17.886243Z",
            "publish_time": null,
            "slug": "red-sky-at-morning",
            "created_at": "2024-04-19T16:22:17.890234Z",
            "updated_at": "2024-04-19T16:22:17.933456Z",
            "summary": "Red Sky at Morning is an Gallery Shows event starting on 24/04/2024, 10:00 and ending on 25/05/2024, 19:00. Event is in UNIT London with address 3 Hanover Square, Mayfair, W1S 1HD.",
            "title": "Red Sky at Morning",
            "content": "Louise Reynolds’ solo exhibition with Unit delves into the complexities of current affairs. By focusing on the fleeting nature of the news and the imbalanced ways in which information is disseminated, the artist hopes to undo the impermanence of news cycles that we consume daily. The exhibition’s title, Red Sky at Morning, is drawn from an ancient rhyme that signifies the impending threat of an ominous weather event, which for Reynolds sums up the idea of dark times both present and future. The implied promise of “shepherd’s delight” still lingers, however, and is encapsulated in a series of more light-hearted works that remind viewers of the simple joys of shared experience.",
            "start_time": "2024-04-24T10:00:00.000000Z",
            "end_time": "2024-05-25T19: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": "3 Hanover Square, Mayfair, W1S 1HD",
            "city": "",
            "geolocation": "51.5134638,-0.1428616000000602",
            "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": 38032,
            "author": {
                "id": "333167a8-0a23-465b-88d2-9949cfe2b7bd",
                "username": "press@unitlondon.com",
                "slug": "annaunitlondoncom",
                "first_name": "Anna",
                "last_name": "Lazaridou",
                "display_name": null,
                "display_name_full": "Anna Lazaridou",
                "email": "press@unitlondon.com",
                "telephone": "+44 20 7494 2035"
            },
            "price": null,
            "featured_image": {
                "id": 36196,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1450966e48f546d1b52cd0fb3ee259cc-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1450966e48f546d1b52cd0fb3ee259cc-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1450966e48f546d1b52cd0fb3ee259cc.png",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1450966e48f546d1b52cd0fb3ee259cc-crop-c0-5__0-5-270x152.png",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1450966e48f546d1b52cd0fb3ee259cc-crop-c0-5__0-5-555x312.png",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1450966e48f546d1b52cd0fb3ee259cc-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1450966e48f546d1b52cd0fb3ee259cc-crop-c0-5__0-5-524x294.png",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1450966e48f546d1b52cd0fb3ee259cc-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1450966e48f546d1b52cd0fb3ee259cc-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1450966e48f546d1b52cd0fb3ee259cc-crop-c0-5__0-5-179x179.png"
                },
                "created_at": "2024-04-19T16:18:51.428856Z",
                "updated_at": "2024-04-19T16:18:51.428895Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "333167a8-0a23-465b-88d2-9949cfe2b7bd"
            },
            "venue": {
                "id": 694,
                "name": "UNIT London",
                "slug": "the-unit-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5134638,-0.1428616000000602",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4635,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/33ea995034be4effb254d363b49f0601.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2023-11-03T13:31:39.488690Z",
                    "updated_at": "2023-11-03T13:31:39.488723Z",
                    "is_converted_to_webp": true,
                    "caption": "",
                    "alt_text": null,
                    "description": "",
                    "uploaded_by": "2c83a774-5ea2-4702-9e29-ffb9740dbb2a"
                },
                "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-19T16:18:57.141025Z",
            "publish_time": null,
            "slug": "wet-and-saturated-process",
            "created_at": "2024-04-19T16:18:57.145169Z",
            "updated_at": "2024-04-19T16:18:57.187580Z",
            "summary": "Wet and Saturated Process is an Gallery Shows event starting on 24/04/2024, 10:00 and ending on 25/05/2024, 19:00. Event is in UNIT London with address 3 Hanover Square, Mayfair, W1S 1HD.",
            "title": "Wet and Saturated Process",
            "content": "Art and alchemy meet in equal measure for Casey Reas’ first solo exhibition with Unit, Wet and Saturated Process. Featuring a variety of media, spanning generative software to a number of highly-technical prints produced in collaboration with Erika Weitz, the exhibition reveals novel approaches to understanding the intricacies of both the natural and synthetic worlds.",
            "start_time": "2024-04-24T10:00:00.000000Z",
            "end_time": "2024-05-25T19: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": "3 Hanover Square, Mayfair, W1S 1HD",
            "city": "",
            "geolocation": "51.5134638,-0.1428616000000602",
            "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": 38026,
            "author": {
                "id": "e7be66b3-17d2-4ec6-a8b2-f2761e0e3a48",
                "username": "harriet@agora-gallery.com",
                "slug": "harrietagora-gallerycom",
                "first_name": "Harriet",
                "last_name": "Sunga",
                "display_name": null,
                "display_name_full": "Harriet Sunga",
                "email": "harriet@agora-gallery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 36190,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5c3c190867b4f5289d820a90a0f777c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5c3c190867b4f5289d820a90a0f777c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c5c3c190867b4f5289d820a90a0f777c.jpeg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5c3c190867b4f5289d820a90a0f777c-crop-c0-5__0-5-270x152-70.jpeg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5c3c190867b4f5289d820a90a0f777c-crop-c0-5__0-5-555x312-70.jpeg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5c3c190867b4f5289d820a90a0f777c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5c3c190867b4f5289d820a90a0f777c-crop-c0-5__0-5-524x294-70.jpeg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5c3c190867b4f5289d820a90a0f777c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5c3c190867b4f5289d820a90a0f777c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5c3c190867b4f5289d820a90a0f777c-crop-c0-5__0-5-179x179-70.jpeg"
                },
                "created_at": "2024-04-18T08:59:21.434676Z",
                "updated_at": "2024-04-18T08:59:21.434712Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "e7be66b3-17d2-4ec6-a8b2-f2761e0e3a48"
            },
            "venue": {
                "id": 734,
                "name": "AGORA GALLERY New York",
                "slug": "agora-gallery-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7494083,-74.0045743",
                "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-04-18T08:59:25.725658Z",
            "publish_time": null,
            "slug": "a-chromatic-affair",
            "created_at": "2024-04-18T08:59:25.729758Z",
            "updated_at": "2024-04-18T08:59:25.774569Z",
            "summary": "A Chromatic Affair is an Gallery Shows event starting on 01/05/2024, 11:00 and ending on 25/05/2024, 18:00. Event is in AGORA GALLERY New York with address 530 West 25th Street.",
            "title": "A Chromatic Affair",
            "content": "A Chromatic Affair is an exhibition featuring paintings and sculptures by Belle Roth, Latchezar Boyadjiev, and Gadi Fraiman. The show investigates the artists’ personal relationships with color and the significance it holds in conveying messages and emotions. The exhibition will run from May 1 to 25, 2024 with an opening reception on Thursday, May 2, 6-8 PM.",
            "start_time": "2024-05-01T11:00:00.000000Z",
            "end_time": "2024-05-25T18: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": "530 West 25th Street",
            "city": "",
            "geolocation": "40.7494083,-74.0045743",
            "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": 38025,
            "author": {
                "id": "7d04438a-00a7-4a9f-9185-77a249a76551",
                "username": "Ken",
                "slug": "ken",
                "first_name": "Hashimoto",
                "last_name": "Contemporary",
                "display_name": "Ken Harman",
                "display_name_full": "Ken Harman",
                "email": "info@hashimotocontemporary.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 36189,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1fde1fe33ef4e80a6bdfc4ec40ec109-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1fde1fe33ef4e80a6bdfc4ec40ec109-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e1fde1fe33ef4e80a6bdfc4ec40ec109.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1fde1fe33ef4e80a6bdfc4ec40ec109-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1fde1fe33ef4e80a6bdfc4ec40ec109-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1fde1fe33ef4e80a6bdfc4ec40ec109-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1fde1fe33ef4e80a6bdfc4ec40ec109-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1fde1fe33ef4e80a6bdfc4ec40ec109-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1fde1fe33ef4e80a6bdfc4ec40ec109-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1fde1fe33ef4e80a6bdfc4ec40ec109-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-17T19:44:38.348654Z",
                "updated_at": "2024-04-17T19:44:38.348711Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "7d04438a-00a7-4a9f-9185-77a249a76551"
            },
            "venue": {
                "id": 1938,
                "name": "HASHIMOTO CONTEMPORARY",
                "slug": "hashimoto-contemporary-san-francisco",
                "city": "San Francisco",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "37.7887064,-122.41375790000001",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-04-17T19:44:44.565150Z",
            "publish_time": null,
            "slug": "oddkin-group-exhibition",
            "created_at": "2024-04-17T19:44:44.568957Z",
            "updated_at": "2024-04-17T19:44:44.610432Z",
            "summary": "\"Oddkin\" Group Exhibition is an Gallery Shows event starting on 04/05/2024, 17:00 and ending on 25/05/2024, 18:00. Event is in HASHIMOTO CONTEMPORARY with address 1275 Minnesota St, San Francisco, CA 94107, USA.",
            "title": "\"Oddkin\" Group Exhibition",
            "content": "Hashimoto Contemporary is pleased to present Oddkin, a group exhibition curated by Katherine Jemima Hamilton celebrating the familial nature of arts in the Bay Area.\r\n\r\nOpening Night Reception:\r\n\r\nSaturday, May 4th\r\n\r\n5pm - 7pm\r\n\r\n \r\n\r\nGallery Hours:\r\n\r\nTuesday - Saturday / 10am - 6pm\r\n\r\n \r\n\r\nHashimoto Contemporary SF\r\n\r\n1275 Minnesota Street\r\n\r\nSan Francisco, CA 94107\r\n\r\n(Google Maps)\r\n\r\n \r\n\r\nAdvance Collector's Preview:\r\n\r\nAn advance collector's preview will be made available online before the exhibition opens. If you would like to receive a price list please contact us at sf@hashimotocontemporary.com",
            "start_time": "2024-05-04T17:00:00.000000Z",
            "end_time": "2024-05-25T18:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1275 Minnesota St, San Francisco, CA 94107, USA",
            "city": "San Francisco",
            "geolocation": "37.7542915,-122.389488",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 38029,
            "author": {
                "id": "d846e17f-911d-4484-bb4d-0c22ff232abc",
                "username": "gary_1395",
                "slug": "gary_1395",
                "first_name": "Gary",
                "last_name": "Rush",
                "display_name": "Gary Rush",
                "display_name_full": "Gary Rush",
                "email": "garyrush@elainefleckgallery.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 36194,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/24ec6c221a9a4808af4eaf6f756837df-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/24ec6c221a9a4808af4eaf6f756837df-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/24ec6c221a9a4808af4eaf6f756837df.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/24ec6c221a9a4808af4eaf6f756837df-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/24ec6c221a9a4808af4eaf6f756837df-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/24ec6c221a9a4808af4eaf6f756837df-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/24ec6c221a9a4808af4eaf6f756837df-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/24ec6c221a9a4808af4eaf6f756837df-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/24ec6c221a9a4808af4eaf6f756837df-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/24ec6c221a9a4808af4eaf6f756837df-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-19T13:25:34.685185Z",
                "updated_at": "2024-04-19T13:25:34.685251Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "d846e17f-911d-4484-bb4d-0c22ff232abc"
            },
            "venue": {
                "id": 2982,
                "name": "Elaine Fleck Gallery",
                "slug": "elaine-fleck-gallery",
                "city": "Toronto",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "43.6407994,-79.43458780000003",
                "artworks_for_sale_count": 2,
                "featured_image": {
                    "id": 2773,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Elaine-Fleck-Gallery-profile-image.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-05-07T21:41:33.430798Z",
                    "updated_at": "2021-09-14T13:38:18.615660Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2024-04-19T13:27:59.954584Z",
            "publish_time": null,
            "slug": "bill-hornbostel-luminous-realism",
            "created_at": "2024-04-19T13:27:59.959607Z",
            "updated_at": "2024-04-19T13:28:00.122280Z",
            "summary": "Bill Hornbostel \"Luminous Realism\" is an Gallery Shows event starting on 04/05/2024, 12:00 and ending on 25/05/2024, 16:00. Event is in Elaine Fleck Gallery with address 1351 Queen Street West.",
            "title": "Bill Hornbostel \"Luminous Realism\"",
            "content": "Bill Hornbostel uses photographs as a starting point for crafting images of landscapes and architecture. He captures images of his subject using long exposures to convey the sense of being at peace within a frenzied world, and of being beyond the swift passage of time. From there, he uses various tools in digital post-processing, digitally brushing luminance into his images to make an aesthetically and emotionally compelling image in a style he calls luminous realism. This retrospective exhibition chronicles the development of this style.",
            "start_time": "2024-05-04T12:00:00.000000Z",
            "end_time": "2024-05-25T16:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1351 Queen Street West",
            "city": "",
            "geolocation": "43.6407994,-79.43458780000003",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 37895,
            "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": 36043,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/066140588fd740da8aa88ee40042b4b0-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/066140588fd740da8aa88ee40042b4b0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/066140588fd740da8aa88ee40042b4b0.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/066140588fd740da8aa88ee40042b4b0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/066140588fd740da8aa88ee40042b4b0-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/066140588fd740da8aa88ee40042b4b0-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/066140588fd740da8aa88ee40042b4b0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/066140588fd740da8aa88ee40042b4b0-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/066140588fd740da8aa88ee40042b4b0-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/066140588fd740da8aa88ee40042b4b0-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-14T12:12:20.564302Z",
                "updated_at": "2024-04-14T12:12:20.564361Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 750,
                "name": "Marlborough Gallery Madrid",
                "slug": "gallery-marlborough-madrid",
                "city": "Madrid",
                "country": {
                    "code": "ES",
                    "name": "Spain"
                },
                "geolocation": "40.4274242,-3.692923800000017",
                "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": "ES",
            "publish_status": "published",
            "published_at": "2024-04-14T12:12:26.330600Z",
            "publish_time": null,
            "slug": "galeria-marlborough-madrid-plod-personas-lugares-objetos-distancias-people-places-objects-distances-2024-04-04",
            "created_at": "2024-04-14T12:12:27.372075Z",
            "updated_at": "2024-04-14T12:12:27.973868Z",
            "summary": "P.L.O.D. Personas, Lugares, Objetos, Distancias... (People, Places, Objects, Distances...) is an Gallery Shows event starting on 04/04/2024, 00:00 and ending on 25/05/2024, 00:00. Event is in Marlborough Gallery Madrid with address orfila 5.",
            "title": "P.L.O.D. Personas, Lugares, Objetos, Distancias... (People, Places, Objects, Distances...)",
            "content": null,
            "start_time": "2024-04-04T00:00:00.000000Z",
            "end_time": "2024-05-25T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "orfila 5",
            "city": "Madrid",
            "geolocation": "48.8656209,2.3950969",
            "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": 37896,
            "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": 36044,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/620d55e0f5904187bf8f67f418fc0000-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/620d55e0f5904187bf8f67f418fc0000-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/620d55e0f5904187bf8f67f418fc0000.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/620d55e0f5904187bf8f67f418fc0000-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/620d55e0f5904187bf8f67f418fc0000-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/620d55e0f5904187bf8f67f418fc0000-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/620d55e0f5904187bf8f67f418fc0000-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/620d55e0f5904187bf8f67f418fc0000-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/620d55e0f5904187bf8f67f418fc0000-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/620d55e0f5904187bf8f67f418fc0000-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-14T12:12:22.520916Z",
                "updated_at": "2024-04-14T12:12:22.520980Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 750,
                "name": "Marlborough Gallery Madrid",
                "slug": "gallery-marlborough-madrid",
                "city": "Madrid",
                "country": {
                    "code": "ES",
                    "name": "Spain"
                },
                "geolocation": "40.4274242,-3.692923800000017",
                "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": "ES",
            "publish_status": "published",
            "published_at": "2024-04-14T12:12:28.148425Z",
            "publish_time": null,
            "slug": "galeria-marlborough-madrid-sala-de-espera-waiting-room-2024-04-04",
            "created_at": "2024-04-14T12:12:29.060698Z",
            "updated_at": "2024-04-14T12:12:35.336345Z",
            "summary": "Sala de espera (Waiting room) is an Gallery Shows event starting on 04/04/2024, 00:00 and ending on 25/05/2024, 00:00. Event is in Marlborough Gallery Madrid with address orfila 5.",
            "title": "Sala de espera (Waiting room)",
            "content": null,
            "start_time": "2024-04-04T00:00:00.000000Z",
            "end_time": "2024-05-25T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "orfila 5",
            "city": "Madrid",
            "geolocation": "48.8656209,2.3950969",
            "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": 38155,
            "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": 36351,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8ad6c22fd214bf79b2c4408b8a2c434-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8ad6c22fd214bf79b2c4408b8a2c434-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b8ad6c22fd214bf79b2c4408b8a2c434.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8ad6c22fd214bf79b2c4408b8a2c434-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8ad6c22fd214bf79b2c4408b8a2c434-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8ad6c22fd214bf79b2c4408b8a2c434-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8ad6c22fd214bf79b2c4408b8a2c434-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8ad6c22fd214bf79b2c4408b8a2c434-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8ad6c22fd214bf79b2c4408b8a2c434-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8ad6c22fd214bf79b2c4408b8a2c434-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-30T09:58:16.982572Z",
                "updated_at": "2024-04-30T09:58:16.982632Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7980,
                "name": "Miguel Abreu Gallery",
                "slug": "miguel-abreu-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-04-30T09:58:19.608027Z",
            "publish_time": null,
            "slug": "miguel-abreu-gallery-paul-pagk-recent-works-on-paper-2024-04-03",
            "created_at": "2024-04-30T09:58:20.534208Z",
            "updated_at": "2024-04-30T09:58:24.526286Z",
            "summary": "Paul Pagk. Recent Works on Paper is an Gallery Shows event starting on 03/04/2024, 00:00 and ending on 25/05/2024, 00:00. Event is in Miguel Abreu Gallery with address 36 Orchard St.",
            "title": "Paul Pagk. Recent Works on Paper",
            "content": null,
            "start_time": "2024-04-03T00:00:00.000000Z",
            "end_time": "2024-05-25T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "36 Orchard St",
            "city": "New York",
            "geolocation": "40.71580675,-73.99123799787702",
            "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": []
        }
    ]
}