Information about plays

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

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

{
    "id": 3563105,
    "uri": "https://api.kexp.org/v2/plays/3563105/?format=api",
    "airdate": "2025-10-09T16:52:03-07:00",
    "show": 64788,
    "show_uri": "https://api.kexp.org/v2/shows/64788/?format=api",
    "image_uri": "https://ia800804.us.archive.org/13/items/mbid-7b952493-a2a9-4470-92b0-642fd46d191c/mbid-7b952493-a2a9-4470-92b0-642fd46d191c-9837414845_thumb500.jpg",
    "thumbnail_uri": "https://ia800804.us.archive.org/13/items/mbid-7b952493-a2a9-4470-92b0-642fd46d191c/mbid-7b952493-a2a9-4470-92b0-642fd46d191c-9837414845_thumb250.jpg",
    "song": "Power to the People",
    "track_id": "b720ea47-dca7-3361-9e6e-6a4b8be8d298",
    "recording_id": "d5eb6a56-3d29-4405-a0c1-d22909a563a7",
    "artist": "Public Enemy",
    "artist_ids": [
        "bf2e15d0-4b77-469e-bfb4-f8414415baca"
    ],
    "album": "Fear of a Black Planet",
    "release_id": "7b952493-a2a9-4470-92b0-642fd46d191c",
    "release_group_id": "13cf2244-c850-304d-bc46-b30e3f10e0cc",
    "labels": [
        "Def Jam Recordings",
        "Columbia"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004",
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#145...\n\nPublic Enemy’s Chuck D. tells the story behind the songs on 1990’s smash ‘Fear of a Black Planet.’ Read, listen and learn. Excerpted from Chuck D’s “Lyrics Of A Rap Revolutionary.” \n\nListen and read here: https://www.billboard.com/music/music-news/public-enemys-fear-of-a-black-planet-track-by-track-959003/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}