Information about shows

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

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

{
    "id": 7189,
    "uri": "https://api.kexp.org/v2/shows/7189/?format=api",
    "program": 19,
    "program_uri": "https://api.kexp.org/v2/programs/19/?format=api",
    "hosts": [
        68
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/68/?format=api"
    ],
    "program_name": "Shake the Shack",
    "program_tags": "Rockabilly,Blues,Country,Roots",
    "host_names": [
        "Dr. Leon Berman"
    ],
    "tagline": "Shake The Shack",
    "image_uri": "https://kexpstorage.blob.core.windows.net/images/hosts/111346",
    "start_time": "2001-05-25T18:00:00-07:00"
}