Information about plays

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

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

{
    "id": 3608007,
    "uri": "https://api.kexp.org/v2/plays/3608007/?format=api",
    "airdate": "2026-01-23T09:40:57-08:00",
    "show": 65730,
    "show_uri": "https://api.kexp.org/v2/shows/65730/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Symphony no. 7 in A major, op. 92: II. Allegretto",
    "track_id": "85040f90-7340-3071-9758-2e93c638e6ad",
    "recording_id": "21aa0eb5-be7e-4c18-91d4-9110d798a1ac",
    "artist": "Ludwig van Beethoven",
    "artist_ids": [
        "1f9df192-a621-4f54-8850-2c5373b7eac9"
    ],
    "album": "Symphony no. 7 in A, op. 92 / Symphony no. 8 in F, op. 93",
    "release_id": "3faf6834-4a38-4ce7-b510-95c204094811",
    "release_group_id": "ab64ebf9-c539-4190-8c65-0efbea272e75",
    "labels": [
        "IMP Classics"
    ],
    "label_ids": [
        "cb1c9bce-068b-4c88-a26f-067702a40416"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that Franz Schubert was haunted by that movement throughout his entire career? Among the evidence for that claim is a passage in the fifth variation of Schubert’s Variations in A-flat major for Four Hands, written 11 years after the premiere of Beethoven’s Seventh Symphony, in which Schubert—who, as a teen, actually witnessed its premiere 200 years ago—quotes the Allegretto.\nLearn more about this music called \"the greatest music ever.\": https://stringsmagazine.com/beethovens-allegretto-greatest-music-ever/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}