Information about plays

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

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

{
    "id": 3633590,
    "uri": "https://api.kexp.org/v2/plays/3633590/?format=api",
    "airdate": "2026-03-25T18:44:02-07:00",
    "show": 66278,
    "show_uri": "https://api.kexp.org/v2/shows/66278/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "It's 6 Degrees Week and it's 6 Degrees of Karen O on Drive Time!",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}