Information about plays

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

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

{
    "id": 3629428,
    "uri": "https://api.kexp.org/v2/plays/3629428/?format=api",
    "airdate": "2026-03-15T18:27:04-07:00",
    "show": 66191,
    "show_uri": "https://api.kexp.org/v2/shows/66191/?format=api",
    "image_uri": "https://coverartarchive.org/release/37a4bfa3-bd9c-4ce7-8fb2-f2c9662dbe56/28514767736-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/37a4bfa3-bd9c-4ce7-8fb2-f2c9662dbe56/28514767736-250.jpg",
    "song": "Risin' to the Top",
    "track_id": null,
    "recording_id": "39749164-623f-4d82-8ed1-ecf9d9fbe35b",
    "artist": "Keni Burke",
    "artist_ids": [
        "e2d38070-361c-43f2-bca3-d08c54222761"
    ],
    "album": "Changes",
    "release_id": null,
    "release_group_id": "bb77f937-b2e9-3756-ab38-b92607ccca91",
    "labels": [
        "Funky Town Grooves"
    ],
    "label_ids": [
        "9594639d-47ae-4355-a633-d62e73748e34"
    ],
    "release_date": "1982-04-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Risin' to the Top\" is a song by former Five Stairsteps member Keni Burke. Released in 1982 from his third solo album, Changes, it became his most successful hit as a solo artist, peaking at number 63 on the US Billboard R&B charts, and is considered Burke's signature song.\n\nKeni Burke was a member of the soul group the Five Stairsteps. They were known for their biggest hit, O-o-h Child, which has been famously sampled by LL Cool J (\"Around the Way Girl\"), Pete Rock & CL Smooth (\"Take You There\")and Mary J. Blige (\"Love No Limit\").",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}