Information about plays

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

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

{
    "id": 3627073,
    "uri": "https://api.kexp.org/v2/plays/3627073/?format=api",
    "airdate": "2026-03-09T10:26:06-07:00",
    "show": 66136,
    "show_uri": "https://api.kexp.org/v2/shows/66136/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fire on the Mountain",
    "track_id": "eafd6ad0-02d1-36f8-a979-01ceb489282b",
    "recording_id": "5fce2044-1f2f-4064-81f6-b749ea10c0ef",
    "artist": "Grateful Dead",
    "artist_ids": [
        "6faa7ca7-0d99-4a5e-bfa6-1fd5037520c6"
    ],
    "album": "Shakedown Street",
    "release_id": "ad9d1c0d-58f8-4fa6-bdf2-f7daeb058b48",
    "release_group_id": "8746cc0f-cf83-3878-b7c0-89913edc5210",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1978-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was written by lyricist Robert Hunter and composed by drummer Mickey Hart. \n\nThe lyrics, according to Robert Hunter in Box of Rain, were “Written at Mickey Hart's ranch in heated inspiration as the surrounding hills blazed and the fire approached the recording studio where we were working.”\n\nHere is The Dead, playing \"Fire on the Mountain\" at Winterland in 1978: https://youtu.be/H6244sbhkGY\n\nSupport music discovery and re-discovery on KEXP!\nhttps://kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}