Information about shows

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

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

{
    "id": 7197,
    "uri": "https://api.kexp.org/v2/shows/7197/?format=api",
    "program": 1,
    "program_uri": "https://api.kexp.org/v2/programs/1/?format=api",
    "hosts": [
        70
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/70/?format=api"
    ],
    "program_name": "Audioasis",
    "program_tags": "Rock,Eclectic,Pacific Northwest",
    "host_names": [
        "Abe Beeson"
    ],
    "tagline": "the Live Room",
    "image_uri": "https://kexpstorage.blob.core.windows.net/images/hosts/111328",
    "start_time": "2001-05-26T20:00:00-07:00"
}