Information about plays

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

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

{
    "id": 3594375,
    "uri": "https://api.kexp.org/v2/plays/3594375/?format=api",
    "airdate": "2025-12-22T07:28:06-08:00",
    "show": 65447,
    "show_uri": "https://api.kexp.org/v2/shows/65447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paranoid",
    "track_id": "47d20cbe-5b6f-369c-a59f-03469cbb685d",
    "recording_id": "868e3b55-4e4a-475f-94a8-020a6edc0aa2",
    "artist": "Black Sabbath",
    "artist_ids": [
        "5182c1d9-c7d2-4dad-afa0-ccfeada921a8"
    ],
    "album": "Paranoid",
    "release_id": "d820f080-845a-4525-8e46-087ce9f8cdda",
    "release_group_id": "cc053745-c447-3566-8f27-bed5438c9133",
    "labels": [
        "Vertigo"
    ],
    "label_ids": [
        "1b3b52a5-ef89-4f8b-8d5f-e15a7a58863b"
    ],
    "release_date": "1970-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Ozzy!\n\nTony Iommi on Ozzy and the final concert:\n\"He loved what he did, he loved music, he loved playing together, and I'm so glad we had the opportunity of getting together again to do the [farewell] show,\" Iommi told BBC Radio 4's Today. \n\nhttps://www.bbc.com/news/articles/c17w4wn71z9o\n\nBlack Sabbath's final song ever played live was \"Paranoid\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}