Information about plays

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

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

{
    "id": 3543653,
    "uri": "https://api.kexp.org/v2/plays/3543653/?format=api",
    "airdate": "2025-08-23T07:00:01-07:00",
    "show": 64363,
    "show_uri": "https://api.kexp.org/v2/shows/64363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "On the show this time, it’s the R&B-electronica solo record of little Dragon front-human Yukimi.",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}