Information about shows

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

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

{
    "id": 7183,
    "uri": "https://api.kexp.org/v2/shows/7183/?format=api",
    "program": 13,
    "program_uri": "https://api.kexp.org/v2/programs/13/?format=api",
    "hosts": [
        17
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/17/?format=api"
    ],
    "program_name": "Swingin' Doors",
    "program_tags": "Blues,Country,Roots",
    "host_names": [
        "Don Slack"
    ],
    "tagline": "",
    "image_uri": "https://www.kexp.org/filer/canonical/1529968748/10623/",
    "start_time": "2001-05-24T18:00:00-07:00"
}