Information about plays

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

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

{
    "id": 3611067,
    "uri": "https://api.kexp.org/v2/plays/3611067/?format=api",
    "airdate": "2026-01-30T14:23:17-08:00",
    "show": 65794,
    "show_uri": "https://api.kexp.org/v2/shows/65794/?format=api",
    "image_uri": "https://ia801208.us.archive.org/2/items/mbid-eba2dc90-243f-4648-9de0-c39e937e893b/mbid-eba2dc90-243f-4648-9de0-c39e937e893b-11726171858_thumb500.jpg",
    "thumbnail_uri": "https://ia801208.us.archive.org/2/items/mbid-eba2dc90-243f-4648-9de0-c39e937e893b/mbid-eba2dc90-243f-4648-9de0-c39e937e893b-11726171858_thumb250.jpg",
    "song": "Finest Worksong",
    "track_id": "d17ee05c-4125-45a7-a9a4-305b6fc4cb68",
    "recording_id": "57a95a48-f0e4-42db-b9af-0d9f40c739a6",
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Document",
    "release_id": "eba2dc90-243f-4648-9de0-c39e937e893b",
    "release_group_id": "137385b2-b4cc-385e-9d59-781e7674f5bc",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Kim!\nThe band's fifth studio album and their first to be co-produced by the band and Scott Litt. Peter Buck plays a one-string strum throughout the entirety of \"Finest Worksong\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}