Information about plays

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

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

{
    "id": 3603882,
    "uri": "https://api.kexp.org/v2/plays/3603882/?format=api",
    "airdate": "2026-01-13T14:34:51-08:00",
    "show": 65641,
    "show_uri": "https://api.kexp.org/v2/shows/65641/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fulfil Your Spirit",
    "track_id": "f96f91df-df12-405d-a2c4-3657aa6bb2d0",
    "recording_id": "c05758c8-f26f-4171-b545-38626c034d37",
    "artist": "SAULT",
    "artist_ids": [
        "23b19bc5-813e-4456-bbae-ac3ca118f535"
    ],
    "album": "Chapter 1",
    "release_id": "51834eb9-d016-419b-a3b7-d4b5ffc78359",
    "release_group_id": "da6e8c6e-edcb-4fe6-a81a-aeb5148961de",
    "labels": [
        "Forever Living Originals"
    ],
    "label_ids": [
        "81e61c90-28f2-4dcb-b656-cac924dfa331"
    ],
    "release_date": "2026-01-09",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Music from SAULT! The new album \"Chapter 1\" released earlier this month, last Friday!\n---\nListen to the rest of the album here:\nhttps://saultglobal.bandcamp.com/album/chapter-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}