Information about plays

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

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

{
    "id": 3616996,
    "uri": "https://api.kexp.org/v2/plays/3616996/?format=api",
    "airdate": "2026-02-13T13:52:22-08:00",
    "show": 65922,
    "show_uri": "https://api.kexp.org/v2/shows/65922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fire in the Sky",
    "track_id": "6c43e2ad-1754-46a2-a81c-5aec9dd597ff",
    "recording_id": "061e3d50-2f50-4925-989a-33ed24bd8f3e",
    "artist": "Anderson .Paak",
    "artist_ids": [
        "d02dd67e-f655-4600-bc47-f789f59e7367"
    ],
    "album": "Fire in the Sky",
    "release_id": "a570faf2-2cf8-41f7-9666-d232d99a3573",
    "release_group_id": "20e01d9a-6bf6-49fc-906a-872ff596d944",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2021-09-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song by Anderson .Paak was used in the Marvel movie, Shang-Chi and The Legend of the Ten Rings.  The song has seven credited songwriters, one of whom is .Paak’s Silk Sonic partner Bruno Mars. \n\nhttp://tinyurl.com/3vcasr52",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}