Information about plays

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

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

{
    "id": 3627945,
    "uri": "https://api.kexp.org/v2/plays/3627945/?format=api",
    "airdate": "2026-03-12T02:08:57-07:00",
    "show": 66157,
    "show_uri": "https://api.kexp.org/v2/shows/66157/?format=api",
    "image_uri": "https://coverartarchive.org/release/42ab5278-3d2f-4d30-9785-17ffa8d587f4/38991533939-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/42ab5278-3d2f-4d30-9785-17ffa8d587f4/38991533939-250.jpg",
    "song": "Tell Me Something Good",
    "track_id": null,
    "recording_id": "629056de-7b82-47af-af3c-3071df15a32a",
    "artist": "Rufus featuring Chaka Khan",
    "artist_ids": [
        "ec6b11b5-d6a6-4c77-af55-8076a160cc94",
        "900e9144-019d-4043-86cb-ec0e127c39d0"
    ],
    "album": "Rags to Rufus",
    "release_id": null,
    "release_group_id": "78ea6eb4-a10e-3b37-af06-53a42b59397d",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Out to David in Skykomish!\n\nRufus released \"Tell Me Something Good\" on the 1974 album Rags to Rufus.\n\nStevie Wonder wrote this song and recorded it himself, but his version was never released because he gave the song to Rufus -- since Stevie was a fan of their lead singer, Chaka Khan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}