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

{
    "count": 37591,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=36288&ordering=end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=36252&ordering=end_time",
    "results": [
        {
            "id": 37076,
            "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": 35155,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a3f5f5082d14848bdfab08e193c62d1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a3f5f5082d14848bdfab08e193c62d1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4a3f5f5082d14848bdfab08e193c62d1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a3f5f5082d14848bdfab08e193c62d1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a3f5f5082d14848bdfab08e193c62d1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a3f5f5082d14848bdfab08e193c62d1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a3f5f5082d14848bdfab08e193c62d1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a3f5f5082d14848bdfab08e193c62d1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a3f5f5082d14848bdfab08e193c62d1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a3f5f5082d14848bdfab08e193c62d1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-19T12:01:01.315079Z",
                "updated_at": "2024-03-19T12:01:01.315139Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5450,
                "name": "Walter Maciel Gallery",
                "slug": "walter-maciel-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0342613,-118.3768935",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-03-19T12:01:03.737029Z",
            "publish_time": null,
            "slug": "walter-maciel-gallery-rachael-neubauer-boschs-echo-chronicles-of-encroachment-2024-03-16",
            "created_at": "2024-03-19T12:01:04.821705Z",
            "updated_at": "2024-03-19T12:01:05.370948Z",
            "summary": "Rachael Neubauer. Bosch's Echo: Chronicles of Encroachment is an Gallery Shows event starting on 16/03/2024, 01:00 and ending on 04/05/2024, 00:00. Event is in Walter Maciel Gallery with address 2642 S. La Cienega Boulevard.",
            "title": "Rachael Neubauer. Bosch's Echo: Chronicles of Encroachment",
            "content": null,
            "start_time": "2024-03-16T01:00:00.000000Z",
            "end_time": "2024-05-04T00: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": "2642 S. La Cienega Boulevard",
            "city": "Los Angeles",
            "geolocation": "34.03436927271097,-118.377233767416",
            "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": 37128,
            "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": 35204,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c785a3f287e44f22a9852b5e5db3fbd2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c785a3f287e44f22a9852b5e5db3fbd2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c785a3f287e44f22a9852b5e5db3fbd2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c785a3f287e44f22a9852b5e5db3fbd2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c785a3f287e44f22a9852b5e5db3fbd2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c785a3f287e44f22a9852b5e5db3fbd2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c785a3f287e44f22a9852b5e5db3fbd2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c785a3f287e44f22a9852b5e5db3fbd2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c785a3f287e44f22a9852b5e5db3fbd2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c785a3f287e44f22a9852b5e5db3fbd2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-20T14:02:42.780296Z",
                "updated_at": "2024-03-20T14:02:42.780355Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4518,
                "name": "Blum & Poe Los Angeles",
                "slug": "blum-poe-los-angeles",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0329595,-118.3756203",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-03-20T14:02:45.329063Z",
            "publish_time": null,
            "slug": "blum-poe-los-angeles-ray-johnson-2024-03-16",
            "created_at": "2024-03-20T14:02:46.268482Z",
            "updated_at": "2024-03-20T14:02:47.315992Z",
            "summary": "Ray Johnson is an Gallery Shows event starting on 16/03/2024, 01:00 and ending on 04/05/2024, 00:00. Event is in Blum & Poe Los Angeles with address 2727 S. La Cienega Boulevard.",
            "title": "Ray Johnson",
            "content": null,
            "start_time": "2024-03-16T01:00:00.000000Z",
            "end_time": "2024-05-04T00: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": "2727 S. La Cienega Boulevard",
            "city": "Los Angeles",
            "geolocation": "34.03317866666667,-118.37528483333334",
            "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": 37129,
            "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": 35205,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d0549b7092474b029ba540ffefc3cea4-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d0549b7092474b029ba540ffefc3cea4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d0549b7092474b029ba540ffefc3cea4.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d0549b7092474b029ba540ffefc3cea4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d0549b7092474b029ba540ffefc3cea4-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d0549b7092474b029ba540ffefc3cea4-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d0549b7092474b029ba540ffefc3cea4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d0549b7092474b029ba540ffefc3cea4-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d0549b7092474b029ba540ffefc3cea4-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d0549b7092474b029ba540ffefc3cea4-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-20T14:02:42.924195Z",
                "updated_at": "2024-03-20T14:02:42.924231Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4518,
                "name": "Blum & Poe Los Angeles",
                "slug": "blum-poe-los-angeles",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0329595,-118.3756203",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-03-20T14:02:47.050767Z",
            "publish_time": null,
            "slug": "blum-poe-los-angeles-yuji-ueda-2024-03-16",
            "created_at": "2024-03-20T14:02:47.963307Z",
            "updated_at": "2024-03-20T14:02:50.303560Z",
            "summary": "Yuji Ueda is an Gallery Shows event starting on 16/03/2024, 01:00 and ending on 04/05/2024, 00:00. Event is in Blum & Poe Los Angeles with address 2727 S. La Cienega Boulevard.",
            "title": "Yuji Ueda",
            "content": null,
            "start_time": "2024-03-16T01:00:00.000000Z",
            "end_time": "2024-05-04T00: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": "2727 S. La Cienega Boulevard",
            "city": "Los Angeles",
            "geolocation": "34.03317866666667,-118.37528483333334",
            "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": 37130,
            "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": 35206,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44b91859e7714e4cbbf21c687c1bc24c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44b91859e7714e4cbbf21c687c1bc24c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/44b91859e7714e4cbbf21c687c1bc24c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44b91859e7714e4cbbf21c687c1bc24c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44b91859e7714e4cbbf21c687c1bc24c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44b91859e7714e4cbbf21c687c1bc24c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44b91859e7714e4cbbf21c687c1bc24c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44b91859e7714e4cbbf21c687c1bc24c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44b91859e7714e4cbbf21c687c1bc24c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44b91859e7714e4cbbf21c687c1bc24c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-20T14:02:42.991421Z",
                "updated_at": "2024-03-20T14:02:42.991489Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4518,
                "name": "Blum & Poe Los Angeles",
                "slug": "blum-poe-los-angeles",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0329595,-118.3756203",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-03-20T14:02:47.186102Z",
            "publish_time": null,
            "slug": "blum-poe-los-angeles-oliver-lee-jackson-machines-for-the-spirit-2024-03-16",
            "created_at": "2024-03-20T14:02:48.099727Z",
            "updated_at": "2024-03-20T14:02:50.933932Z",
            "summary": "Oliver Lee Jackson. Machines for the Spirit is an Gallery Shows event starting on 16/03/2024, 01:00 and ending on 04/05/2024, 00:00. Event is in Blum & Poe Los Angeles with address 2727 S. La Cienega Boulevard.",
            "title": "Oliver Lee Jackson. Machines for the Spirit",
            "content": null,
            "start_time": "2024-03-16T01:00:00.000000Z",
            "end_time": "2024-05-04T00: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": "2727 S. La Cienega Boulevard",
            "city": "Los Angeles",
            "geolocation": "34.03317866666667,-118.37528483333334",
            "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": 37131,
            "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": 35207,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a56a96aa97b64bf5ba50e8c26f2d57ef-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a56a96aa97b64bf5ba50e8c26f2d57ef-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a56a96aa97b64bf5ba50e8c26f2d57ef.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a56a96aa97b64bf5ba50e8c26f2d57ef-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a56a96aa97b64bf5ba50e8c26f2d57ef-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a56a96aa97b64bf5ba50e8c26f2d57ef-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a56a96aa97b64bf5ba50e8c26f2d57ef-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a56a96aa97b64bf5ba50e8c26f2d57ef-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a56a96aa97b64bf5ba50e8c26f2d57ef-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a56a96aa97b64bf5ba50e8c26f2d57ef-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-20T14:02:43.124988Z",
                "updated_at": "2024-03-20T14:02:43.125046Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7778,
                "name": "Billis Williams Gallery",
                "slug": "billis-williams-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.033617,-118.3756895",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-03-20T14:02:48.120263Z",
            "publish_time": null,
            "slug": "billis-williams-gallery-raymond-logan-everyday-icons-ii-2024-04-06",
            "created_at": "2024-03-20T14:02:49.030004Z",
            "updated_at": "2024-03-20T14:02:49.775209Z",
            "summary": "Raymond Logan: Everyday Icons II is an Gallery Shows event starting on 06/04/2024, 00:00 and ending on 04/05/2024, 00:00. Event is in Billis Williams Gallery with address 2716 S. La Cienega Blvd.",
            "title": "Raymond Logan: Everyday Icons II",
            "content": null,
            "start_time": "2024-04-06T00:00:00.000000Z",
            "end_time": "2024-05-04T00: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": "2716 S. La Cienega Blvd",
            "city": "Los Angeles",
            "geolocation": "34.0333588,-118.37558",
            "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": 37184,
            "author": {
                "id": "7d04438a-00a7-4a9f-9185-77a249a76551",
                "username": "Ken",
                "slug": "ken",
                "first_name": "Hashimoto",
                "last_name": "Contemporary",
                "display_name": "Ken Harman",
                "display_name_full": "Ken Harman",
                "email": "info@hashimotocontemporary.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 35246,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f80b51c8b5944426b3d83e6a0c7bf885-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f80b51c8b5944426b3d83e6a0c7bf885-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f80b51c8b5944426b3d83e6a0c7bf885.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f80b51c8b5944426b3d83e6a0c7bf885-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f80b51c8b5944426b3d83e6a0c7bf885-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f80b51c8b5944426b3d83e6a0c7bf885-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f80b51c8b5944426b3d83e6a0c7bf885-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f80b51c8b5944426b3d83e6a0c7bf885-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f80b51c8b5944426b3d83e6a0c7bf885-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f80b51c8b5944426b3d83e6a0c7bf885-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-20T14:08:11.521957Z",
                "updated_at": "2024-03-20T14:08:11.522012Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 1938,
                "name": "HASHIMOTO CONTEMPORARY",
                "slug": "hashimoto-contemporary-san-francisco",
                "city": "San Francisco",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "37.7887064,-122.41375790000001",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-03-20T14:08:22.991138Z",
            "publish_time": null,
            "slug": "hashimoto-contemporary-weird-west-2024-04-13",
            "created_at": "2024-03-20T14:08:23.910900Z",
            "updated_at": "2024-03-20T14:08:25.897276Z",
            "summary": "Weird West is an Gallery Shows event starting on 13/04/2024, 00:00 and ending on 04/05/2024, 00:00. Event is in HASHIMOTO CONTEMPORARY with address 2754 S La Cienega Blvd..",
            "title": "Weird West",
            "content": null,
            "start_time": "2024-04-13T00:00:00.000000Z",
            "end_time": "2024-05-04T00: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": "2754 S La Cienega Blvd.",
            "city": "Culver City",
            "geolocation": "34.0331323,-118.37488110452311",
            "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": 37218,
            "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": 35279,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83f77f55b7a34ea3ab935d9727f47ba4-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83f77f55b7a34ea3ab935d9727f47ba4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/83f77f55b7a34ea3ab935d9727f47ba4.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83f77f55b7a34ea3ab935d9727f47ba4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83f77f55b7a34ea3ab935d9727f47ba4-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83f77f55b7a34ea3ab935d9727f47ba4-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83f77f55b7a34ea3ab935d9727f47ba4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83f77f55b7a34ea3ab935d9727f47ba4-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83f77f55b7a34ea3ab935d9727f47ba4-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83f77f55b7a34ea3ab935d9727f47ba4-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-20T14:14:15.918844Z",
                "updated_at": "2024-03-20T14:14:15.918903Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8845,
                "name": "NUNU Fine Art",
                "slug": "nunu-fine-art",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7202263,-73.9966042",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-03-20T14:14:23.853752Z",
            "publish_time": null,
            "slug": "nunu-fine-art-rodney-dickson-2024-03-23",
            "created_at": "2024-03-20T14:14:25.021960Z",
            "updated_at": "2024-03-20T14:14:28.077552Z",
            "summary": "Rodney Dickson is an Gallery Shows event starting on 23/03/2024, 01:00 and ending on 04/05/2024, 00:00. Event is in NUNU Fine Art with address 381 Broome Street.",
            "title": "Rodney Dickson",
            "content": null,
            "start_time": "2024-03-23T01:00:00.000000Z",
            "end_time": "2024-05-04T00: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": "381 Broome Street",
            "city": "New York",
            "geolocation": "40.72017855,-73.99663417459678",
            "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": 37228,
            "author": {
                "id": "e4d13761-8c66-4947-84b6-c95c0fce511d",
                "username": "info@skny.com",
                "slug": "infosknycom",
                "first_name": "Sean",
                "last_name": "Kelly",
                "display_name": null,
                "display_name_full": "Sean Kelly",
                "email": "info@skny.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 35289,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8861a3279b1c404b8657db5f7ad7ec0c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8861a3279b1c404b8657db5f7ad7ec0c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8861a3279b1c404b8657db5f7ad7ec0c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8861a3279b1c404b8657db5f7ad7ec0c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8861a3279b1c404b8657db5f7ad7ec0c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8861a3279b1c404b8657db5f7ad7ec0c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8861a3279b1c404b8657db5f7ad7ec0c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8861a3279b1c404b8657db5f7ad7ec0c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8861a3279b1c404b8657db5f7ad7ec0c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8861a3279b1c404b8657db5f7ad7ec0c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-20T14:17:09.884703Z",
                "updated_at": "2024-03-20T14:17:09.884760Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4264,
                "name": "Sean Kelly Gallery",
                "slug": "sean-kelly-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.75623030000001,-73.9981962",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-03-20T14:17:17.639132Z",
            "publish_time": null,
            "slug": "sean-kelly-gallery-natasza-niedzioka-273-days-2024-03-15",
            "created_at": "2024-03-20T14:17:18.563813Z",
            "updated_at": "2024-03-20T14:17:19.819299Z",
            "summary": "Natasza Niedziółka. 273 Days is an Gallery Shows event starting on 15/03/2024, 01:00 and ending on 04/05/2024, 00:00. Event is in Sean Kelly Gallery with address 475 Tenth Avenue.",
            "title": "Natasza Niedziółka. 273 Days",
            "content": null,
            "start_time": "2024-03-15T01:00:00.000000Z",
            "end_time": "2024-05-04T00: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": "475 Tenth Avenue",
            "city": "New York",
            "geolocation": "39.109806610602426,-84.47189886682729",
            "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": 37263,
            "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": 35320,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdbc0a2ffe16476787ca97dbd5e59b01-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdbc0a2ffe16476787ca97dbd5e59b01-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fdbc0a2ffe16476787ca97dbd5e59b01.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdbc0a2ffe16476787ca97dbd5e59b01-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdbc0a2ffe16476787ca97dbd5e59b01-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdbc0a2ffe16476787ca97dbd5e59b01-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdbc0a2ffe16476787ca97dbd5e59b01-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdbc0a2ffe16476787ca97dbd5e59b01-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdbc0a2ffe16476787ca97dbd5e59b01-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdbc0a2ffe16476787ca97dbd5e59b01-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-20T15:52:12.408181Z",
                "updated_at": "2024-03-20T15:52:12.408219Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 714,
                "name": "White Cube Mason's Yard London",
                "slug": "white-cube-masons-yard-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5076125,-0.1372407999999723",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 371,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/white-cube-masons-featured-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/white-cube-masons-featured-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/white-cube-masons-featured-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/white-cube-masons-featured.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/white-cube-masons-featured-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/white-cube-masons-featured-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/white-cube-masons-featured-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/white-cube-masons-featured-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-18T13:42:28.775808Z",
                    "updated_at": "2021-09-14T12:44:33.738362Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "white cube mason's featured",
                    "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": "GB",
            "publish_status": "published",
            "published_at": "2024-03-20T15:52:17.366888Z",
            "publish_time": null,
            "slug": "white-cube-masons-yard-london-darren-almond-2024-03-20",
            "created_at": "2024-03-20T15:52:18.278836Z",
            "updated_at": "2024-03-20T15:52:23.510357Z",
            "summary": "Darren Almond is an Gallery Shows event starting on 20/03/2024, 01:00 and ending on 04/05/2024, 00:00. Event is in White Cube Mason's Yard London with address 25-26 Mason's Yard.",
            "title": "Darren Almond",
            "content": null,
            "start_time": "2024-03-20T01:00:00.000000Z",
            "end_time": "2024-05-04T00: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": "25-26 Mason's Yard",
            "city": "London",
            "geolocation": "51.5074399,-0.1374573",
            "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": 37269,
            "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": 35327,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ee08e4f032a403eb56357b7a848d3a2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ee08e4f032a403eb56357b7a848d3a2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0ee08e4f032a403eb56357b7a848d3a2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ee08e4f032a403eb56357b7a848d3a2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ee08e4f032a403eb56357b7a848d3a2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ee08e4f032a403eb56357b7a848d3a2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ee08e4f032a403eb56357b7a848d3a2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ee08e4f032a403eb56357b7a848d3a2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ee08e4f032a403eb56357b7a848d3a2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ee08e4f032a403eb56357b7a848d3a2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-20T15:52:31.619047Z",
                "updated_at": "2024-03-20T15:52:31.619102Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5368,
                "name": "Wilding Cran Gallery",
                "slug": "wilding-cran-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0241532,-118.2295453",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-03-20T15:52:35.439531Z",
            "publish_time": null,
            "slug": "wilding-cran-gallery-ry-rocklen-shelf-life-2024-03-16",
            "created_at": "2024-03-20T15:52:36.418306Z",
            "updated_at": "2024-03-20T15:52:38.028637Z",
            "summary": "Ry Rocklen. Shelf Life is an Gallery Shows event starting on 16/03/2024, 01:00 and ending on 04/05/2024, 00:00. Event is in Wilding Cran Gallery with address 1700 S. Santa Fe Avenue.",
            "title": "Ry Rocklen. Shelf Life",
            "content": null,
            "start_time": "2024-03-16T01:00:00.000000Z",
            "end_time": "2024-05-04T00: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": "1700 S. Santa Fe Avenue",
            "city": "Los Angeles",
            "geolocation": "37.663628,-95.452512",
            "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": 37271,
            "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": 35330,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60d9641b23604248a6ae737077439537-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60d9641b23604248a6ae737077439537-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/60d9641b23604248a6ae737077439537.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60d9641b23604248a6ae737077439537-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60d9641b23604248a6ae737077439537-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60d9641b23604248a6ae737077439537-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60d9641b23604248a6ae737077439537-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60d9641b23604248a6ae737077439537-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60d9641b23604248a6ae737077439537-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60d9641b23604248a6ae737077439537-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-20T15:52:39.607871Z",
                "updated_at": "2024-03-20T15:52:39.607908Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3579,
                "name": "William Turner Gallery",
                "slug": "william-turner-gallery",
                "city": "Santa Monica",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0283148,-118.4676457",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-03-20T15:52:44.658702Z",
            "publish_time": null,
            "slug": "william-turner-gallery-curtis-ripley-recent-paintings-2024-03-16",
            "created_at": "2024-03-20T15:52:45.567185Z",
            "updated_at": "2024-03-20T15:52:52.512629Z",
            "summary": "Curtis Ripley: Recent Paintings is an Gallery Shows event starting on 16/03/2024, 01:00 and ending on 04/05/2024, 00:00. Event is in William Turner Gallery with address 2525 Michigan Avenue, E-1.",
            "title": "Curtis Ripley: Recent Paintings",
            "content": null,
            "start_time": "2024-03-16T01:00:00.000000Z",
            "end_time": "2024-05-04T00: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 Avenue, E-1",
            "city": "Santa Monica",
            "geolocation": "-33.6915798,151.1113992",
            "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": 37273,
            "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": 35331,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ceef935a868e4fa99506c4ed9044b37e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ceef935a868e4fa99506c4ed9044b37e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ceef935a868e4fa99506c4ed9044b37e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ceef935a868e4fa99506c4ed9044b37e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ceef935a868e4fa99506c4ed9044b37e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ceef935a868e4fa99506c4ed9044b37e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ceef935a868e4fa99506c4ed9044b37e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ceef935a868e4fa99506c4ed9044b37e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ceef935a868e4fa99506c4ed9044b37e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ceef935a868e4fa99506c4ed9044b37e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-20T15:52:43.877550Z",
                "updated_at": "2024-03-20T15:52:43.877589Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3579,
                "name": "William Turner Gallery",
                "slug": "william-turner-gallery",
                "city": "Santa Monica",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0283148,-118.4676457",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-03-20T15:52:48.501112Z",
            "publish_time": null,
            "slug": "william-turner-gallery-kim-dejesus-letter-to-a-memory-2024-03-16",
            "created_at": "2024-03-20T15:52:49.416419Z",
            "updated_at": "2024-03-20T15:52:54.087743Z",
            "summary": "Kim Dejesus: Letter To A Memory is an Gallery Shows event starting on 16/03/2024, 01:00 and ending on 04/05/2024, 00:00. Event is in William Turner Gallery with address 2525 Michigan Avenue, E-1.",
            "title": "Kim Dejesus: Letter To A Memory",
            "content": null,
            "start_time": "2024-03-16T01:00:00.000000Z",
            "end_time": "2024-05-04T00: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 Avenue, E-1",
            "city": "Santa Monica",
            "geolocation": "-33.6915798,151.1113992",
            "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": 37354,
            "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": 35412,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f1cd9b68b7d7443b87ff6bf5cf6f7854-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f1cd9b68b7d7443b87ff6bf5cf6f7854-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f1cd9b68b7d7443b87ff6bf5cf6f7854.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f1cd9b68b7d7443b87ff6bf5cf6f7854-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f1cd9b68b7d7443b87ff6bf5cf6f7854-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f1cd9b68b7d7443b87ff6bf5cf6f7854-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f1cd9b68b7d7443b87ff6bf5cf6f7854-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f1cd9b68b7d7443b87ff6bf5cf6f7854-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f1cd9b68b7d7443b87ff6bf5cf6f7854-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f1cd9b68b7d7443b87ff6bf5cf6f7854-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-01T19:29:22.144242Z",
                "updated_at": "2024-04-01T19:29:22.144299Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7778,
                "name": "Billis Williams Gallery",
                "slug": "billis-williams-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.033617,-118.3756895",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-04-01T19:29:25.009127Z",
            "publish_time": null,
            "slug": "billis-williams-gallery-micah-crandall-bear-recent-paintings-2024-04-06",
            "created_at": "2024-04-01T19:29:25.962830Z",
            "updated_at": "2024-04-01T19:29:26.678884Z",
            "summary": "Micah Crandall-Bear: Recent Paintings is an Gallery Shows event starting on 06/04/2024, 00:00 and ending on 04/05/2024, 00:00. Event is in Billis Williams Gallery with address 2716 S. La Cienega Blvd.",
            "title": "Micah Crandall-Bear: Recent Paintings",
            "content": null,
            "start_time": "2024-04-06T00:00:00.000000Z",
            "end_time": "2024-05-04T00: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": "2716 S. La Cienega Blvd",
            "city": "Los Angeles",
            "geolocation": "34.0333588,-118.37558",
            "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": 37430,
            "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": 35484,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944826ae83b4a229ad01ca4e501df6c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944826ae83b4a229ad01ca4e501df6c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4944826ae83b4a229ad01ca4e501df6c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944826ae83b4a229ad01ca4e501df6c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944826ae83b4a229ad01ca4e501df6c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944826ae83b4a229ad01ca4e501df6c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944826ae83b4a229ad01ca4e501df6c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944826ae83b4a229ad01ca4e501df6c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944826ae83b4a229ad01ca4e501df6c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4944826ae83b4a229ad01ca4e501df6c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-01T20:44:57.437205Z",
                "updated_at": "2024-04-01T20:44:57.437259Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9821,
                "name": "Inspire Makers",
                "slug": "inspire-makers",
                "city": "Falmouth",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.1574173,-5.072721400000001",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-04-01T20:44:59.406269Z",
            "publish_time": null,
            "slug": "inspire-makers-roberta-hopkins-grounded-2024-04-09",
            "created_at": "2024-04-01T20:45:00.448591Z",
            "updated_at": "2024-04-01T20:45:00.560787Z",
            "summary": "Roberta Hopkins. Grounded is an Gallery Shows event starting on 09/04/2024, 00:00 and ending on 04/05/2024, 00:00. Event is in Inspire Makers with address 5 High St.",
            "title": "Roberta Hopkins. Grounded",
            "content": null,
            "start_time": "2024-04-09T00:00:00.000000Z",
            "end_time": "2024-05-04T00: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": "5 High St",
            "city": "Falmouth",
            "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": 37463,
            "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": 35512,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1e9c9c767dea4661a98a5e3808d56c77-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1e9c9c767dea4661a98a5e3808d56c77-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1e9c9c767dea4661a98a5e3808d56c77.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1e9c9c767dea4661a98a5e3808d56c77-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1e9c9c767dea4661a98a5e3808d56c77-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1e9c9c767dea4661a98a5e3808d56c77-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1e9c9c767dea4661a98a5e3808d56c77-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1e9c9c767dea4661a98a5e3808d56c77-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1e9c9c767dea4661a98a5e3808d56c77-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1e9c9c767dea4661a98a5e3808d56c77-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-01T21:21:49.432465Z",
                "updated_at": "2024-04-01T21:21:49.432503Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8683,
                "name": "NOON Projects",
                "slug": "noon-projects",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0660812,-118.2385443",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-04-01T21:21:55.088447Z",
            "publish_time": null,
            "slug": "noon-projects-ben-borden-bloom-2024-03-22",
            "created_at": "2024-04-01T21:21:56.147222Z",
            "updated_at": "2024-04-01T21:21:56.779608Z",
            "summary": "Ben Borden. Bloom is an Gallery Shows event starting on 22/03/2024, 01:00 and ending on 04/05/2024, 00:00. Event is in NOON Projects with address 951 Chung King Road.",
            "title": "Ben Borden. Bloom",
            "content": null,
            "start_time": "2024-03-22T01:00:00.000000Z",
            "end_time": "2024-05-04T00: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": "951 Chung King Road",
            "city": "Los Angeles",
            "geolocation": "34.06583063265306,-118.23872297959184",
            "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": 37502,
            "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": 35546,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/679bdd6b9b6b4d37b8f0c2565faee7b0-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/679bdd6b9b6b4d37b8f0c2565faee7b0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/679bdd6b9b6b4d37b8f0c2565faee7b0.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/679bdd6b9b6b4d37b8f0c2565faee7b0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/679bdd6b9b6b4d37b8f0c2565faee7b0-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/679bdd6b9b6b4d37b8f0c2565faee7b0-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/679bdd6b9b6b4d37b8f0c2565faee7b0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/679bdd6b9b6b4d37b8f0c2565faee7b0-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/679bdd6b9b6b4d37b8f0c2565faee7b0-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/679bdd6b9b6b4d37b8f0c2565faee7b0-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-01T21:42:38.620422Z",
                "updated_at": "2024-04-01T21:42:38.620457Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9837,
                "name": "Southwark Playhouse, Borough",
                "slug": "southwark-playhouse-borough",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4976081,-0.09841280000000001",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-04-01T21:42:43.345944Z",
            "publish_time": null,
            "slug": "southwark-playhouse-borough-you-are-going-to-die-2024-04-18",
            "created_at": "2024-04-01T21:42:44.411045Z",
            "updated_at": "2024-04-01T21:42:46.445428Z",
            "summary": "You Are Going To Die is an Gallery Shows event starting on 18/04/2024, 00:00 and ending on 04/05/2024, 00:00. Event is in Southwark Playhouse, Borough with address 77-85 Newington Causeway.",
            "title": "You Are Going To Die",
            "content": null,
            "start_time": "2024-04-18T00:00:00.000000Z",
            "end_time": "2024-05-04T00: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": "77-85 Newington Causeway",
            "city": "London",
            "geolocation": "51.497606,-0.0984055",
            "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": 37525,
            "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": 35570,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f17ec7de96541a694398d6dc6433b0c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f17ec7de96541a694398d6dc6433b0c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9f17ec7de96541a694398d6dc6433b0c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f17ec7de96541a694398d6dc6433b0c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f17ec7de96541a694398d6dc6433b0c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f17ec7de96541a694398d6dc6433b0c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f17ec7de96541a694398d6dc6433b0c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f17ec7de96541a694398d6dc6433b0c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f17ec7de96541a694398d6dc6433b0c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f17ec7de96541a694398d6dc6433b0c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-02T10:43:43.879337Z",
                "updated_at": "2024-04-02T10:43:43.879423Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4574,
                "name": "Compass Gallery",
                "slug": "compass-gallery",
                "city": "Glasgow",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.8638493,-4.2615034",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-04-02T10:43:49.001102Z",
            "publish_time": null,
            "slug": "compass-gallery-anna-h-geerdes-where-are-we-looking-2024-04-11",
            "created_at": "2024-04-02T10:43:49.920283Z",
            "updated_at": "2024-04-02T10:43:51.807314Z",
            "summary": "Anna H Geerdes : Where Are We Looking is an Gallery Shows event starting on 11/04/2024, 00:00 and ending on 04/05/2024, 00:00. Event is in Compass Gallery with address 178 West Regent Street.",
            "title": "Anna H Geerdes : Where Are We Looking",
            "content": null,
            "start_time": "2024-04-11T00:00:00.000000Z",
            "end_time": "2024-05-04T00: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": "178 West Regent Street",
            "city": "Glasgow",
            "geolocation": "39.73737628571429,-86.16105524489797",
            "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": 37531,
            "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": 35575,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf4761c455054f17a21d04b1a23849c5-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf4761c455054f17a21d04b1a23849c5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/cf4761c455054f17a21d04b1a23849c5.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf4761c455054f17a21d04b1a23849c5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf4761c455054f17a21d04b1a23849c5-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf4761c455054f17a21d04b1a23849c5-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf4761c455054f17a21d04b1a23849c5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf4761c455054f17a21d04b1a23849c5-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf4761c455054f17a21d04b1a23849c5-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf4761c455054f17a21d04b1a23849c5-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-02T10:43:58.192684Z",
                "updated_at": "2024-04-02T10:43:58.192742Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4578,
                "name": "Council_St",
                "slug": "council_st",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0733035,-118.2806382",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-04-02T10:44:07.509701Z",
            "publish_time": null,
            "slug": "council_st-won-ju-lim-self-annihilation-act-ii-2024-03-30",
            "created_at": "2024-04-02T10:44:08.425218Z",
            "updated_at": "2024-04-02T10:44:09.610166Z",
            "summary": "Won Ju Lim - Self Annihilation Act II is an Gallery Shows event starting on 30/03/2024, 01:00 and ending on 04/05/2024, 00:00. Event is in Council_St with address 3019 Council Street.",
            "title": "Won Ju Lim - Self Annihilation Act II",
            "content": null,
            "start_time": "2024-03-30T01:00:00.000000Z",
            "end_time": "2024-05-04T00: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": "3019 Council Street",
            "city": "Los Angeles",
            "geolocation": "34.07309375510204,-118.28052328571428",
            "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": []
        }
    ]
}