Information about plays

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

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

{
    "id": 3625556,
    "uri": "https://api.kexp.org/v2/plays/3625556/?format=api",
    "airdate": "2026-03-05T08:47:50-08:00",
    "show": 66096,
    "show_uri": "https://api.kexp.org/v2/shows/66096/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Symphony no. 7 in A major, op. 92: II. Allegretto",
    "track_id": "bd40585d-5bb4-3f17-a5be-bd0d155c0c7c",
    "recording_id": "ba8450ac-38de-46ab-935d-4f4162131655",
    "artist": "Ludwig van Beethoven",
    "artist_ids": [
        "1f9df192-a621-4f54-8850-2c5373b7eac9"
    ],
    "album": "Symphony no. 7",
    "release_id": "c582de69-39e2-49d8-a0c9-3d406a33a837",
    "release_group_id": "0c7e48aa-b61c-355b-9a68-92122da670c1",
    "labels": [
        "RCA Victrola"
    ],
    "label_ids": [
        "f87638b5-9b23-4f75-9c2e-3dfd0816bb35"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beethoven began his Symphony No. 7 in the summer of 1811 while vacationing in the Bohemian spa city of Teplitz, completing it several months later. He himself conducted the premiere at a concert to benefit Austrian and Bavarian soldiers wounded at the battle of Hanau in the Napoleonic Wars.\n--\nHere's an NPR feature on this beautiful piece of music: https://www.npr.org/templates/story/story.php?storyId=5481664",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}