Information about plays

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

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

{
    "id": 3602204,
    "uri": "https://api.kexp.org/v2/plays/3602204/?format=api",
    "airdate": "2026-01-09T10:37:11-08:00",
    "show": 65603,
    "show_uri": "https://api.kexp.org/v2/shows/65603/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Quick 16 for Mama",
    "track_id": "1cf8d69e-77f4-4273-8996-00f0b3300fd1",
    "recording_id": "16399fe7-b990-4b8b-b1d4-78471f6bf960",
    "artist": "De La Soul feat. Killer Mike",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017",
        "47864525-aea7-439a-800f-17c57e51cbcc"
    ],
    "album": "Cabin in the Sky",
    "release_id": "ffdb0202-6992-4e20-8385-9c8cea86096a",
    "release_group_id": "05e414ac-82dd-4fbd-bd85-a6d294c8a1df",
    "labels": [
        "Mass Appeal"
    ],
    "label_ids": [
        "6f6e9784-ac68-4dcc-9790-d6b3edbb1a56"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"That’s not to say things don’t get heavy occasionally. Cabin in the Sky is guided by a loose concept involving the titular houses where loved ones stay after they pass on. Pos often grapples with the loneliness and selfishness brought on by Dave’s absence, a wound he’s aware will never fully heal.\" \n\nRead more from this review of the 2025 album: https://tinyurl.com/3b6vjwvy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}