Information about plays

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

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

{
    "id": 3547397,
    "uri": "https://api.kexp.org/v2/plays/3547397/?format=api",
    "airdate": "2025-09-01T02:41:08-07:00",
    "show": 64442,
    "show_uri": "https://api.kexp.org/v2/shows/64442/?format=api",
    "image_uri": "https://ia800509.us.archive.org/16/items/mbid-087a9f24-216b-44a0-91cf-5c854a8ccc72/mbid-087a9f24-216b-44a0-91cf-5c854a8ccc72-14185588549_thumb500.jpg",
    "thumbnail_uri": "https://ia800509.us.archive.org/16/items/mbid-087a9f24-216b-44a0-91cf-5c854a8ccc72/mbid-087a9f24-216b-44a0-91cf-5c854a8ccc72-14185588549_thumb250.jpg",
    "song": "St. James Infirmary",
    "track_id": "f1f04c6b-588e-3574-bc1f-12190533a9df",
    "recording_id": "a30f47ba-fb16-474a-a698-7ca5e9128d48",
    "artist": "James Booker",
    "artist_ids": [
        "fe155348-c8a6-4d09-af55-4d9a53b89e76"
    ],
    "album": "Resurrection of the Bayou Maharajah",
    "release_id": "087a9f24-216b-44a0-91cf-5c854a8ccc72",
    "release_group_id": "b8fc0c4b-c9fc-3175-ad29-f088780c011e",
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1993-07-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One Of the most haunting performances from one of the underrated musical geniuses of our time, the original \"Gonzo\" The New Orleans Piano Prince, James Booker",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}