Information about shows

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

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

{
    "id": 6928,
    "uri": "https://api.kexp.org/v2/shows/6928/?format=api",
    "program": 31,
    "program_uri": "https://api.kexp.org/v2/programs/31/?format=api",
    "hosts": [
        7
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/7/?format=api"
    ],
    "program_name": "Test Program",
    "program_tags": "Rock,Eclectic,Variety Mix",
    "host_names": [
        "Diane Horn"
    ],
    "tagline": "Sustainability Segment",
    "image_uri": "https://www.kexp.org/filer/canonical/1529969977/10632/",
    "program_image_uri": "",
    "start_time": "2011-05-11T12:00:00-07:00",
    "location": 1,
    "location_name": "Default"
}