Information about plays

list: List of plays
retrieve: Information about a specific play by ID

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

{
    "id": 3607968,
    "uri": "https://api.kexp.org/v2/plays/3607968/?format=api",
    "airdate": "2026-01-23T07:07:53-08:00",
    "show": 65730,
    "show_uri": "https://api.kexp.org/v2/shows/65730/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "John journal entry...\nTop 5 places I’d like to see Duran Duran…\n5 - The Acropolis\n4 - Wild Waves\n3 - White House lawn, Inauguration Day (pause for comedy) 2029 \n2 - The KEXP Gathering Space\n1 - My bedroom",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}