Information about plays

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

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

{
    "id": 3605031,
    "uri": "https://api.kexp.org/v2/plays/3605031/?format=api",
    "airdate": "2026-01-16T09:06:50-08:00",
    "show": 65664,
    "show_uri": "https://api.kexp.org/v2/shows/65664/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "James Brown Is Dead (7 Inch rap version)",
    "track_id": null,
    "recording_id": "b0f638be-1e60-4868-bd60-048e4ab9fa8d",
    "artist": "L.A. Style",
    "artist_ids": [
        "c3f71ed3-3780-4fc3-8d3d-247652cceed1"
    ],
    "album": "James Brown Is Dead",
    "release_id": null,
    "release_group_id": "44ff260f-b27c-312f-bc1c-18afcbcc3aad",
    "labels": [
        "ZYX Records"
    ],
    "label_ids": [
        "672a919c-9050-479a-827c-5570deeaa0c3"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that “James Brown Is Dead” is about celebrity death hoaxes? \n--\n\"Could this be a big misunderstanding?\nIt is the hardest working man in show biz is alive\nSo, yo bust this — Don't be mislead\n'cause the newsman said\nJames Brown is dead...\": https://genius.com/La-style-james-brown-is-dead-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}