Information about shows

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

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

{
    "id": 44267,
    "uri": "https://api.kexp.org/v2/shows/44267/?format=api",
    "program": 31,
    "program_uri": "https://api.kexp.org/v2/programs/31/?format=api",
    "hosts": [
        4
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/4/?format=api"
    ],
    "program_name": "Test Program",
    "program_tags": "Rock,Eclectic,Variety Mix",
    "host_names": [
        "Cheryl Waters"
    ],
    "tagline": "This is a Test",
    "image_uri": "https://www.kexp.org/media/filer_public/74/e2/74e27354-a42e-48d0-8d89-a65a5cd1f698/cherylwaters_800x800.jpg",
    "program_image_uri": "",
    "start_time": "2016-07-05T18:00:00-07:00",
    "location": 1,
    "location_name": "Default"
}