Information about plays

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

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

{
    "id": 3592667,
    "uri": "https://api.kexp.org/v2/plays/3592667/?format=api",
    "airdate": "2025-12-18T11:48:45-08:00",
    "show": 65410,
    "show_uri": "https://api.kexp.org/v2/shows/65410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sabbath Bloody Sabbath",
    "track_id": null,
    "recording_id": "7fa049d6-b719-4070-9917-5dc2e950e59e",
    "artist": "Black Sabbath",
    "artist_ids": [
        "5182c1d9-c7d2-4dad-afa0-ccfeada921a8"
    ],
    "album": "Sabbath Bloody Sabbath",
    "release_id": null,
    "release_group_id": "305f4400-c949-42c4-91b5-b22f03123e2b",
    "labels": [
        "WWA Records"
    ],
    "label_ids": [
        "79a5f6e3-f893-4725-b309-47aeabe61535"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of 2025's biggest losses was the one and only Ozzy Osbourne who passed at the age of 76 on July 22nd.\n\nNo official cause of death has been revealed, but Osbourne suffered from a rare genetic condition called Parkinsonism, with symptoms similar to Parkinson’s disease, exacerbated by his chronic drug abuse.\n\nOsbourne, AKA the “Prince of Darkness,” was known as one of the most notorious figures in rock and roll. His band Black Sabbath released their self-titled debut in 1970. The band released further albums that were regarded as foundational to the heavy metal genre. He played with the band until 1979, when he was fired due to his drug and alcohol dependency and replaced with Ronnie James Dio.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}