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

{
    "count": 37604,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=29070&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=29034&ordering=-end_time",
    "results": [
        {
            "id": 8400,
            "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": 9289,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f63ce56e47a04dd19f53498cb52634ba-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f63ce56e47a04dd19f53498cb52634ba-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f63ce56e47a04dd19f53498cb52634ba-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f63ce56e47a04dd19f53498cb52634ba-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f63ce56e47a04dd19f53498cb52634ba-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f63ce56e47a04dd19f53498cb52634ba.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f63ce56e47a04dd19f53498cb52634ba-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f63ce56e47a04dd19f53498cb52634ba-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f63ce56e47a04dd19f53498cb52634ba-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f63ce56e47a04dd19f53498cb52634ba-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-04-23T17:35:38.734751Z",
                "updated_at": "2022-04-23T17:35:38.734787Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3650,
                "name": "HilbertRaum",
                "slug": "hilbertraum",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.4875201,13.4292328",
                "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-04-23T17:35:42.838910Z",
            "publish_time": null,
            "slug": "hilbertraum-tracing-roots-2022-04-08",
            "created_at": "2022-04-23T17:35:43.680882Z",
            "updated_at": "2022-04-23T17:35:43.731184Z",
            "summary": "Tracing Roots is an Gallery Shows event starting on 08/04/2022, 00:00 and ending on 17/04/2022, 00:00. Event is in HilbertRaum with address HilbertRaum.",
            "title": "Tracing Roots",
            "content": null,
            "start_time": "2022-04-08T00: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": "HilbertRaum",
            "city": "Berlin",
            "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": 8420,
            "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": 9305,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8b20e22af3f14fbd98ac9473bf2e490a-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8b20e22af3f14fbd98ac9473bf2e490a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8b20e22af3f14fbd98ac9473bf2e490a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8b20e22af3f14fbd98ac9473bf2e490a-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8b20e22af3f14fbd98ac9473bf2e490a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8b20e22af3f14fbd98ac9473bf2e490a.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8b20e22af3f14fbd98ac9473bf2e490a-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8b20e22af3f14fbd98ac9473bf2e490a-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8b20e22af3f14fbd98ac9473bf2e490a-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8b20e22af3f14fbd98ac9473bf2e490a-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-04-23T18:10:30.182028Z",
                "updated_at": "2022-04-23T18:10:30.182068Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4716,
                "name": "Keystone Art Space",
                "slug": "keystone-art-space",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0679535,-118.2223697",
                "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-04-23T18:10:33.383295Z",
            "publish_time": null,
            "slug": "keystone-gallery-sending-love-ukraine-crisis-relief-benefit-2022-04-09",
            "created_at": "2022-04-23T18:10:34.197261Z",
            "updated_at": "2022-04-23T18:10:34.560265Z",
            "summary": "Sending Love: Ukraine Crisis Relief Benefit is an Gallery Shows event starting on 09/04/2022, 00:00 and ending on 17/04/2022, 00:00. Event is in Keystone Art Space with address 338 S. Ave 16.",
            "title": "Sending Love: Ukraine Crisis Relief Benefit",
            "content": null,
            "start_time": "2022-04-09T00: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": "338 S. Ave 16",
            "city": "Los Angeles",
            "geolocation": "34.06807214285714,-118.22260059183674",
            "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": 8506,
            "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": 9369,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b1b31f00e5941d7854ac6a184c4f9d9-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b1b31f00e5941d7854ac6a184c4f9d9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b1b31f00e5941d7854ac6a184c4f9d9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b1b31f00e5941d7854ac6a184c4f9d9-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b1b31f00e5941d7854ac6a184c4f9d9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4b1b31f00e5941d7854ac6a184c4f9d9.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b1b31f00e5941d7854ac6a184c4f9d9-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b1b31f00e5941d7854ac6a184c4f9d9-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b1b31f00e5941d7854ac6a184c4f9d9-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b1b31f00e5941d7854ac6a184c4f9d9-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-04-23T19:57:23.568578Z",
                "updated_at": "2022-04-23T19:57:23.568612Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4731,
                "name": "Primary",
                "slug": "primary",
                "city": "Nottingham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.9559076,-1.1682054",
                "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-04-23T19:57:26.494584Z",
            "publish_time": null,
            "slug": "primary-charlie-dean-triple-pop-colossus-2022-04-09",
            "created_at": "2022-04-23T19:57:27.325996Z",
            "updated_at": "2022-04-23T19:57:28.268825Z",
            "summary": "Charlie Dean | Triple Pop Colossus is an Gallery Shows event starting on 09/04/2022, 00:00 and ending on 17/04/2022, 00:00. Event is in Primary with address 33 Seely Road.",
            "title": "Charlie Dean | Triple Pop Colossus",
            "content": null,
            "start_time": "2022-04-09T00: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": "33 Seely Road",
            "city": "Nottingham",
            "geolocation": "52.9558487,-1.1683840992988033",
            "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": 12516,
            "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": 12807,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9aedff8cc257431daa873c7a3169086a-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9aedff8cc257431daa873c7a3169086a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9aedff8cc257431daa873c7a3169086a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9aedff8cc257431daa873c7a3169086a-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9aedff8cc257431daa873c7a3169086a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9aedff8cc257431daa873c7a3169086a.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9aedff8cc257431daa873c7a3169086a-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9aedff8cc257431daa873c7a3169086a-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9aedff8cc257431daa873c7a3169086a-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9aedff8cc257431daa873c7a3169086a-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-16T21:42:39.344867Z",
                "updated_at": "2022-08-16T21:42:39.344901Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5341,
                "name": "Zane Bennett Contemporary Art",
                "slug": "zane-bennett-contemporary-art",
                "city": "Santa Fe",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "35.6837156,-105.946049",
                "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:42:41.750669Z",
            "publish_time": null,
            "slug": "zane-bennett-contemporary-art-sama-alshaibi-four-series-2022-02-25",
            "created_at": "2022-08-16T21:42:42.532132Z",
            "updated_at": "2022-08-16T21:42:42.576754Z",
            "summary": "Sama Alshaibi: Four Series is an Gallery Shows event starting on 25/02/2022, 01:00 and ending on 17/04/2022, 00:00. Event is in Zane Bennett Contemporary Art with address 435 S. Guadalupe Street, floor 2.",
            "title": "Sama Alshaibi: Four Series",
            "content": null,
            "start_time": "2022-02-25T01: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": "435 S. Guadalupe Street, floor 2",
            "city": "Santa Fe",
            "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": 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": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2dfd6910ffa48f8852fdc669b8b66fd-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2dfd6910ffa48f8852fdc669b8b66fd-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2dfd6910ffa48f8852fdc669b8b66fd-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2dfd6910ffa48f8852fdc669b8b66fd-crop_webp-555x312.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_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2dfd6910ffa48f8852fdc669b8b66fd-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2dfd6910ffa48f8852fdc669b8b66fd-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2dfd6910ffa48f8852fdc669b8b66fd-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2dfd6910ffa48f8852fdc669b8b66fd-crop-c0-5__0-5-555x312-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": []
        },
        {
            "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": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f30641ace97436cbf7d8018d07b835d-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f30641ace97436cbf7d8018d07b835d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f30641ace97436cbf7d8018d07b835d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f30641ace97436cbf7d8018d07b835d-crop_webp-555x312.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_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f30641ace97436cbf7d8018d07b835d-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f30641ace97436cbf7d8018d07b835d-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f30641ace97436cbf7d8018d07b835d-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f30641ace97436cbf7d8018d07b835d-crop-c0-5__0-5-555x312-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": 14301,
            "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": 14210,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b47b625690504152bfacbf830e66973e-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b47b625690504152bfacbf830e66973e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b47b625690504152bfacbf830e66973e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b47b625690504152bfacbf830e66973e-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b47b625690504152bfacbf830e66973e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b47b625690504152bfacbf830e66973e.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b47b625690504152bfacbf830e66973e-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b47b625690504152bfacbf830e66973e-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b47b625690504152bfacbf830e66973e-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b47b625690504152bfacbf830e66973e-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-09-13T08:28:19.056487Z",
                "updated_at": "2022-09-13T08:28:19.056541Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6548,
                "name": "Art Cake",
                "slug": "art-cake",
                "city": "Brooklyn",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.6542365,-74.01077839999999",
                "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-13T08:28:21.455218Z",
            "publish_time": null,
            "slug": "art-cake-michael-rado-show-your-work-2022-03-19",
            "created_at": "2022-09-13T08:28:22.258882Z",
            "updated_at": "2022-09-13T08:28:23.894043Z",
            "summary": "Michael Rado: Show your Work is an Gallery Shows event starting on 19/03/2022, 01:00 and ending on 17/04/2022, 00:00. Event is in Art Cake with address 214 40th St, Brooklyn.",
            "title": "Michael Rado: Show your Work",
            "content": null,
            "start_time": "2022-03-19T01: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": "214 40th St, Brooklyn",
            "city": "New York",
            "geolocation": "40.6542149,-74.01077511320356",
            "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": 14303,
            "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": 14211,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c43f2dac7af4818a62e2436a0bccb05-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c43f2dac7af4818a62e2436a0bccb05-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c43f2dac7af4818a62e2436a0bccb05-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c43f2dac7af4818a62e2436a0bccb05-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c43f2dac7af4818a62e2436a0bccb05-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9c43f2dac7af4818a62e2436a0bccb05.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c43f2dac7af4818a62e2436a0bccb05-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c43f2dac7af4818a62e2436a0bccb05-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c43f2dac7af4818a62e2436a0bccb05-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c43f2dac7af4818a62e2436a0bccb05-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-09-13T08:28:19.253113Z",
                "updated_at": "2022-09-13T08:28:19.253163Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6548,
                "name": "Art Cake",
                "slug": "art-cake",
                "city": "Brooklyn",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.6542365,-74.01077839999999",
                "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-13T08:28:22.365731Z",
            "publish_time": null,
            "slug": "art-cake-dwight-cassin-oronsay-2022-03-19",
            "created_at": "2022-09-13T08:28:23.162219Z",
            "updated_at": "2022-09-13T08:28:24.885840Z",
            "summary": "Dwight Cassin: Oronsay is an Gallery Shows event starting on 19/03/2022, 01:00 and ending on 17/04/2022, 00:00. Event is in Art Cake with address 214 40th St, Brooklyn.",
            "title": "Dwight Cassin: Oronsay",
            "content": null,
            "start_time": "2022-03-19T01: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": "214 40th St, Brooklyn",
            "city": "New York",
            "geolocation": "40.6542149,-74.01077511320356",
            "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": 19013,
            "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": 18513,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3754274b6b1e4c1f9028757824ec83d0-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3754274b6b1e4c1f9028757824ec83d0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3754274b6b1e4c1f9028757824ec83d0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3754274b6b1e4c1f9028757824ec83d0-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3754274b6b1e4c1f9028757824ec83d0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3754274b6b1e4c1f9028757824ec83d0.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3754274b6b1e4c1f9028757824ec83d0-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3754274b6b1e4c1f9028757824ec83d0-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3754274b6b1e4c1f9028757824ec83d0-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3754274b6b1e4c1f9028757824ec83d0-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-01-05T10:54:04.029746Z",
                "updated_at": "2023-01-05T10:54:04.029782Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5376,
                "name": "EBENSPERGER",
                "slug": "ebensperger",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5463493,13.3662658",
                "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-05T10:54:06.674135Z",
            "publish_time": null,
            "slug": "ebensperger-christian-schwarzwald-drawn-2022-03-24",
            "created_at": "2023-01-05T10:54:07.537600Z",
            "updated_at": "2023-01-05T10:54:07.575382Z",
            "summary": "Christian Schwarzwald. DRAWN is an Gallery Shows event starting on 24/03/2022, 01:00 and ending on 17/04/2022, 00:00. Event is in EBENSPERGER with address Krematorium Wedding.",
            "title": "Christian Schwarzwald. DRAWN",
            "content": null,
            "start_time": "2022-03-24T01: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": "Krematorium Wedding",
            "city": "Berlin",
            "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": 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": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80d99d4b97404c30a0ee7da2f9e7f1cd-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80d99d4b97404c30a0ee7da2f9e7f1cd-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80d99d4b97404c30a0ee7da2f9e7f1cd-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80d99d4b97404c30a0ee7da2f9e7f1cd-crop_webp-555x312.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_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80d99d4b97404c30a0ee7da2f9e7f1cd-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80d99d4b97404c30a0ee7da2f9e7f1cd-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80d99d4b97404c30a0ee7da2f9e7f1cd-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80d99d4b97404c30a0ee7da2f9e7f1cd-crop-c0-5__0-5-555x312-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": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/vlg_feser-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/vlg_feser-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/vlg_feser-crop_webp-760x499.webp",
                        "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_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/vlg_feser-crop-c0-5__0-5-760x499-70.jpeg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/vlg_feser.jpeg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/vlg_feser-crop-c0-5__0-5-265x149-70.jpeg"
                    },
                    "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": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af216b23e1cb40e6aaea18b62784228a-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af216b23e1cb40e6aaea18b62784228a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af216b23e1cb40e6aaea18b62784228a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af216b23e1cb40e6aaea18b62784228a-crop_webp-555x312.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_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af216b23e1cb40e6aaea18b62784228a-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af216b23e1cb40e6aaea18b62784228a-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af216b23e1cb40e6aaea18b62784228a-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af216b23e1cb40e6aaea18b62784228a-crop-c0-5__0-5-555x312-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": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/vlg_feser-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/vlg_feser-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/vlg_feser-crop_webp-760x499.webp",
                        "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_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/vlg_feser-crop-c0-5__0-5-760x499-70.jpeg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/vlg_feser.jpeg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/vlg_feser-crop-c0-5__0-5-265x149-70.jpeg"
                    },
                    "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": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e35524740e048aabb5e3e75225268a9-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e35524740e048aabb5e3e75225268a9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e35524740e048aabb5e3e75225268a9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e35524740e048aabb5e3e75225268a9-crop_webp-555x312.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_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e35524740e048aabb5e3e75225268a9-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e35524740e048aabb5e3e75225268a9-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e35524740e048aabb5e3e75225268a9-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e35524740e048aabb5e3e75225268a9-crop-c0-5__0-5-555x312-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": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop_webp-760x499.webp",
                        "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_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Steve_Turner_lores.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "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": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff1d968ef9a843dc9354870cd9fa2f10-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff1d968ef9a843dc9354870cd9fa2f10-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff1d968ef9a843dc9354870cd9fa2f10-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff1d968ef9a843dc9354870cd9fa2f10-crop_webp-555x312.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_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff1d968ef9a843dc9354870cd9fa2f10-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff1d968ef9a843dc9354870cd9fa2f10-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff1d968ef9a843dc9354870cd9fa2f10-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff1d968ef9a843dc9354870cd9fa2f10-crop-c0-5__0-5-555x312-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": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop_webp-760x499.webp",
                        "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_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Steve_Turner_lores.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "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": 5995,
            "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": 4104,
                "name": "New Ashgate Gallery",
                "slug": "new-ashgate-gallery",
                "city": "Farnham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.212975,-0.7992324",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2021-12-29T17:49:41.480876Z",
            "publish_time": null,
            "slug": "new-ashgate-gallery-spring-craft-collection-2022-craft-with-local-heart-2022-01-15",
            "created_at": "2021-12-29T17:49:42.262832Z",
            "updated_at": "2021-12-29T17:49:42.302831Z",
            "summary": "Spring Craft Collection 2022: Craft with Local Heart is an Gallery Shows event starting on 15/01/2022, 01:00 and ending on 16/04/2022, 00:00. Event is in New Ashgate Gallery with address Wagon Yard/Lower Church La.",
            "title": "Spring Craft Collection 2022: Craft with Local Heart",
            "content": null,
            "start_time": "2022-01-15T01: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": "Wagon Yard/Lower Church La",
            "city": "Farnham",
            "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": 6266,
            "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": 7497,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06502097788b45a28a05786dd7409603-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06502097788b45a28a05786dd7409603-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06502097788b45a28a05786dd7409603-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06502097788b45a28a05786dd7409603-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06502097788b45a28a05786dd7409603-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/06502097788b45a28a05786dd7409603.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06502097788b45a28a05786dd7409603-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06502097788b45a28a05786dd7409603-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06502097788b45a28a05786dd7409603-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06502097788b45a28a05786dd7409603-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-01-07T17:44:29.737052Z",
                "updated_at": "2022-01-07T17:44:29.737088Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4277,
                "name": "The Kreeger Museum",
                "slug": "kreeger-museum",
                "city": "Washington",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "38.9218716,-77.0887778",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-01-07T17:44:31.838099Z",
            "publish_time": null,
            "slug": "the-kreeger-museum-lou-stovall-on-inventions-and-color-2022-01-20",
            "created_at": "2022-01-07T17:44:32.555912Z",
            "updated_at": "2022-01-07T17:44:32.972907Z",
            "summary": "Lou Stovall: On Inventions and Color is an Museum Exhibitions event starting on 20/01/2022, 01:00 and ending on 16/04/2022, 00:00. Event is in The Kreeger Museum with address 2401 Foxhall Road NW.",
            "title": "Lou Stovall: On Inventions and Color",
            "content": null,
            "start_time": "2022-01-20T01: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": "2401 Foxhall Road NW",
            "city": "Washington D.C.",
            "geolocation": "38.92188925,-77.0887607183308",
            "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": 6858,
            "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": 8006,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a7f1e48aad04cbc8b8af141e8a72dca-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a7f1e48aad04cbc8b8af141e8a72dca-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a7f1e48aad04cbc8b8af141e8a72dca-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a7f1e48aad04cbc8b8af141e8a72dca-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a7f1e48aad04cbc8b8af141e8a72dca-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2a7f1e48aad04cbc8b8af141e8a72dca.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a7f1e48aad04cbc8b8af141e8a72dca-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a7f1e48aad04cbc8b8af141e8a72dca-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a7f1e48aad04cbc8b8af141e8a72dca-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2a7f1e48aad04cbc8b8af141e8a72dca-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-01-28T01:35:30.438576Z",
                "updated_at": "2022-01-28T01:35:30.438613Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3910,
                "name": "Institute of Modern Art (IMA)",
                "slug": "institute-modern-art-ima",
                "city": "Fortitude Valley",
                "country": {
                    "code": "AU",
                    "name": "Australia"
                },
                "geolocation": "-27.4594373,153.037087",
                "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": "AU",
            "publish_status": "published",
            "published_at": "2022-01-28T01:35:32.888225Z",
            "publish_time": null,
            "slug": "institute-of-modern-art-ima-this-language-that-is-every-stone-2022-02-12",
            "created_at": "2022-01-28T01:35:33.628450Z",
            "updated_at": "2022-01-28T01:35:33.668825Z",
            "summary": "This Language That is Every Stone is an Gallery Shows event starting on 12/02/2022, 01:00 and ending on 16/04/2022, 00:00. Event is in Institute of Modern Art (IMA) with address 420 Brunswick StreetFortitude Valley.",
            "title": "This Language That is Every Stone",
            "content": null,
            "start_time": "2022-02-12T01: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": "420 Brunswick StreetFortitude Valley",
            "city": "Brisbane",
            "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": 6895,
            "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": 8041,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/608fb803424e4523b3281e8094685705-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/608fb803424e4523b3281e8094685705-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/608fb803424e4523b3281e8094685705-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/608fb803424e4523b3281e8094685705-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/608fb803424e4523b3281e8094685705-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/608fb803424e4523b3281e8094685705.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/608fb803424e4523b3281e8094685705-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/608fb803424e4523b3281e8094685705-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/608fb803424e4523b3281e8094685705-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/608fb803424e4523b3281e8094685705-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-02-01T15:36:09.164732Z",
                "updated_at": "2022-02-01T15:36:09.164771Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3368,
                "name": "Twenty Twenty Gallery",
                "slug": "twenty-twenty-gallery",
                "city": "Ludlow",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.36797139999999,-2.7201435",
                "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-01T15:36:12.172964Z",
            "publish_time": null,
            "slug": "twenty-twenty-gallery-sarah-purvey-boundaries-2022-03-12",
            "created_at": "2022-02-01T15:36:12.900621Z",
            "updated_at": "2022-02-01T15:36:13.388042Z",
            "summary": "Sarah Purvey 'Boundaries' is an Gallery Shows event starting on 12/03/2022, 01:00 and ending on 16/04/2022, 00:00. Event is in Twenty Twenty Gallery with address 4 Quality Square.",
            "title": "Sarah Purvey 'Boundaries'",
            "content": null,
            "start_time": "2022-03-12T01: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": "4 Quality Square",
            "city": "Ludlow",
            "geolocation": "52.3676184,-2.7200356",
            "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": 7047,
            "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": 8181,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/510e6848b38f453e9f7563582f53685c-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/510e6848b38f453e9f7563582f53685c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/510e6848b38f453e9f7563582f53685c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/510e6848b38f453e9f7563582f53685c-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/510e6848b38f453e9f7563582f53685c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/510e6848b38f453e9f7563582f53685c.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/510e6848b38f453e9f7563582f53685c-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/510e6848b38f453e9f7563582f53685c-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/510e6848b38f453e9f7563582f53685c-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/510e6848b38f453e9f7563582f53685c-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-02-01T21:57:52.129283Z",
                "updated_at": "2022-02-01T21:57:52.129320Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4548,
                "name": "Brighton CCA",
                "slug": "brighton-cca",
                "city": "Brighton",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.82417909999999,-0.1354673",
                "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-01T21:57:56.053748Z",
            "publish_time": null,
            "slug": "brighton-cca-lloyd-corporation-2022-01-29",
            "created_at": "2022-02-01T21:57:56.786319Z",
            "updated_at": "2022-02-01T21:57:57.137540Z",
            "summary": "Lloyd Corporation is an Gallery Shows event starting on 29/01/2022, 01:00 and ending on 16/04/2022, 00:00. Event is in Brighton CCA with address University of Brighton.",
            "title": "Lloyd Corporation",
            "content": null,
            "start_time": "2022-01-29T01: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": "University of Brighton",
            "city": "Brighton",
            "geolocation": "50.8467229,-0.11810919525892011",
            "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": []
        }
    ]
}