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=8532&ordering=end_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=8550&ordering=end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=8514&ordering=end_time",
    "results": [
        {
            "id": 13684,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 5000,
                "name": "Loch Gallery",
                "slug": "loch-gallery",
                "city": "Toronto",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "43.67130359999999,-79.3935741",
                "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": "CA",
            "publish_status": "published",
            "published_at": "2022-09-01T09:31:28.245332Z",
            "publish_time": null,
            "slug": "loch-gallery-into-the-light-new-paintings-by-philip-craig-2022-04-02",
            "created_at": "2022-09-01T09:31:29.022156Z",
            "updated_at": "2022-09-01T09:31:29.402256Z",
            "summary": "INTO THE LIGHT, New Paintings by Philip Craig is an Gallery Shows event starting on 02/04/2022, 00:00 and ending on 16/04/2022, 00:00. Event is in Loch Gallery with address 16 Hazelton Avenue.",
            "title": "INTO THE LIGHT, New Paintings by Philip Craig",
            "content": null,
            "start_time": "2022-04-02T00:00:00.000000Z",
            "end_time": "2022-04-16T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "16 Hazelton Avenue",
            "city": "Toronto",
            "geolocation": "43.8887071,-79.3624862",
            "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": 12867,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 5550,
                "name": "Setareh",
                "slug": "setareh",
                "city": "Düsseldorf,",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "51.223966,6.778315999999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2022-08-23T17:49:17.510102Z",
            "publish_time": null,
            "slug": "setareh-wow-now-2022-04-02",
            "created_at": "2022-08-23T17:49:18.372042Z",
            "updated_at": "2022-08-23T17:49:19.590249Z",
            "summary": "WOW NOW is an Gallery Shows event starting on 02/04/2022, 00:00 and ending on 16/04/2022, 00:00. Event is in Setareh with address Schöneberger Ufer 71.",
            "title": "WOW NOW",
            "content": null,
            "start_time": "2022-04-02T00:00:00.000000Z",
            "end_time": "2022-04-16T00: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": "Schöneberger Ufer 71",
            "city": "Berlin",
            "geolocation": "52.505516,13.3642812",
            "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": 12521,
            "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": 12812,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd9d25720bba4e2db08f313b5084e8ac-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd9d25720bba4e2db08f313b5084e8ac-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/cd9d25720bba4e2db08f313b5084e8ac.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd9d25720bba4e2db08f313b5084e8ac-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd9d25720bba4e2db08f313b5084e8ac-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd9d25720bba4e2db08f313b5084e8ac-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd9d25720bba4e2db08f313b5084e8ac-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd9d25720bba4e2db08f313b5084e8ac-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd9d25720bba4e2db08f313b5084e8ac-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd9d25720bba4e2db08f313b5084e8ac-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-16T21:55:05.218818Z",
                "updated_at": "2022-08-16T21:55:05.218854Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3573,
                "name": "White Cube Aspen",
                "slug": "white-cube-aspen",
                "city": "Aspen",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "39.1895263,-106.8194854",
                "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": "2022-08-16T21:55:08.566066Z",
            "publish_time": null,
            "slug": "white-cube-aspen-no-more-dark-days-2022-03-05",
            "created_at": "2022-08-16T21:55:09.348290Z",
            "updated_at": "2022-08-16T21:55:11.798980Z",
            "summary": "No More Dark Days is an Gallery Shows event starting on 05/03/2022, 01:00 and ending on 16/04/2022, 00:00. Event is in White Cube Aspen with address 2512  Florida Avenue.",
            "title": "No More Dark Days",
            "content": null,
            "start_time": "2022-03-05T01:00:00.000000Z",
            "end_time": "2022-04-16T00: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": "2512  Florida Avenue",
            "city": "West Palm Beach",
            "geolocation": "37.9292693,-122.3459084",
            "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": 18819,
            "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": 18363,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc736dfd00774f7ab863932b8cafa354-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc736dfd00774f7ab863932b8cafa354-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/cc736dfd00774f7ab863932b8cafa354.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc736dfd00774f7ab863932b8cafa354-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc736dfd00774f7ab863932b8cafa354-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc736dfd00774f7ab863932b8cafa354-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc736dfd00774f7ab863932b8cafa354-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc736dfd00774f7ab863932b8cafa354-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc736dfd00774f7ab863932b8cafa354-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc736dfd00774f7ab863932b8cafa354-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-03T10:09:18.963445Z",
                "updated_at": "2023-01-03T10:09:18.963482Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5017,
                "name": "Cirrus Gallery",
                "slug": "cirrus-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.020785,-118.2305458",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-01-03T10:09:21.883836Z",
            "publish_time": null,
            "slug": "cirrus-gallery-allan-mccollum-and-jason-roberts-dobrin-2022-02-16",
            "created_at": "2023-01-03T10:09:22.758840Z",
            "updated_at": "2023-01-03T10:09:24.148529Z",
            "summary": "Allan McCollum and Jason Roberts Dobrin is an Gallery Shows event starting on 16/02/2022, 01:00 and ending on 16/04/2022, 00:00. Event is in Cirrus Gallery with address 2011 S. Santa Fe Avenue.",
            "title": "Allan McCollum and Jason Roberts Dobrin",
            "content": null,
            "start_time": "2022-02-16T01:00:00.000000Z",
            "end_time": "2022-04-16T00: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": "2011 S. Santa Fe Avenue",
            "city": "Los Angeles",
            "geolocation": "35.445518423076926,-97.51256611538462",
            "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": 19218,
            "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": 18674,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/054cb7fcb30148d0828bd39e68eb5358-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/054cb7fcb30148d0828bd39e68eb5358-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/054cb7fcb30148d0828bd39e68eb5358.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/054cb7fcb30148d0828bd39e68eb5358-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/054cb7fcb30148d0828bd39e68eb5358-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/054cb7fcb30148d0828bd39e68eb5358-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/054cb7fcb30148d0828bd39e68eb5358-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/054cb7fcb30148d0828bd39e68eb5358-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/054cb7fcb30148d0828bd39e68eb5358-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/054cb7fcb30148d0828bd39e68eb5358-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-09T18:58:51.016413Z",
                "updated_at": "2023-01-09T18:58:51.016450Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6561,
                "name": "Galerie Michael Janssen",
                "slug": "galerie-michael-janssen",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5072391,13.3199577",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-01-09T18:58:54.832276Z",
            "publish_time": null,
            "slug": "galerie-michael-janssen-louis-cameron-2022-02-19",
            "created_at": "2023-01-09T18:58:55.701797Z",
            "updated_at": "2023-01-09T18:58:56.024048Z",
            "summary": "Louis Cameron is an Gallery Shows event starting on 19/02/2022, 01:00 and ending on 16/04/2022, 00:00. Event is in Galerie Michael Janssen with address Bleibtreustr. 1.",
            "title": "Louis Cameron",
            "content": null,
            "start_time": "2022-02-19T01:00:00.000000Z",
            "end_time": "2022-04-16T00: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": "Bleibtreustr. 1",
            "city": "Berlin",
            "geolocation": "52.5072811,13.3201867",
            "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": 13991,
            "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": 13943,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/16f1736256b149eda23ea2ad663264bc-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/16f1736256b149eda23ea2ad663264bc-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/16f1736256b149eda23ea2ad663264bc.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/16f1736256b149eda23ea2ad663264bc-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/16f1736256b149eda23ea2ad663264bc-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/16f1736256b149eda23ea2ad663264bc-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/16f1736256b149eda23ea2ad663264bc-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/16f1736256b149eda23ea2ad663264bc-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/16f1736256b149eda23ea2ad663264bc-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/16f1736256b149eda23ea2ad663264bc-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-09-11T09:56:35.255319Z",
                "updated_at": "2022-09-11T09:56:35.255367Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5312,
                "name": "Alexandre Gallery",
                "slug": "alexandre-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7174319,-73.99216799999999",
                "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": "2022-09-11T09:56:37.473958Z",
            "publish_time": null,
            "slug": "alexandre-gallery-pat-adams-works-from-the-1970s-and-80s-2022-03-05",
            "created_at": "2022-09-11T09:56:38.289141Z",
            "updated_at": "2022-09-11T09:56:38.872244Z",
            "summary": "Pat Adams: Works from the 1970s and 80s is an Gallery Shows event starting on 05/03/2022, 01:00 and ending on 16/04/2022, 00:00. Event is in Alexandre Gallery with address 291 Grand Street.",
            "title": "Pat Adams: Works from the 1970s and 80s",
            "content": null,
            "start_time": "2022-03-05T01:00:00.000000Z",
            "end_time": "2022-04-16T00: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": "291 Grand Street",
            "city": "New York, NY",
            "geolocation": "40.7126505,-73.9562013",
            "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": 19215,
            "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": 18672,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e59b86ded6949bb95da62994108c125-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e59b86ded6949bb95da62994108c125-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3e59b86ded6949bb95da62994108c125.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e59b86ded6949bb95da62994108c125-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e59b86ded6949bb95da62994108c125-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e59b86ded6949bb95da62994108c125-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e59b86ded6949bb95da62994108c125-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e59b86ded6949bb95da62994108c125-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e59b86ded6949bb95da62994108c125-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e59b86ded6949bb95da62994108c125-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-09T18:58:48.795644Z",
                "updated_at": "2023-01-09T18:58:48.795677Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6561,
                "name": "Galerie Michael Janssen",
                "slug": "galerie-michael-janssen",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5072391,13.3199577",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-01-09T18:58:51.149272Z",
            "publish_time": null,
            "slug": "galerie-michael-janssen-louis-cameron-2022-02-18",
            "created_at": "2023-01-09T18:58:52.030881Z",
            "updated_at": "2023-01-09T18:58:52.655882Z",
            "summary": "Louis Cameron is an Gallery Shows event starting on 18/02/2022, 01:00 and ending on 16/04/2022, 00:00. Event is in Galerie Michael Janssen with address Bleibtreustraße 1.",
            "title": "Louis Cameron",
            "content": null,
            "start_time": "2022-02-18T01:00:00.000000Z",
            "end_time": "2022-04-16T00: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": "Bleibtreustraße 1",
            "city": "Berlin",
            "geolocation": "52.5071821,13.320081",
            "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": 7367,
            "author": {
                "id": "dbd6d5aa-f38d-41f7-a72a-1a7ce061c10d",
                "username": "gallery@vonlintel.com",
                "slug": "galleryvonlintelcom",
                "first_name": "Tarrah",
                "last_name": "von Lintel",
                "display_name": null,
                "display_name_full": "Tarrah von Lintel",
                "email": "gallery@vonlintel.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 8451,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80d99d4b97404c30a0ee7da2f9e7f1cd-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80d99d4b97404c30a0ee7da2f9e7f1cd-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/80d99d4b97404c30a0ee7da2f9e7f1cd.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80d99d4b97404c30a0ee7da2f9e7f1cd-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80d99d4b97404c30a0ee7da2f9e7f1cd-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80d99d4b97404c30a0ee7da2f9e7f1cd-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80d99d4b97404c30a0ee7da2f9e7f1cd-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80d99d4b97404c30a0ee7da2f9e7f1cd-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80d99d4b97404c30a0ee7da2f9e7f1cd-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80d99d4b97404c30a0ee7da2f9e7f1cd-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-02-26T00:21:37.376253Z",
                "updated_at": "2022-02-26T00:21:37.376286Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "dbd6d5aa-f38d-41f7-a72a-1a7ce061c10d"
            },
            "venue": {
                "id": 3553,
                "name": "Von Lintel Gallery",
                "slug": "von-lintel-gallery",
                "city": "Santa Monica",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0283148,-118.4676457",
                "artworks_for_sale_count": 8,
                "featured_image": {
                    "id": 3418,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/vlg_feser-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/vlg_feser-crop-c0-5__0-5-558x279-70.jpeg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/vlg_feser-crop-c0-5__0-5-265x149-70.jpeg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/vlg_feser.jpeg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/vlg_feser-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/vlg_feser-crop-c0-5__0-5-760x499-70.jpeg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/vlg_feser-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/vlg_feser-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2021-07-15T20:37:24.374248Z",
                    "updated_at": "2021-09-14T13:54:21.878285Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "dbd6d5aa-f38d-41f7-a72a-1a7ce061c10d"
                },
                "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": "2022-02-26T00:21:58.823810Z",
            "publish_time": null,
            "slug": "kate-petley-chances-are",
            "created_at": "2022-02-26T00:21:58.827888Z",
            "updated_at": "2022-02-26T00:21:58.874056Z",
            "summary": "Kate Petley: Chances Are is an Gallery Shows event starting on 12/03/2022, 16:00 and ending on 16/04/2022, 18:00. Event is in Von Lintel Gallery with address 2525 Michigan Ave, Santa Monica, CA 90404, USA.",
            "title": "Kate Petley: Chances Are",
            "content": "Von Lintel Gallery is delighted to announce Chances Are, its second solo exhibition of abstract artist Kate Petley, who we are thrilled to confirm will be in attendance at the opening on March 12.\r\n\r\nPetley’s debut at Von Lintel came at a time of great global change in 2020: a fitting coincidence given the theme of transformation is integral to her work. Her image-making process involves assembling sculptures from quotidian materials – cardboard, tape, paper, film and “stuff out of the trash” – before selectively applying paint to these makeshift objects. They are then photographed, with Petley manipulating lighting, scale, and layers of colored gels until she achieves her desired effect. The subsequent images defy description. Elevated to mythical proportions, her sculptural forms become luminous topographies: distinct from and obscured by overlapping geometries and finely gradated fields of color.\r\n\r\nTo use University of Colorado Art Museum Director Sandra Firmin’s description, her photo",
            "start_time": "2022-03-12T16:00:00.000000Z",
            "end_time": "2022-04-16T18: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": "2525 Michigan Ave, Santa Monica, CA 90404, USA",
            "city": "",
            "geolocation": "34.0283148,-118.4676457",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                15945
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 7368,
            "author": {
                "id": "dbd6d5aa-f38d-41f7-a72a-1a7ce061c10d",
                "username": "gallery@vonlintel.com",
                "slug": "galleryvonlintelcom",
                "first_name": "Tarrah",
                "last_name": "von Lintel",
                "display_name": null,
                "display_name_full": "Tarrah von Lintel",
                "email": "gallery@vonlintel.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 8452,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af216b23e1cb40e6aaea18b62784228a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af216b23e1cb40e6aaea18b62784228a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/af216b23e1cb40e6aaea18b62784228a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af216b23e1cb40e6aaea18b62784228a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af216b23e1cb40e6aaea18b62784228a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af216b23e1cb40e6aaea18b62784228a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af216b23e1cb40e6aaea18b62784228a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af216b23e1cb40e6aaea18b62784228a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af216b23e1cb40e6aaea18b62784228a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af216b23e1cb40e6aaea18b62784228a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-02-26T00:29:24.107726Z",
                "updated_at": "2022-02-26T00:29:24.107760Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "dbd6d5aa-f38d-41f7-a72a-1a7ce061c10d"
            },
            "venue": {
                "id": 3553,
                "name": "Von Lintel Gallery",
                "slug": "von-lintel-gallery",
                "city": "Santa Monica",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0283148,-118.4676457",
                "artworks_for_sale_count": 8,
                "featured_image": {
                    "id": 3418,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/vlg_feser-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/vlg_feser-crop-c0-5__0-5-558x279-70.jpeg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/vlg_feser-crop-c0-5__0-5-265x149-70.jpeg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/vlg_feser.jpeg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/vlg_feser-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/vlg_feser-crop-c0-5__0-5-760x499-70.jpeg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/vlg_feser-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/vlg_feser-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2021-07-15T20:37:24.374248Z",
                    "updated_at": "2021-09-14T13:54:21.878285Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "dbd6d5aa-f38d-41f7-a72a-1a7ce061c10d"
                },
                "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": "2022-02-26T00:29:35.932705Z",
            "publish_time": null,
            "slug": "accra-shepp-folium-pictum",
            "created_at": "2022-02-26T00:29:35.936604Z",
            "updated_at": "2022-02-26T00:29:35.981907Z",
            "summary": "Accra Shepp: Folium Pictum is an Gallery Shows event starting on 12/03/2022, 16:00 and ending on 16/04/2022, 18:00. Event is in Von Lintel Gallery with address 2525 Michigan Ave, Santa Monica, CA 90404, USA.",
            "title": "Accra Shepp: Folium Pictum",
            "content": "Von Lintel Gallery is pleased to present Accra Shepp’s Folium Pictum series. His incredible photographic portraits were initially exhibited at the height of Covid and nationwide lockdowns in early 2021. Consequently, we are delighted to offer visitors the opportunity to see a selection of this work again, which will be on display in our Project Room.\r\n\r\nShepp has developed a unique process in his photography-based practice over the years, a captivating transformation of preserved tobacco and certain mammoth indigenous leaves into photoreactive materials. Onto these tanned, veined, physically huge but texturally fragile surfaces, Shepp enacts photographic portraits of the laborers who work these crops and farmlands. By grafting their images in such a physically integrated way, the image seems to emerge from within the leaf.\r\n\r\nShepp has stated that, “Tobacco has a long and complicated history from its cultivation through slave labor at the founding of this country to its modern cultivation",
            "start_time": "2022-03-12T16:00:00.000000Z",
            "end_time": "2022-04-16T18: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": "2525 Michigan Ave, Santa Monica, CA 90404, USA",
            "city": "",
            "geolocation": "34.0283148,-118.4676457",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                15946
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 7892,
            "author": null,
            "price": null,
            "featured_image": {
                "id": 8903,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e35524740e048aabb5e3e75225268a9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e35524740e048aabb5e3e75225268a9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7e35524740e048aabb5e3e75225268a9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e35524740e048aabb5e3e75225268a9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e35524740e048aabb5e3e75225268a9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e35524740e048aabb5e3e75225268a9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e35524740e048aabb5e3e75225268a9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e35524740e048aabb5e3e75225268a9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e35524740e048aabb5e3e75225268a9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e35524740e048aabb5e3e75225268a9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-16T20:02:49.193671Z",
                "updated_at": "2022-03-16T20:02:49.193705Z",
                "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": "2022-03-16T20:02:54.422039Z",
            "publish_time": null,
            "slug": "madeleine-bialke-nine-lives",
            "created_at": "2022-03-16T20:02:54.425851Z",
            "updated_at": "2022-03-16T20:02:54.466277Z",
            "summary": "Madeleine Bialke: Nine Lives is an Gallery Shows event starting on 19/03/2022, 11:00 and ending on 16/04/2022, 18:00. Event is in Steve Turner with address 6830 Santa Monica Blvd.",
            "title": "Madeleine Bialke: Nine Lives",
            "content": "Steve Turner is pleased to present Nine Lives, a solo exhibition by New York-based Madeleine Bialke which features nine new paintings inspired by the trees of Five Ponds Wilderness Area, an old growth forest in the Adirondack Mountains. Bialke associates each of the paintings with a planet in our solar system. The connection is loose, sometimes factual, sometimes symbolic, but in each instance it inspired a painterly decision relating to color or composition. She thinks of trees as actors on a stage and has placed them in settings that are meant to provide an emotional backdrop rather than a realistic background. To her, trees can become as expansive and extra-terrestrial as celestial bodies, bridging a gap between our earthly ground and something otherworldly. Bialke’s skies are dreamy and romantic from the haze of industry and the effects of climate change and her title suggests that time is running out for our planet.\r\n\r\nMadeleine Bialke (b. 1991, Elmira, New York) received her MFA fr",
            "start_time": "2022-03-19T11:00:00.000000Z",
            "end_time": "2022-04-16T18: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": 7893,
            "author": null,
            "price": null,
            "featured_image": {
                "id": 8904,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff1d968ef9a843dc9354870cd9fa2f10-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff1d968ef9a843dc9354870cd9fa2f10-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ff1d968ef9a843dc9354870cd9fa2f10.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff1d968ef9a843dc9354870cd9fa2f10-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff1d968ef9a843dc9354870cd9fa2f10-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff1d968ef9a843dc9354870cd9fa2f10-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff1d968ef9a843dc9354870cd9fa2f10-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff1d968ef9a843dc9354870cd9fa2f10-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff1d968ef9a843dc9354870cd9fa2f10-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff1d968ef9a843dc9354870cd9fa2f10-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-16T20:07:04.391513Z",
                "updated_at": "2022-03-16T20:07:04.391547Z",
                "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": "2022-03-16T20:07:11.831032Z",
            "publish_time": null,
            "slug": "kevin-mcnamee-tweed-fiction-workshop",
            "created_at": "2022-03-16T20:07:11.834596Z",
            "updated_at": "2022-03-16T20:07:11.874157Z",
            "summary": "Kevin McNamee-Tweed: Fiction Workshop is an Gallery Shows event starting on 19/03/2022, 11:00 and ending on 16/04/2022, 18:00. Event is in Steve Turner with address 6830 Santa Monica Blvd.",
            "title": "Kevin McNamee-Tweed: Fiction Workshop",
            "content": "Steve Turner is pleased to present Fiction Workshop, a solo exhibition of new work by Durham-based Kevin McNamee-Tweed consisting of ceramic paintings, drawings and small-scale ceramic and wood sculptures. Images of home, suns and moons and artists at work focus on themes of domestic life and the distortion of time, both made more timely as we mark the two year anniversary of the pandemic. The works also draw from the artist’s roots in North Carolina, a locale known for its rich tradition of clay. In many of the sculptural constructions, he combined several different clay bodies, including those dug up by hand near his home. In Fiction Workshop, McNamee-Tweed’s love of experimentation, play, the handmade and storytelling are on full display.\r\n\r\nKevin McNamee-Tweed (b. 1984) grew up near Chapel Hill, North Carolina before studying at New York University where he earned a BFA (2008). After living in Austin, Texas for seven years, he moved to Iowa City to enroll in the MFA program at the Un",
            "start_time": "2022-03-19T11:00:00.000000Z",
            "end_time": "2022-04-16T18: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": 6682,
            "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": 7840,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c3c400fbd3447b399f7828fbcd640a7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c3c400fbd3447b399f7828fbcd640a7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6c3c400fbd3447b399f7828fbcd640a7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c3c400fbd3447b399f7828fbcd640a7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c3c400fbd3447b399f7828fbcd640a7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c3c400fbd3447b399f7828fbcd640a7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c3c400fbd3447b399f7828fbcd640a7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c3c400fbd3447b399f7828fbcd640a7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c3c400fbd3447b399f7828fbcd640a7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c3c400fbd3447b399f7828fbcd640a7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-13T14:34:25.317671Z",
                "updated_at": "2022-01-13T14:34:25.317726Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3384,
                "name": "Bow Arts Trust",
                "slug": "bow-arts-trust",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5287879,-0.0176911",
                "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": "2022-01-13T14:34:28.724659Z",
            "publish_time": null,
            "slug": "bow-arts-trust-explosion-of-words-2022-01-28",
            "created_at": "2022-01-13T14:34:29.487695Z",
            "updated_at": "2022-01-13T14:34:29.860743Z",
            "summary": "Explosion of Words is an Gallery Shows event starting on 28/01/2022, 01:00 and ending on 17/04/2022, 00:00. Event is in Bow Arts Trust with address 183 Bow Road.",
            "title": "Explosion of Words",
            "content": null,
            "start_time": "2022-01-28T01:00:00.000000Z",
            "end_time": "2022-04-17T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "183 Bow Road",
            "city": "London",
            "geolocation": "51.5288388,-0.0174758",
            "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": 7434,
            "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": 8513,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5e107511b7c45da8447805e5f1482f1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5e107511b7c45da8447805e5f1482f1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b5e107511b7c45da8447805e5f1482f1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5e107511b7c45da8447805e5f1482f1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5e107511b7c45da8447805e5f1482f1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5e107511b7c45da8447805e5f1482f1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5e107511b7c45da8447805e5f1482f1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5e107511b7c45da8447805e5f1482f1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5e107511b7c45da8447805e5f1482f1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5e107511b7c45da8447805e5f1482f1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-02-28T13:44:08.243693Z",
                "updated_at": "2022-02-28T13:44:08.243730Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4632,
                "name": "Exeter Phoenix",
                "slug": "exeter-phoenix",
                "city": "Exeter",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.7247894,-3.5312808",
                "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": "2022-02-28T13:44:10.309446Z",
            "publish_time": null,
            "slug": "exeter-phoenix-annabelle-tim-hogben-hold-me-tight-i-speak-a-different-language-2022-02-12",
            "created_at": "2022-02-28T13:44:11.045157Z",
            "updated_at": "2022-02-28T13:44:11.090933Z",
            "summary": "Annabelle Tim Hogben: Hold Me Tight, I Speak A Different Language is an Gallery Shows event starting on 12/02/2022, 01:00 and ending on 17/04/2022, 00:00. Event is in Exeter Phoenix with address Bradninch Place, Gandy Street,.",
            "title": "Annabelle Tim Hogben: Hold Me Tight, I Speak A Different Language",
            "content": null,
            "start_time": "2022-02-12T01:00:00.000000Z",
            "end_time": "2022-04-17T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Bradninch Place, Gandy Street,",
            "city": "Exeter",
            "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": 7435,
            "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": 8515,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/838e0365f04b40d2be2f59d974981c0e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/838e0365f04b40d2be2f59d974981c0e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/838e0365f04b40d2be2f59d974981c0e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/838e0365f04b40d2be2f59d974981c0e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/838e0365f04b40d2be2f59d974981c0e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/838e0365f04b40d2be2f59d974981c0e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/838e0365f04b40d2be2f59d974981c0e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/838e0365f04b40d2be2f59d974981c0e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/838e0365f04b40d2be2f59d974981c0e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/838e0365f04b40d2be2f59d974981c0e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-02-28T13:44:08.431254Z",
                "updated_at": "2022-02-28T13:44:08.431309Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4632,
                "name": "Exeter Phoenix",
                "slug": "exeter-phoenix",
                "city": "Exeter",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.7247894,-3.5312808",
                "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": "2022-02-28T13:44:10.758598Z",
            "publish_time": null,
            "slug": "exeter-phoenix-tobias-francis-2022-02-12",
            "created_at": "2022-02-28T13:44:11.523496Z",
            "updated_at": "2022-02-28T13:44:11.566258Z",
            "summary": "Tobias Francis is an Gallery Shows event starting on 12/02/2022, 01:00 and ending on 17/04/2022, 00:00. Event is in Exeter Phoenix with address Bradninch Place, Gandy Street,.",
            "title": "Tobias Francis",
            "content": null,
            "start_time": "2022-02-12T01:00:00.000000Z",
            "end_time": "2022-04-17T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Bradninch Place, Gandy Street,",
            "city": "Exeter",
            "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": 7970,
            "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": 8959,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/52b25579b6aa4300b31f8ada5e0f4225-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/52b25579b6aa4300b31f8ada5e0f4225-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/52b25579b6aa4300b31f8ada5e0f4225.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/52b25579b6aa4300b31f8ada5e0f4225-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/52b25579b6aa4300b31f8ada5e0f4225-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/52b25579b6aa4300b31f8ada5e0f4225-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/52b25579b6aa4300b31f8ada5e0f4225-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/52b25579b6aa4300b31f8ada5e0f4225-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/52b25579b6aa4300b31f8ada5e0f4225-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/52b25579b6aa4300b31f8ada5e0f4225-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-27T21:18:10.330108Z",
                "updated_at": "2022-03-27T21:18:10.330143Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4632,
                "name": "Exeter Phoenix",
                "slug": "exeter-phoenix",
                "city": "Exeter",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.7247894,-3.5312808",
                "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": "2022-03-27T21:18:14.857269Z",
            "publish_time": null,
            "slug": "exeter-phoenix-gallery-annabelle-tim-hogben-2022-02-12",
            "created_at": "2022-03-27T21:18:15.580272Z",
            "updated_at": "2022-03-27T21:18:15.618953Z",
            "summary": "Annabelle Tim Hogben is an Gallery Shows event starting on 12/02/2022, 01:00 and ending on 17/04/2022, 00:00. Event is in Exeter Phoenix with address Exeter Phoenix, Bradnich Place.",
            "title": "Annabelle Tim Hogben",
            "content": null,
            "start_time": "2022-02-12T01:00:00.000000Z",
            "end_time": "2022-04-17T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Exeter Phoenix, Bradnich Place",
            "city": "Exeter",
            "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": 7971,
            "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": 8961,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae113d10c8e140ddbe3d5ef17d5cd965-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae113d10c8e140ddbe3d5ef17d5cd965-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ae113d10c8e140ddbe3d5ef17d5cd965.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae113d10c8e140ddbe3d5ef17d5cd965-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae113d10c8e140ddbe3d5ef17d5cd965-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae113d10c8e140ddbe3d5ef17d5cd965-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae113d10c8e140ddbe3d5ef17d5cd965-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae113d10c8e140ddbe3d5ef17d5cd965-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae113d10c8e140ddbe3d5ef17d5cd965-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae113d10c8e140ddbe3d5ef17d5cd965-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-27T21:18:13.617094Z",
                "updated_at": "2022-03-27T21:18:13.617130Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4632,
                "name": "Exeter Phoenix",
                "slug": "exeter-phoenix",
                "city": "Exeter",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.7247894,-3.5312808",
                "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": "2022-03-27T21:18:17.466861Z",
            "publish_time": null,
            "slug": "exeter-phoenix-gallery-alexis-soul-gray-2022-03-05",
            "created_at": "2022-03-27T21:18:18.285870Z",
            "updated_at": "2022-03-27T21:18:18.324698Z",
            "summary": "Alexis Soul-Gray is an Gallery Shows event starting on 05/03/2022, 01:00 and ending on 17/04/2022, 00:00. Event is in Exeter Phoenix with address Exeter Phoenix, Bradnich Place.",
            "title": "Alexis Soul-Gray",
            "content": null,
            "start_time": "2022-03-05T01:00:00.000000Z",
            "end_time": "2022-04-17T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Exeter Phoenix, Bradnich Place",
            "city": "Exeter",
            "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": 13850,
            "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": 13827,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f30641ace97436cbf7d8018d07b835d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f30641ace97436cbf7d8018d07b835d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5f30641ace97436cbf7d8018d07b835d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f30641ace97436cbf7d8018d07b835d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f30641ace97436cbf7d8018d07b835d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f30641ace97436cbf7d8018d07b835d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f30641ace97436cbf7d8018d07b835d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f30641ace97436cbf7d8018d07b835d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f30641ace97436cbf7d8018d07b835d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f30641ace97436cbf7d8018d07b835d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-09-02T07:51:54.720043Z",
                "updated_at": "2022-09-02T07:51:54.720072Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5500,
                "name": "hARTslane",
                "slug": "hartslane",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.47561049999999,-0.0426826",
                "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": "2022-09-02T07:51:58.401851Z",
            "publish_time": null,
            "slug": "hartslane-vestiges-sculpture-by-ali-darke-and-cj-simpson-2022-04-14",
            "created_at": "2022-09-02T07:51:59.196684Z",
            "updated_at": "2022-09-02T07:52:00.584756Z",
            "summary": "VESTIGES: Sculpture by Ali Darke and CJ Simpson is an Gallery Shows event starting on 14/04/2022, 00:00 and ending on 17/04/2022, 00:00. Event is in hARTslane with address 17 Harts Lane.",
            "title": "VESTIGES: Sculpture by Ali Darke and CJ Simpson",
            "content": null,
            "start_time": "2022-04-14T00:00:00.000000Z",
            "end_time": "2022-04-17T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "17 Harts Lane",
            "city": "London",
            "geolocation": "46.33044473781663,-61.00112444868399",
            "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": 13849,
            "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": 13830,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2dfd6910ffa48f8852fdc669b8b66fd-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2dfd6910ffa48f8852fdc669b8b66fd-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c2dfd6910ffa48f8852fdc669b8b66fd.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2dfd6910ffa48f8852fdc669b8b66fd-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2dfd6910ffa48f8852fdc669b8b66fd-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2dfd6910ffa48f8852fdc669b8b66fd-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2dfd6910ffa48f8852fdc669b8b66fd-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2dfd6910ffa48f8852fdc669b8b66fd-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2dfd6910ffa48f8852fdc669b8b66fd-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2dfd6910ffa48f8852fdc669b8b66fd-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-09-02T07:51:55.588783Z",
                "updated_at": "2022-09-02T07:51:55.588817Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5070,
                "name": "Hastings Arts Forum",
                "slug": "hastings-arts-forum",
                "city": "St Leonards",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.8510778,0.5571361",
                "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": "2022-09-02T07:51:58.327841Z",
            "publish_time": null,
            "slug": "hastings-arts-forum-soco-artists-open-2022-04-05",
            "created_at": "2022-09-02T07:51:59.115924Z",
            "updated_at": "2022-09-02T07:51:59.921202Z",
            "summary": "SoCo Artists Open is an Gallery Shows event starting on 05/04/2022, 00:00 and ending on 17/04/2022, 00:00. Event is in Hastings Arts Forum with address Hastings Arts Forum.",
            "title": "SoCo Artists Open",
            "content": null,
            "start_time": "2022-04-05T00:00:00.000000Z",
            "end_time": "2022-04-17T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Hastings Arts Forum",
            "city": "St Leonards On Sea",
            "geolocation": "50.8509151,0.5558761",
            "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": []
        }
    ]
}