Information about plays

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

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

{
    "id": 3572136,
    "uri": "https://api.kexp.org/v2/plays/3572136/?format=api",
    "airdate": "2025-10-31T07:52:47-07:00",
    "show": 64982,
    "show_uri": "https://api.kexp.org/v2/shows/64982/?format=api",
    "image_uri": "https://ia601302.us.archive.org/3/items/mbid-ad6c6b58-23bd-471d-bafa-bf0e2b3f2636/mbid-ad6c6b58-23bd-471d-bafa-bf0e2b3f2636-5254303248_thumb500.jpg",
    "thumbnail_uri": "https://ia601302.us.archive.org/3/items/mbid-ad6c6b58-23bd-471d-bafa-bf0e2b3f2636/mbid-ad6c6b58-23bd-471d-bafa-bf0e2b3f2636-5254303248_thumb250.jpg",
    "song": "Sweet Leaf",
    "track_id": "7270987b-ee93-36c0-b9f3-069871b4722d",
    "recording_id": "700219b2-78a7-44ec-813a-a070dd988aff",
    "artist": "Black Sabbath",
    "artist_ids": [
        "5182c1d9-c7d2-4dad-afa0-ccfeada921a8"
    ],
    "album": "Master of Reality",
    "release_id": "ad6c6b58-23bd-471d-bafa-bf0e2b3f2636",
    "release_group_id": "e51e9779-2edc-3b39-959c-299fdb5ed940",
    "labels": [
        "Vertigo"
    ],
    "label_ids": [
        "1b3b52a5-ef89-4f8b-8d5f-e15a7a58863b"
    ],
    "release_date": "1971-07-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Speaking of Black Sabbath...\n--\nThe sound at the beginning is guitarist Tony Iommi coughing after inhaling marijuana smoke from a bong.\n--\nThe guitar riff was taken from Frank Zappa & The Mothers of Invention's \"Hungry Freaks, Daddy.\" This riff can also be heard at the end of the Red Hot Chili Peppers song \"Give It Away\" and is the basis for the song \"Rhymin' and Stealin'\" by The Beastie Boys.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}