Information about shows

list: List of shows
retrieve: Information about a specific show, by ID

GET /v2/shows/57911/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 57911,
    "uri": "https://api.kexp.org/v2/shows/57911/?format=api",
    "program": 36,
    "program_uri": "https://api.kexp.org/v2/programs/36/?format=api",
    "hosts": [
        34
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/34/?format=api"
    ],
    "program_name": "Live on KEXP",
    "program_tags": "Live,Eclectic,Variety Mix",
    "host_names": [
        "Morgan"
    ],
    "tagline": "Digable Planets live on KEXP from THING Fest in Fort Warden.",
    "image_uri": "https://www.kexp.org/media/filer_public/a6/54/a6547869-2f70-47fe-a95a-227746f2893f/morgan_800x800.jpg",
    "program_image_uri": "https://www.kexp.org/media/filer_public/b5/f9/b5f9a109-0c15-42ed-96d9-ed8f8aa4e8ac/liveonkexp-800x800.jpg",
    "start_time": "2023-08-27T14:26:20-07:00",
    "location": 1,
    "location_name": "Default"
}