Information about plays

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

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

{
    "id": 3545104,
    "uri": "https://api.kexp.org/v2/plays/3545104/?format=api",
    "airdate": "2025-08-26T15:11:38-07:00",
    "show": 64394,
    "show_uri": "https://api.kexp.org/v2/shows/64394/?format=api",
    "image_uri": "https://coverartarchive.org/release/1c2da0f7-e6be-4883-876c-7934a2cf8a56/3532533058-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1c2da0f7-e6be-4883-876c-7934a2cf8a56/3532533058-250.jpg",
    "song": "Joanna",
    "track_id": null,
    "recording_id": "4701c383-3680-4b34-ab41-5a314cf5a476",
    "artist": "Kool & the Gang",
    "artist_ids": [
        "2469950a-f0ca-425a-bfbc-baf55ea3afde"
    ],
    "album": "In the Heart",
    "release_id": null,
    "release_group_id": "1008e88e-f3b3-3902-99cf-50a4dfa7e357",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1983-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout Out Chris!\n---\nJoanna, I love you\nYou're the one, the one for me\n\nSing- Along here:\nhttps://genius.com/Kool-and-the-gang-joanna-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}