Information about shows

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

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

{
    "id": 52916,
    "uri": "https://api.kexp.org/v2/shows/52916/?format=api",
    "program": 14,
    "program_uri": "https://api.kexp.org/v2/programs/14/?format=api",
    "hosts": [
        55
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/55/?format=api"
    ],
    "program_name": "The Afternoon Show",
    "program_tags": "Rock,Eclectic,Variety Mix",
    "host_names": [
        "Larry Mizell, Jr."
    ],
    "tagline": "Today's a special OG Thursday, focused on the the Mizell Brothers. I'll be playing their originals, plus cuts that sampled them, as well as parts of an interview with my father, Larry Mizell Sr- who celebrates his 78th birthday today!",
    "image_uri": "https://www.kexp.org/media/filer_public/f8/b8/f8b8ddbd-9e01-491c-ba8e-46ac50b83adc/larrymizelljr_800x800.jpg",
    "program_image_uri": "https://www.kexp.org/media/filer_public/24/ec/24ecf023-35fd-406c-aeae-d1e30a5abe13/theafternoonshow-800x800.jpg",
    "start_time": "2022-02-17T13:01:56-08:00",
    "location": 1,
    "location_name": "Default"
}