Information about plays

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

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

{
    "id": 3592219,
    "uri": "https://api.kexp.org/v2/plays/3592219/?format=api",
    "airdate": "2025-12-17T09:24:45-08:00",
    "show": 65401,
    "show_uri": "https://api.kexp.org/v2/shows/65401/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Leaves of Summer",
    "track_id": "440b7051-dab8-31c1-b466-e402a2183a6c",
    "recording_id": "40d2975b-23c7-41b0-bce7-c9ee6d3e6591",
    "artist": "Cranes",
    "artist_ids": [
        "f6dfc44d-5da4-4ed1-949b-32715630dff4"
    ],
    "album": "Wings of Joy",
    "release_id": "04427756-82ff-4416-9295-33742682fd36",
    "release_group_id": "1261929a-1bc1-3d31-9a1e-21ef1bed40d9",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1992-01-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The debut studio album from British rock band Cranes. Cranes formed in 1985 and was named after the mechanical cranes surrounding the city docks near where siblings Alison and Jim Shaw lived. The band's sound has been described as \"gothic minimalism\", dream pop and shoegaze in the early 1990s. \n\nhttps://cranes.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}