Information about shows

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

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

{
    "id": 60020,
    "uri": "https://api.kexp.org/v2/shows/60020/?format=api",
    "program": 2,
    "program_uri": "https://api.kexp.org/v2/programs/2/?format=api",
    "hosts": [
        85
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/85/?format=api"
    ],
    "program_name": "El Sonido",
    "program_tags": "Latin,World",
    "host_names": [
        "Albina Cabrera"
    ],
    "tagline": "¡Bienvenido a El Sonido! I have 3 pairs of tickets to see Combo Chimbita and Pachyman at Neumos 4/23 7pm dj@kexp.org for a chance to win.",
    "image_uri": "https://www.kexp.org/filer/canonical/1595547860/23074/",
    "start_time": "2024-04-22T19:00:04-07:00"
}