Information about plays

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

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

{
    "id": 3616846,
    "uri": "https://api.kexp.org/v2/plays/3616846/?format=api",
    "airdate": "2026-02-13T05:11:43-08:00",
    "show": 65919,
    "show_uri": "https://api.kexp.org/v2/shows/65919/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Need a Little Sugar in My Bowl",
    "track_id": "1f659168-bfa0-4bff-9ccc-8ddf63f7adbf",
    "recording_id": "0ea2fb16-ffa8-44ca-88d2-8788b02094fb",
    "artist": "Bessie Smith",
    "artist_ids": [
        "ffa28768-ecda-42c6-ac49-6ce5c7d33043"
    ],
    "album": "Martin Scorsese Presents the Blues: Bessie Smith",
    "release_id": "2574c494-78f3-4f9b-806e-b80fa067d119",
    "release_group_id": "034e7db6-967f-3e49-9103-8f5d38bfe628",
    "labels": [
        "Columbia",
        "Legacy"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2004-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We could all use a little sugar in our bowl. Pretty racy for 1931.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}