Information about plays

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

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

{
    "id": 3633156,
    "uri": "https://api.kexp.org/v2/plays/3633156/?format=api",
    "airdate": "2026-03-24T15:15:32-07:00",
    "show": 66269,
    "show_uri": "https://api.kexp.org/v2/shows/66269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "\"Driving around in Seattle traffic listening to DJs Larry Mizell and Miss Ashley.  Love the music and love how they discuss the music and their reaction to it.  \nI don't find that anywhere else, one reason I love KEXP.\"\n- Listener Alan",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}