Information about plays

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

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

{
    "id": 3639856,
    "uri": "https://api.kexp.org/v2/plays/3639856/?format=api",
    "airdate": "2026-04-09T11:39:06-07:00",
    "show": 66407,
    "show_uri": "https://api.kexp.org/v2/shows/66407/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One More Night",
    "track_id": "8cc21476-35e1-43c1-96d5-2d388aa58124",
    "recording_id": "a139c964-c1bd-474d-88ff-74f7d4097e48",
    "artist": "Michael Kiwanuka",
    "artist_ids": [
        "11f570ff-44d9-4e9c-8812-e6d56103c5c1"
    ],
    "album": "Love & Hate",
    "release_id": "4d2cc5cc-8864-4765-94c8-449225567a4a",
    "release_group_id": "d9df3572-0aa0-4d7a-8bf7-6ed3f55c4113",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2016-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Michael Kiwanuka wrote this song and it was produced by multi-instrumentalist Paul Butler (who played keyboards, the drum machine, percussion, and added background vocals). \n--\nSee the official video for \"One More Night\": https://www.youtube.com/watch?v=1Sw2JJ5nSbM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}