Information about shows

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

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

{
    "id": 6932,
    "uri": "https://api.kexp.org/v2/shows/6932/?format=api",
    "program": 27,
    "program_uri": "https://api.kexp.org/v2/programs/27/?format=api",
    "hosts": [
        67
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/67/?format=api"
    ],
    "program_name": "Best Ambiance",
    "program_tags": "African,World",
    "host_names": [
        "Jon Kertzer"
    ],
    "tagline": "The Best Ambiance",
    "image_uri": "",
    "program_image_uri": "",
    "start_time": "2001-04-16T18:00:00-07:00",
    "location": 1,
    "location_name": "Default"
}