Information about plays

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

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

{
    "id": 3638068,
    "uri": "https://api.kexp.org/v2/plays/3638068/?format=api",
    "airdate": "2026-04-05T06:12:03-07:00",
    "show": 66372,
    "show_uri": "https://api.kexp.org/v2/shows/66372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "PASSAGE VI (while you slept, the thought of not yet knowing how to braid your hair brought quiet tears)",
    "track_id": null,
    "recording_id": null,
    "artist": "Kasper Bjørke Quartet",
    "artist_ids": [
        "b2470915-dad5-4734-8db0-5d725a8dfa5c"
    ],
    "album": "Passages In Time",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sensitive"
    ],
    "label_ids": [],
    "release_date": "2026-05-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lead single to the upcoming third album from Kasper Bjørke Quartet that's described as a \"blend of spiritual jazz reverence and the calming grandeur of ’80s ambient\" ~ https://kasperbjorke.bandcamp.com/album/passages-in-time",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}