Information about plays

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

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

{
    "id": 3597624,
    "uri": "https://api.kexp.org/v2/plays/3597624/?format=api",
    "airdate": "2025-12-29T13:37:04-08:00",
    "show": 65508,
    "show_uri": "https://api.kexp.org/v2/shows/65508/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Magic Mountain",
    "track_id": null,
    "recording_id": "c450fc04-eaac-40ae-9994-28d9ebade8cb",
    "artist": "Eric Burdon & War",
    "artist_ids": [
        "3e6bbdb8-66c8-439c-a3d9-87391ce88740"
    ],
    "album": "Love Is All Around",
    "release_id": null,
    "release_group_id": "6209166e-bc77-3390-a851-1ef266143afd",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Magic Mountain\" was the B-side to \"Spill the Wine.\" Eric Burdon said that the \"song was basically about a Californian mountain called Mount Tamalpais, and back in the hippie days we all used to go up there and hang out. But the DJs wouldn’t play the song because they wrongly assumed the lyrics were all about sex and drugs.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}