Information about shows

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

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

{
    "id": 6987,
    "uri": "https://api.kexp.org/v2/shows/6987/?format=api",
    "program": 23,
    "program_uri": "https://api.kexp.org/v2/programs/23/?format=api",
    "hosts": [
        20
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/20/?format=api"
    ],
    "program_name": "The Roadhouse",
    "program_tags": "Blues,Country,Roots",
    "host_names": [
        "Greg Vandy"
    ],
    "tagline": "the Roadhouse",
    "image_uri": "https://www.kexp.org/media/filer_public/8d/64/8d643596-b39c-44f2-b9d4-bb543b7daa63/gregvandy_800x800.jpg",
    "program_image_uri": "https://www.kexp.org/media/filer_public/b5/66/b5661107-8f03-4ce9-be55-187d51c910cd/theroadhouse-800x800.jpg",
    "start_time": "2001-04-25T18:00:00-07:00",
    "location": 1,
    "location_name": "Default"
}