Information about shows

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

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

{
    "id": 7066,
    "uri": "https://api.kexp.org/v2/shows/7066/?format=api",
    "program": 3,
    "program_uri": "https://api.kexp.org/v2/programs/3/?format=api",
    "hosts": [
        30
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/30/?format=api"
    ],
    "program_name": "Expansions",
    "program_tags": "Electronic",
    "host_names": [
        "Masa"
    ],
    "tagline": "",
    "image_uri": "https://www.kexp.org/filer/canonical/1496251603/850/",
    "program_image_uri": "https://www.kexp.org/media/filer_public/90/4b/904bac80-9f5f-4ad8-9abf-37d38bcb2340/expansions-800x800.jpg",
    "start_time": "2001-05-06T20:00:00-07:00",
    "location": 1,
    "location_name": "Default"
}