Information about plays

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

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

{
    "id": 3581885,
    "uri": "https://api.kexp.org/v2/plays/3581885/?format=api",
    "airdate": "2025-11-23T11:06:53-08:00",
    "show": 65188,
    "show_uri": "https://api.kexp.org/v2/shows/65188/?format=api",
    "image_uri": "https://coverartarchive.org/release/58cf3a7c-5e97-4511-b176-af929cfdb56e/35328404608-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/58cf3a7c-5e97-4511-b176-af929cfdb56e/35328404608-250.jpg",
    "song": "Stagolee",
    "track_id": null,
    "recording_id": "6986bd61-21c6-4230-99e4-a08d832137af",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Avalon Blues: A Tribute to Mississippi John Hurt",
    "release_id": null,
    "release_group_id": "6a98c001-1f78-3d4c-a2ef-e8951de0d1f7",
    "labels": [
        "Vanguard"
    ],
    "label_ids": [
        "40998461-7dfe-4fe1-8ece-8547438c4938"
    ],
    "release_date": "2001-06-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in 1994 ; Beck says \"Devil's Haircut\" off of Odelay was his take on the Stagger Lee myth (in addition to this straightforward version) ; https://www.americanbluesscene.com/a-brief-history-of-stagger-lee-and-billy-lyons ; https://www.beck.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}