Information about shows

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

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

{
    "id": 49332,
    "uri": "https://api.kexp.org/v2/shows/49332/?format=api",
    "program": 22,
    "program_uri": "https://api.kexp.org/v2/programs/22/?format=api",
    "hosts": [
        51
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/51/?format=api"
    ],
    "program_name": "Friday Night",
    "program_tags": "Rock,Eclectic,Variety Mix",
    "host_names": [
        "Marco Collins"
    ],
    "tagline": "Friday Night Dance Party in full effect! What d'ya wanna hear tonight? Text me: (206) 903-KEXP or email: DJ@KEXP.org",
    "image_uri": "https://www.kexp.org/filer/canonical/1583367593/22026/",
    "program_image_uri": "",
    "start_time": "2021-01-15T19:02:34-08:00",
    "location": 1,
    "location_name": "Default"
}