Information about plays

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

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

{
    "id": 3607369,
    "uri": "https://api.kexp.org/v2/plays/3607369/?format=api",
    "airdate": "2026-01-21T21:29:07-08:00",
    "show": 65718,
    "show_uri": "https://api.kexp.org/v2/shows/65718/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kaleidoscope",
    "track_id": null,
    "recording_id": null,
    "artist": "Pierpont & Helgeson",
    "artist_ids": [],
    "album": "Of Time",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "secret stash"
    ],
    "label_ids": [],
    "release_date": "2025-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"As composers, multi-instrumentalists, and sonic explorers, Pierpont & Helgeson craft a sound that feels as though it’s been pulled from a 1971 heist film, or a dimly lit lounge where the breeze stirs the curtains just enough to reveal hidden secrets.\"\n\nhttps://pierponthelgeson.bandcamp.com/album/of-time",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}