Information about plays

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

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

{
    "id": 3603167,
    "uri": "https://api.kexp.org/v2/plays/3603167/?format=api",
    "airdate": "2026-01-11T18:10:37-08:00",
    "show": 65625,
    "show_uri": "https://api.kexp.org/v2/shows/65625/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Free Soul",
    "track_id": null,
    "recording_id": "f48e421e-19f2-414b-b4fe-ed45199510df",
    "artist": "John Klemmer",
    "artist_ids": [
        "e37848cb-455c-4963-bdff-ac19da0b921c"
    ],
    "album": "Blowin’ Gold",
    "release_id": null,
    "release_group_id": "1af1f453-c10e-3b2d-b856-10840614e8b2",
    "labels": [
        "Cadet Concept Records"
    ],
    "label_ids": [
        "7869129f-3e87-4a4f-8f52-a88e1a449a1b"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In John Klemmer's masterful playing of “Free Soul,” Beat Tips wrote that he harnesses, \"powerful sax-based rhythm with a stellar blues-soul-jazz mix, commonly known as jazz fusion or free jazz.\"\n\nRead a review here: https://beattips.com/2019/10/15/what-the-music-taught-me-john-klemmer-free-soul-and-jazz-fusion/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}