Information about shows

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

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

{
    "id": 20955,
    "uri": "https://api.kexp.org/v2/shows/20955/?format=api",
    "program": 10,
    "program_uri": "https://api.kexp.org/v2/programs/10/?format=api",
    "hosts": [
        18
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/18/?format=api"
    ],
    "program_name": "Sonarchy",
    "program_tags": "Experimental,Pacific Northwest",
    "host_names": [
        "Doug Haire"
    ],
    "tagline": "",
    "image_uri": "https://www.kexp.org/filer/canonical/1496253551/853/",
    "program_image_uri": "",
    "start_time": "2007-02-11T00:00:00-08:00",
    "location": 1,
    "location_name": "Default"
}