Information about shows

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

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

{
    "id": 7186,
    "uri": "https://api.kexp.org/v2/shows/7186/?format=api",
    "program": 18,
    "program_uri": "https://api.kexp.org/v2/programs/18/?format=api",
    "hosts": [
        26
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/26/?format=api"
    ],
    "program_name": "Variety Mix",
    "program_tags": "Rock,Eclectic,Variety Mix",
    "host_names": [
        "John Richards"
    ],
    "tagline": "The Friday Morning Funhouse of Joy",
    "image_uri": "https://www.kexp.org/filer/canonical/1676669191/28465/",
    "start_time": "2001-05-25T06:00:00-07:00"
}