Information about plays

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

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

{
    "id": 3583351,
    "uri": "https://api.kexp.org/v2/plays/3583351/?format=api",
    "airdate": "2025-11-26T18:52:31-08:00",
    "show": 65217,
    "show_uri": "https://api.kexp.org/v2/shows/65217/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Talkin’ John Birch Paranoid Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "Bob Dylan",
    "artist_ids": [],
    "album": "The Freewheelin’ Bob Dylan",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Record Store Day: Black Friday\n\nThe first ever release of The Freewheelin’ Bob Dylan as it was originally conceived, including four tracks that were withdrawn before the album came out: Rocks And Gravel, Let Me Die in My Footsteps, Rambling, Gambling Willie and Talking’ John Birch Paranoid Blues. With the original never-before seen liner notes.\n\n\nTracklist\nSide A\n1. Blowin’ In The Wind\n2. Rocks And Gravel*\n3. A Hard Rain’s A-Gonna Fall\n4. Down The Highway\n5. Bob Dylan’s Blues\n6. Let Me Die In My Footsteps*\nSide B\n1. Don’t Think Twice It’s All Right\n2. Rambling, Gambling Willie*\n3. Oxford Town\n4. Corrina, Corrina\n5. Talkin’ John Birch Paranoid Blues*\n6. Honey, Just Allow Me One More Chance\n7. I Shall Be Free",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}