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

{
    "count": 37591,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=6372&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=6336&ordering=start_time",
    "results": [
        {
            "id": 5045,
            "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": 6394,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1133730060_1632889670-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1133730060_1632889670-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1133730060_1632889670.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1133730060_1632889670-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1133730060_1632889670-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1133730060_1632889670-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1133730060_1632889670-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1133730060_1632889670-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1133730060_1632889670-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1133730060_1632889670-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-09-30T14:26:57.111667Z",
                "updated_at": "2021-09-30T14:26:57.111722Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3932,
                "name": "21st Century Museum of Contemporary Art",
                "slug": "21st-century-museum-contemporary-art",
                "city": "Kanazawa",
                "country": {
                    "code": "JP",
                    "name": "Japan"
                },
                "geolocation": "36.5608322,136.6582757",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "JP",
            "publish_status": "published",
            "published_at": "2021-09-30T14:26:58.970699Z",
            "publish_time": null,
            "slug": "21st-century-museum-of-contemporary-art-tomiyasu-yuma-aperto-15-2021-10-23",
            "created_at": "2021-09-30T14:26:59.976965Z",
            "updated_at": "2021-09-30T14:27:00.242818Z",
            "summary": "Tomiyasu Yuma: Aperto 15 is an Museum Exhibitions event starting on 23/10/2021, 00:00 and ending on 21/03/2022, 01:00. Event is in 21st Century Museum of Contemporary Art with address 1-2-1 HirosakaIshikawa.",
            "title": "Tomiyasu Yuma: Aperto 15",
            "content": null,
            "start_time": "2021-10-23T00:00:00.000000Z",
            "end_time": "2022-03-21T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1-2-1 HirosakaIshikawa",
            "city": "Kanazawa",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 5052,
            "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": 6401,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7851161778_1632889450-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7851161778_1632889450-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7851161778_1632889450.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7851161778_1632889450-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7851161778_1632889450-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7851161778_1632889450-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7851161778_1632889450-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7851161778_1632889450-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7851161778_1632889450-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7851161778_1632889450-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-09-30T16:11:07.401885Z",
                "updated_at": "2021-09-30T16:11:07.401946Z",
                "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": "2021-09-30T16:11:23.606483Z",
            "publish_time": null,
            "slug": "baltic-centre-for-contemporary-art-phyllis-christopher-contacts-2021-10-23",
            "created_at": "2021-09-30T16:12:12.391829Z",
            "updated_at": "2021-09-30T16:12:13.905506Z",
            "summary": "Phyllis Christopher: Contacts is an Gallery Shows event starting on 23/10/2021, 00:00 and ending on 20/03/2022, 01:00. Event is in BALTIC Centre for Contemporary Art with address South Shore Road.",
            "title": "Phyllis Christopher: Contacts",
            "content": null,
            "start_time": "2021-10-23T00:00:00.000000Z",
            "end_time": "2022-03-20T01: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": "South Shore Road",
            "city": "Gateshead",
            "geolocation": "38.72091,-82.972607",
            "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": 5060,
            "author": {
                "id": "13e1b1ce-3b40-4e10-bf77-998a3b49b5fc",
                "username": "BeersLondon",
                "slug": "beerslondon",
                "first_name": "",
                "last_name": "",
                "display_name": null,
                "display_name_full": "",
                "email": "phoebe@beerslondon.com",
                "telephone": "0207 502 9078"
            },
            "price": null,
            "featured_image": {
                "id": 6408,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7185148380_1632885892-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7185148380_1632885892-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7185148380_1632885892.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7185148380_1632885892-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7185148380_1632885892-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7185148380_1632885892-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7185148380_1632885892-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7185148380_1632885892-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7185148380_1632885892-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7185148380_1632885892-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-09-30T16:33:49.329215Z",
                "updated_at": "2021-09-30T16:33:49.329283Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 693,
                "name": "BEERS London",
                "slug": "beers-contemporary-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.518054,-0.099502",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3967,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/709b412d42f44ee1bae6c9c5f2462a75-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/709b412d42f44ee1bae6c9c5f2462a75-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/709b412d42f44ee1bae6c9c5f2462a75-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/709b412d42f44ee1bae6c9c5f2462a75.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/709b412d42f44ee1bae6c9c5f2462a75-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/709b412d42f44ee1bae6c9c5f2462a75-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/709b412d42f44ee1bae6c9c5f2462a75-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/709b412d42f44ee1bae6c9c5f2462a75-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2022-08-18T15:15:48.361227Z",
                    "updated_at": "2022-08-18T15:15:48.361270Z",
                    "is_converted_to_webp": true,
                    "caption": "Beers London gallery profile image",
                    "alt_text": "Beers London gallery profile image",
                    "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": "GB",
            "publish_status": "published",
            "published_at": "2021-09-30T16:34:20.293486Z",
            "publish_time": null,
            "slug": "beers-contemporary-london-wunder-women-the-female-figurative-2021-10-23",
            "created_at": "2021-09-30T16:34:33.429593Z",
            "updated_at": "2022-08-03T08:41:52.895170Z",
            "summary": "Wunder Women: The Female Figurative is an Gallery Shows event starting on 23/10/2021, 00:00 and ending on 27/11/2021, 01:00. Event is in BEERS London with address 51 Little Britain.",
            "title": "Wunder Women: The Female Figurative",
            "content": null,
            "start_time": "2021-10-23T00:00:00.000000Z",
            "end_time": "2021-11-27T01: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": "51 Little Britain",
            "city": "London",
            "geolocation": "51.5171701,-0.0986172",
            "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": 5063,
            "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": 6412,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9191506178_1632889568-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9191506178_1632889568-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9191506178_1632889568.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9191506178_1632889568-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9191506178_1632889568-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9191506178_1632889568-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9191506178_1632889568-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9191506178_1632889568-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9191506178_1632889568-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9191506178_1632889568-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-09-30T16:43:34.997908Z",
                "updated_at": "2021-09-30T16:43:34.997969Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3295,
                "name": "Brattleboro Museum & Art Center",
                "slug": "brattleboro-museum-art-center",
                "city": "Brattleboro",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "42.8508077,-72.55657529999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2021-09-30T16:43:46.446164Z",
            "publish_time": null,
            "slug": "brattleboro-museum-art-center-michael-abrams-arcadia-rediscovered-2021-10-23",
            "created_at": "2021-09-30T16:43:49.195652Z",
            "updated_at": "2021-09-30T16:43:50.728875Z",
            "summary": "Michael Abrams: Arcadia Rediscovered is an Museum Exhibitions event starting on 23/10/2021, 00:00 and ending on 05/03/2022, 01:00. Event is in Brattleboro Museum & Art Center with address 10 Vernon Street.",
            "title": "Michael Abrams: Arcadia Rediscovered",
            "content": null,
            "start_time": "2021-10-23T00:00:00.000000Z",
            "end_time": "2022-03-05T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "10 Vernon Street",
            "city": "Brattleboro",
            "geolocation": "40.7717737,-73.50039630335286",
            "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": 5064,
            "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": 6416,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7203132292_1632889558-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7203132292_1632889558-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7203132292_1632889558.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7203132292_1632889558-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7203132292_1632889558-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7203132292_1632889558-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7203132292_1632889558-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7203132292_1632889558-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7203132292_1632889558-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7203132292_1632889558-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-09-30T16:43:35.917027Z",
                "updated_at": "2021-09-30T16:43:35.917090Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3295,
                "name": "Brattleboro Museum & Art Center",
                "slug": "brattleboro-museum-art-center",
                "city": "Brattleboro",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "42.8508077,-72.55657529999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2021-09-30T16:43:48.262763Z",
            "publish_time": null,
            "slug": "brattleboro-museum-art-center-natalie-frank-painting-with-paper-2021-10-23",
            "created_at": "2021-09-30T16:43:49.933331Z",
            "updated_at": "2021-09-30T16:43:51.624205Z",
            "summary": "Natalie Frank: Painting with Paper is an Museum Exhibitions event starting on 23/10/2021, 00:00 and ending on 13/02/2022, 01:00. Event is in Brattleboro Museum & Art Center with address 10 Vernon Street.",
            "title": "Natalie Frank: Painting with Paper",
            "content": null,
            "start_time": "2021-10-23T00:00:00.000000Z",
            "end_time": "2022-02-13T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "10 Vernon Street",
            "city": "Brattleboro",
            "geolocation": "40.7717737,-73.50039630335286",
            "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": 5065,
            "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": 6413,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7368106637_1632889461-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7368106637_1632889461-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7368106637_1632889461.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7368106637_1632889461-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7368106637_1632889461-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7368106637_1632889461-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7368106637_1632889461-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7368106637_1632889461-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7368106637_1632889461-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7368106637_1632889461-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-09-30T16:43:35.446596Z",
                "updated_at": "2021-09-30T16:43:35.446658Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3295,
                "name": "Brattleboro Museum & Art Center",
                "slug": "brattleboro-museum-art-center",
                "city": "Brattleboro",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "42.8508077,-72.55657529999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2021-09-30T16:43:49.167525Z",
            "publish_time": null,
            "slug": "brattleboro-museum-art-center-b-lynch-pull-back-the-curtain-2021-10-23",
            "created_at": "2021-09-30T16:43:52.148016Z",
            "updated_at": "2021-09-30T16:43:53.514232Z",
            "summary": "B. Lynch: Pull Back the Curtain is an Museum Exhibitions event starting on 23/10/2021, 00:00 and ending on 13/02/2022, 01:00. Event is in Brattleboro Museum & Art Center with address 10 Vernon Street.",
            "title": "B. Lynch: Pull Back the Curtain",
            "content": null,
            "start_time": "2021-10-23T00:00:00.000000Z",
            "end_time": "2022-02-13T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "10 Vernon Street",
            "city": "Brattleboro",
            "geolocation": "40.7717737,-73.50039630335286",
            "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": 5066,
            "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": 6417,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6611497924_1632889580-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6611497924_1632889580-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6611497924_1632889580.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6611497924_1632889580-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6611497924_1632889580-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6611497924_1632889580-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6611497924_1632889580-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6611497924_1632889580-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6611497924_1632889580-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6611497924_1632889580-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-09-30T16:43:35.833471Z",
                "updated_at": "2021-09-30T16:43:35.833715Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3295,
                "name": "Brattleboro Museum & Art Center",
                "slug": "brattleboro-museum-art-center",
                "city": "Brattleboro",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "42.8508077,-72.55657529999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2021-09-30T16:43:49.651514Z",
            "publish_time": null,
            "slug": "brattleboro-museum-art-center-guild-of-vermont-furniture-makers-evolving-traditions-2021-10-23",
            "created_at": "2021-09-30T16:43:52.878421Z",
            "updated_at": "2021-09-30T16:43:54.390054Z",
            "summary": "Guild of Vermont Furniture Makers: Evolving Traditions is an Museum Exhibitions event starting on 23/10/2021, 00:00 and ending on 13/02/2022, 01:00. Event is in Brattleboro Museum & Art Center with address 10 Vernon Street.",
            "title": "Guild of Vermont Furniture Makers: Evolving Traditions",
            "content": null,
            "start_time": "2021-10-23T00:00:00.000000Z",
            "end_time": "2022-02-13T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "10 Vernon Street",
            "city": "Brattleboro",
            "geolocation": "40.7717737,-73.50039630335286",
            "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": 5067,
            "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": 6415,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9571640173_1632889615-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9571640173_1632889615-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9571640173_1632889615.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9571640173_1632889615-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9571640173_1632889615-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9571640173_1632889615-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9571640173_1632889615-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9571640173_1632889615-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9571640173_1632889615-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9571640173_1632889615-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-09-30T16:43:35.736049Z",
                "updated_at": "2021-09-30T16:43:35.736111Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3295,
                "name": "Brattleboro Museum & Art Center",
                "slug": "brattleboro-museum-art-center",
                "city": "Brattleboro",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "42.8508077,-72.55657529999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2021-09-30T16:43:49.718503Z",
            "publish_time": null,
            "slug": "brattleboro-museum-art-center-william-ransom-keep-uphold-up-2021-10-23",
            "created_at": "2021-09-30T16:43:54.010680Z",
            "updated_at": "2021-09-30T16:43:55.500964Z",
            "summary": "William Ransom: Keep Up/Hold Up is an Museum Exhibitions event starting on 23/10/2021, 00:00 and ending on 05/03/2022, 01:00. Event is in Brattleboro Museum & Art Center with address 10 Vernon Street.",
            "title": "William Ransom: Keep Up/Hold Up",
            "content": null,
            "start_time": "2021-10-23T00:00:00.000000Z",
            "end_time": "2022-03-05T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "10 Vernon Street",
            "city": "Brattleboro",
            "geolocation": "40.7717737,-73.50039630335286",
            "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": 5308,
            "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": 6609,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5143901085_1634098855-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5143901085_1634098855-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5143901085_1634098855.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5143901085_1634098855-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5143901085_1634098855-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5143901085_1634098855-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5143901085_1634098855-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5143901085_1634098855-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5143901085_1634098855-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5143901085_1634098855-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-10-19T14:00:25.090741Z",
                "updated_at": "2021-10-19T14:00:25.090797Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3232,
                "name": "Anya Tish",
                "slug": "anya-tish",
                "city": "Houston",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "29.7327364,-95.3908058",
                "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": "2021-10-19T14:00:32.033854Z",
            "publish_time": null,
            "slug": "anya-tish-hj-bott-a-baroque-minimalist-2021-10-23",
            "created_at": "2021-10-19T14:00:32.932756Z",
            "updated_at": "2021-10-19T14:00:33.498691Z",
            "summary": "HJ Bott: a Baroque Minimalist is an Gallery Shows event starting on 23/10/2021, 00:00 and ending on 27/11/2021, 01:00. Event is in Anya Tish with address 4411 Montrose Boulevard.",
            "title": "HJ Bott: a Baroque Minimalist",
            "content": null,
            "start_time": "2021-10-23T00:00:00.000000Z",
            "end_time": "2021-11-27T01: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": "4411 Montrose Boulevard",
            "city": "Houston",
            "geolocation": "40.304439,-75.989286",
            "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": 5329,
            "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": 6629,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9563884413_1634095618-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9563884413_1634095618-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9563884413_1634095618.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9563884413_1634095618-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9563884413_1634095618-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9563884413_1634095618-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9563884413_1634095618-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9563884413_1634095618-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9563884413_1634095618-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9563884413_1634095618-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-10-19T14:22:14.798666Z",
                "updated_at": "2021-10-19T14:22:14.798717Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3755,
                "name": "Dart Gallery",
                "slug": "dart-gallery",
                "city": "Dartmouth",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.3500237,-3.5782316",
                "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": "2021-10-19T14:22:17.818349Z",
            "publish_time": null,
            "slug": "dart-gallery-harry-brioche-solo-show-2021-10-23",
            "created_at": "2021-10-19T14:22:18.542960Z",
            "updated_at": "2021-10-19T14:22:19.026063Z",
            "summary": "Harry Brioche Solo Show is an Gallery Shows event starting on 23/10/2021, 00:00 and ending on 20/11/2021, 01:00. Event is in Dart Gallery with address 4 Lower Street.",
            "title": "Harry Brioche Solo Show",
            "content": null,
            "start_time": "2021-10-23T00:00:00.000000Z",
            "end_time": "2021-11-20T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "4 Lower Street",
            "city": "Dartmouth",
            "geolocation": "50.350010499999996,-3.578211626211849",
            "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": 5332,
            "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": 6632,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2141313811_1632889493-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2141313811_1632889493-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2141313811_1632889493.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2141313811_1632889493-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2141313811_1632889493-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2141313811_1632889493-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2141313811_1632889493-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2141313811_1632889493-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2141313811_1632889493-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2141313811_1632889493-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-10-19T14:24:13.226861Z",
                "updated_at": "2021-10-19T14:24:13.226917Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3310,
                "name": "Delaware Art Museum",
                "slug": "delaware-art-museum",
                "city": "Wilmington",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "39.76536829999999,-75.5651807",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2021-10-19T14:24:26.177772Z",
            "publish_time": null,
            "slug": "delaware-art-museum-afro-american-images-1971-the-vision-of-percy-ricks-2021-10-23",
            "created_at": "2021-10-19T14:24:39.359227Z",
            "updated_at": "2021-10-19T14:24:40.726277Z",
            "summary": "Afro-American Images 1971: The Vision of Percy Ricks is an Museum Exhibitions event starting on 23/10/2021, 00:00 and ending on 23/01/2022, 01:00. Event is in Delaware Art Museum with address 2301 Kentmere Parkway.",
            "title": "Afro-American Images 1971: The Vision of Percy Ricks",
            "content": null,
            "start_time": "2021-10-23T00:00:00.000000Z",
            "end_time": "2022-01-23T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "2301 Kentmere Parkway",
            "city": "Wilmington",
            "geolocation": "39.7655725,-75.56463683827839",
            "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": 5340,
            "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": 6641,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5696851545_1632889369-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5696851545_1632889369-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5696851545_1632889369.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5696851545_1632889369-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5696851545_1632889369-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5696851545_1632889369-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5696851545_1632889369-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5696851545_1632889369-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5696851545_1632889369-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5696851545_1632889369-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-10-19T14:30:55.766266Z",
                "updated_at": "2021-10-19T14:30:55.766314Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3320,
                "name": "Elysium Gallery Swansea",
                "slug": "elysium-gallery-swansea",
                "city": "Swansea",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.6238584,-3.9413885",
                "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": "2021-10-19T14:30:55.951838Z",
            "publish_time": null,
            "slug": "elysium-gallery-swansea-richard-ansett-no-place-like-home-2021-10-23",
            "created_at": "2021-10-19T14:30:56.666047Z",
            "updated_at": "2021-10-19T14:30:57.583864Z",
            "summary": "Richard Ansett: No Place Like Home is an Gallery Shows event starting on 23/10/2021, 00:00 and ending on 20/11/2021, 01:00. Event is in Elysium Gallery Swansea with address 210 High Street.",
            "title": "Richard Ansett: No Place Like Home",
            "content": null,
            "start_time": "2021-10-23T00:00:00.000000Z",
            "end_time": "2021-11-20T01: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": "210 High Street",
            "city": "Swansea",
            "geolocation": "51.6570845,-0.2012404",
            "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": 5341,
            "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": 6642,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3286616552_1632889537-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3286616552_1632889537-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3286616552_1632889537.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3286616552_1632889537-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3286616552_1632889537-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3286616552_1632889537-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3286616552_1632889537-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3286616552_1632889537-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3286616552_1632889537-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3286616552_1632889537-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-10-19T14:31:56.483809Z",
                "updated_at": "2021-10-19T14:31:56.483865Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3903,
                "name": "Flint Institute of Arts",
                "slug": "flint-institute-arts",
                "city": "Flint",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "43.0221756,-83.6776481",
                "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": "2021-10-19T14:32:04.443881Z",
            "publish_time": null,
            "slug": "flint-institute-of-arts-steeped-in-tradition-2021-10-23",
            "created_at": "2021-10-19T14:32:05.733407Z",
            "updated_at": "2021-10-19T14:32:07.090386Z",
            "summary": "Steeped in Tradition is an Gallery Shows event starting on 23/10/2021, 00:00 and ending on 20/03/2022, 01:00. Event is in Flint Institute of Arts with address 1120 East Kearsley Street.",
            "title": "Steeped in Tradition",
            "content": null,
            "start_time": "2021-10-23T00:00:00.000000Z",
            "end_time": "2022-03-20T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1120 East Kearsley Street",
            "city": "Flint",
            "geolocation": "43.0222374,-83.67756741937632",
            "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": 5387,
            "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": 6682,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2363230669_1632889346-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2363230669_1632889346-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2363230669_1632889346.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2363230669_1632889346-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2363230669_1632889346-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2363230669_1632889346-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2363230669_1632889346-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2363230669_1632889346-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2363230669_1632889346-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2363230669_1632889346-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-10-19T16:30:06.688788Z",
                "updated_at": "2021-10-19T16:30:06.688845Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3472,
                "name": "Moderna Museet, Stockholm",
                "slug": "moderna-museet-stockholm",
                "city": "Stockholm",
                "country": {
                    "code": "SE",
                    "name": "Sweden"
                },
                "geolocation": "59.3259158,18.0841346",
                "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": "SE",
            "publish_status": "published",
            "published_at": "2021-10-19T16:30:10.206349Z",
            "publish_time": null,
            "slug": "moderna-museet-stockholm-annika-elisabeth-von-hausswolff-alternative-secrecy-2021-10-23",
            "created_at": "2021-10-19T16:30:13.312840Z",
            "updated_at": "2021-10-19T16:30:13.725767Z",
            "summary": "Annika Elisabeth von Hausswolff: Alternative Secrecy is an Gallery Shows event starting on 23/10/2021, 00:00 and ending on 20/02/2022, 01:00. Event is in Moderna Museet, Stockholm with address Skeppsholmen.",
            "title": "Annika Elisabeth von Hausswolff: Alternative Secrecy",
            "content": null,
            "start_time": "2021-10-23T00:00:00.000000Z",
            "end_time": "2022-02-20T01: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": "Skeppsholmen",
            "city": "Stockholm",
            "geolocation": "59.3253564,18.0850038",
            "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": 20317,
            "author": {
                "id": "13e1b1ce-3b40-4e10-bf77-998a3b49b5fc",
                "username": "BeersLondon",
                "slug": "beerslondon",
                "first_name": "",
                "last_name": "",
                "display_name": null,
                "display_name_full": "",
                "email": "phoebe@beerslondon.com",
                "telephone": "0207 502 9078"
            },
            "price": null,
            "featured_image": {
                "id": 19671,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21bc1929c9614040a1a6023f204d2a47-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21bc1929c9614040a1a6023f204d2a47-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/21bc1929c9614040a1a6023f204d2a47.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21bc1929c9614040a1a6023f204d2a47-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21bc1929c9614040a1a6023f204d2a47-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21bc1929c9614040a1a6023f204d2a47-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21bc1929c9614040a1a6023f204d2a47-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21bc1929c9614040a1a6023f204d2a47-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21bc1929c9614040a1a6023f204d2a47-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21bc1929c9614040a1a6023f204d2a47-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-20T13:37:06.545909Z",
                "updated_at": "2023-02-10T15:11:27.936135Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 693,
                "name": "BEERS London",
                "slug": "beers-contemporary-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.518054,-0.099502",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3967,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/709b412d42f44ee1bae6c9c5f2462a75-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/709b412d42f44ee1bae6c9c5f2462a75-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/709b412d42f44ee1bae6c9c5f2462a75-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/709b412d42f44ee1bae6c9c5f2462a75.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/709b412d42f44ee1bae6c9c5f2462a75-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/709b412d42f44ee1bae6c9c5f2462a75-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/709b412d42f44ee1bae6c9c5f2462a75-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/709b412d42f44ee1bae6c9c5f2462a75-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2022-08-18T15:15:48.361227Z",
                    "updated_at": "2022-08-18T15:15:48.361270Z",
                    "is_converted_to_webp": true,
                    "caption": "Beers London gallery profile image",
                    "alt_text": "Beers London gallery profile image",
                    "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": "GB",
            "publish_status": "published",
            "published_at": "2023-01-20T13:37:09.542317Z",
            "publish_time": null,
            "slug": "beers-contemporary-london-wunder-womxn-the-female-figurative-2021-10-23",
            "created_at": "2023-01-20T13:37:10.447701Z",
            "updated_at": "2023-01-20T13:37:11.470417Z",
            "summary": "WÜNDER WOMXN: The Female Figurative is an Gallery Shows event starting on 23/10/2021, 00:00 and ending on 27/11/2021, 01:00. Event is in BEERS London with address 51 Little Britain.",
            "title": "WÜNDER WOMXN: The Female Figurative",
            "content": null,
            "start_time": "2021-10-23T00:00:00.000000Z",
            "end_time": "2021-11-27T01: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": "51 Little Britain",
            "city": "London",
            "geolocation": "51.5170134,-0.098597",
            "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": 6559,
            "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": 7741,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f98d1b58f2954c5ba231cf1332df046c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f98d1b58f2954c5ba231cf1332df046c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f98d1b58f2954c5ba231cf1332df046c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f98d1b58f2954c5ba231cf1332df046c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f98d1b58f2954c5ba231cf1332df046c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f98d1b58f2954c5ba231cf1332df046c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f98d1b58f2954c5ba231cf1332df046c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f98d1b58f2954c5ba231cf1332df046c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f98d1b58f2954c5ba231cf1332df046c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f98d1b58f2954c5ba231cf1332df046c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-11T19:52:09.117542Z",
                "updated_at": "2022-01-11T19:52:09.117599Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4176,
                "name": "Archivio Ferraina",
                "slug": "archivio-ferraina",
                "city": "Milano",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.48411309999999,9.2407069",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2022-01-11T19:52:11.480953Z",
            "publish_time": null,
            "slug": "archivio-ferraina-rolling-stones-hyde-park-1969-2021-10-23",
            "created_at": "2022-01-11T19:52:12.210116Z",
            "updated_at": "2022-01-11T19:52:12.253455Z",
            "summary": "Rolling Stones, Hyde Park 1969 is an Gallery Shows event starting on 23/10/2021, 00:00 and ending on 11/11/2021, 01:00. Event is in Archivio Ferraina with address 4 Muzio Scevola Street.",
            "title": "Rolling Stones, Hyde Park 1969",
            "content": null,
            "start_time": "2021-10-23T00:00:00.000000Z",
            "end_time": "2021-11-11T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "4 Muzio Scevola Street",
            "city": "Milan",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 5506,
            "author": null,
            "price": null,
            "featured_image": {
                "id": 6804,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Dont_Acid_Me_Install_1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Dont_Acid_Me_Install_1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Dont_Acid_Me_Install_1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Dont_Acid_Me_Install_1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Dont_Acid_Me_Install_1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Dont_Acid_Me_Install_1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Dont_Acid_Me_Install_1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Dont_Acid_Me_Install_1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Dont_Acid_Me_Install_1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Dont_Acid_Me_Install_1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-10-23T00:24:28.776386Z",
                "updated_at": "2021-10-23T00:24:28.776440Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 3152,
                "name": "Steve Turner",
                "slug": "steve-turner",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0901692,-118.3395287",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3143,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Steve_Turner_lores.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-11-20T21:21:53.998874Z",
                    "updated_at": "2021-09-14T13:47:27.064871Z",
                    "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": "2021-10-23T00:07:03.362348Z",
            "publish_time": null,
            "slug": "pablo-rasgado-timescape",
            "created_at": "2021-10-23T00:07:03.369080Z",
            "updated_at": "2021-10-23T00:24:49.123398Z",
            "summary": "Pablo Rasgado: Timescape is an Gallery Shows event starting on 23/10/2021, 11:00 and ending on 20/11/2021, 18:00. Event is in Steve Turner with address 6830 Santa Monica Blvd.",
            "title": "Nicanor Aráoz",
            "content": "Steve Turner is pleased to present Don’t Acid Me, a solo exhibition by Buenos Aires-based Nicanor Aráoz that features expressive large scale drawings that depict fragmented or distorted human figures. Dark and tortured, the figures seem to have been born in a nightmare and softened with details of hope and innocence such as  smiley faces, flowers and a bunny. In this way, they encompass good and evil, health and sickness and purity and perversion. According to Aráoz, these figures portray the underground virtues of an irresponsible ego.",
            "start_time": "2021-10-23T11:00:00.000000Z",
            "end_time": "2021-11-20T18: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": "6830 Santa Monica Blvd",
            "city": "",
            "geolocation": "34.0901692,-118.3395287",
            "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": 5507,
            "author": null,
            "price": null,
            "featured_image": {
                "id": 6899,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mtaani_Install_1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mtaani_Install_1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Mtaani_Install_1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mtaani_Install_1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mtaani_Install_1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mtaani_Install_1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mtaani_Install_1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mtaani_Install_1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mtaani_Install_1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mtaani_Install_1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-11-17T21:13:40.842655Z",
                "updated_at": "2021-11-17T21:13:40.842690Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 3152,
                "name": "Steve Turner",
                "slug": "steve-turner",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0901692,-118.3395287",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3143,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Steve_Turner_lores.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-11-20T21:21:53.998874Z",
                    "updated_at": "2021-09-14T13:47:27.064871Z",
                    "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": "2021-10-23T00:17:32.175392Z",
            "publish_time": null,
            "slug": "dickens-otieno-mtaani",
            "created_at": "2021-10-23T00:17:32.180985Z",
            "updated_at": "2021-11-17T21:13:46.358567Z",
            "summary": "Dickens Otieno: Mtaani is an Gallery Shows event starting on 23/10/2021, 11:00 and ending on 20/11/2021, 18:00. Event is in Steve Turner with address 6830 Santa Monica Blvd.",
            "title": "Dickens Otieno: Mtaani",
            "content": "Steve Turner is pleased to present Mtaani, a solo exhibition by Nairobi-based Dickens Otieno that features new tapestries and sculpture made of woven strips derived from discarded aluminum cans. Inspired by Kenya’s weaving tradition and his mother’s work as a tailor, the sight of goods piled high in Nairobi’s markets, the contrast of urbanization and nature in Nairobi and the patterns of decoration that are ubiquitous in everyday functional objects, Otieno seeks to create objects of cultural significance that combine his respect for labor, skill and history with his desire to draw attention to the overlooked beauty of everyday Kenyan life. Mtaani is a Kiswahili word that means “in the neighborhood” and the works in this exhibition are from, about and for Otieno’s neighborhood.",
            "start_time": "2021-10-23T11:00:00.000000Z",
            "end_time": "2021-11-20T18: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": "6830 Santa Monica Blvd",
            "city": "",
            "geolocation": "34.0901692,-118.3395287",
            "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": []
        }
    ]
}