Information about plays

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

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

{
    "id": 3592728,
    "uri": "https://api.kexp.org/v2/plays/3592728/?format=api",
    "airdate": "2025-12-18T15:52:40-08:00",
    "show": 65411,
    "show_uri": "https://api.kexp.org/v2/shows/65411/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trip to Your Heart",
    "track_id": null,
    "recording_id": "945ca6c3-8861-41dd-8c6e-47fec106d758",
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "A Whole New Thing",
    "release_id": null,
    "release_group_id": "81520c13-a94c-390b-af56-bc83039ad7b7",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sylvester Stewart (Sly Stone) died this year at age 82.  The Guardian says that he \"changed the direction of African-American popular music not once but twice.\" It says, \" Initially promoting a utopian vision of racial and sexual unity with catchy, imaginative and anthemic songs, he then morphed into a shadowy, stoned figure whose downbeat music mirrored the disenchantment of the early 1970s.\": https://www.theguardian.com/music/2025/jun/10/sly-stone-obituary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}