Information about plays

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

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

{
    "id": 3625505,
    "uri": "https://api.kexp.org/v2/plays/3625505/?format=api",
    "airdate": "2026-03-05T05:34:54-08:00",
    "show": 66095,
    "show_uri": "https://api.kexp.org/v2/shows/66095/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Winona Ryder (xx version)",
    "track_id": "8ee0d48c-a3c4-32c1-9eba-8885fdc4c066",
    "recording_id": "7dd9f4f4-f363-49be-98aa-8a2ea8a97204",
    "artist": "Unrest",
    "artist_ids": [
        "f444dc7d-59c1-4ed6-beb7-f90b6d85366c"
    ],
    "album": "B.P.M. (1991-1994)",
    "release_id": "18157229-d047-43c9-990e-10cbfce4f421",
    "release_group_id": "cc87d4bc-90f3-3e64-96ba-441122569853",
    "labels": [
        "Teenbeat"
    ],
    "label_ids": [
        "434783dd-2be4-42db-a320-c53cbee540bb"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Unrest was a towering pillar of indie rock, from the tongue-in-cheek garage noise of their earliest efforts to the shimmering, manic pop thrills of their later, most enduring work, the band was a paragon of DIY virtue, perfecting a genre-hopping eclecticism and knowing, ironic lyrical outlook that virtually defined the sound and feel of the 1990s. \n\nhttps://unrest.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}