Information about plays

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

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

{
    "id": 3633532,
    "uri": "https://api.kexp.org/v2/plays/3633532/?format=api",
    "airdate": "2026-03-25T15:03:50-07:00",
    "show": 66277,
    "show_uri": "https://api.kexp.org/v2/shows/66277/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Army of Me",
    "track_id": null,
    "recording_id": "3c39491b-c29e-405b-aa3b-24be43131ff7",
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Army of Me",
    "release_id": null,
    "release_group_id": "78d9a35e-4e06-42a3-9770-163b9a56ab56",
    "labels": [
        "One Little Indian Records"
    ],
    "label_ids": [
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "1995-04-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song was written and produced by Björk and Graham Massey. It was inspired by the damaging behavior of Björk’s brother, whom she tells to stand up and to regain control of his life. \n--\nThe drums were sampled from the intro on Led Zepppelin’s 1971 song “When the Levee Breaks.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}