Information about plays

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

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

{
    "id": 3638304,
    "uri": "https://api.kexp.org/v2/plays/3638304/?format=api",
    "airdate": "2026-04-05T18:34:00-07:00",
    "show": 66376,
    "show_uri": "https://api.kexp.org/v2/shows/66376/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Luis \"BreakBeat Lou\" Flores is a DJ and producer most recognized for creating the Ultimate Breaks and Beats compilation series with the late Leonard \"BreakBeat Lenny\" Roberts. \nBreakbeat Lou's work with UBB became the blueprint for sampled music and remains relevant and integral to hip-hop music and culture.",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}