Information about plays

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

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

{
    "id": 3572216,
    "uri": "https://api.kexp.org/v2/plays/3572216/?format=api",
    "airdate": "2025-10-31T12:44:58-07:00",
    "show": 64983,
    "show_uri": "https://api.kexp.org/v2/shows/64983/?format=api",
    "image_uri": "https://ia801502.us.archive.org/8/items/mbid-d79908a0-f9cc-450f-a32a-534367d9e41e/mbid-d79908a0-f9cc-450f-a32a-534367d9e41e-11936105917_thumb500.jpg",
    "thumbnail_uri": "https://ia601502.us.archive.org/8/items/mbid-d79908a0-f9cc-450f-a32a-534367d9e41e/mbid-d79908a0-f9cc-450f-a32a-534367d9e41e-11936105917_thumb250.jpg",
    "song": "Frankenstein",
    "track_id": "9b032706-d526-3ed1-91b0-46feba025dc0",
    "recording_id": "f7de2001-a344-4e0f-8ea2-cda180b807d8",
    "artist": "The Edgar Winter Group",
    "artist_ids": [
        "d1c7bef2-12cb-4fe8-b9bc-3b58e3ac0c5c"
    ],
    "album": "They Only Come Out at Night",
    "release_id": "d79908a0-f9cc-450f-a32a-534367d9e41e",
    "release_group_id": "79f409d1-972d-30e8-b9db-6805a9844d7d",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1972-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"In 1972, American blues rock multi-instrumentalist Edgar Winter brought together Dan Hartman, Ronnie Montrose, and Chuck Ruff to form the Edgar Winter Group, the legendary band that created such classic rock hits as the number one 'Frankenstein' and the ever popular 'Free Ride.'\"\nhttps://tinyurl.com/4xrmhj98",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}