Information about plays

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

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

{
    "id": 3636892,
    "uri": "https://api.kexp.org/v2/plays/3636892/?format=api",
    "airdate": "2026-04-02T14:10:17-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "https://coverartarchive.org/release/f20f0f19-a410-4a30-9e61-b20eb933700d/2433341428-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f20f0f19-a410-4a30-9e61-b20eb933700d/2433341428-250.jpg",
    "song": "Make Sure",
    "track_id": null,
    "recording_id": "96a8ad21-c04c-490f-b4ca-08d8cfdae86a",
    "artist": "Lupe Fiasco",
    "artist_ids": [
        "cf15719f-51f9-4db8-a15d-5eed9664ce69"
    ],
    "album": "Lupe Fiasco’s Food & Liquor",
    "release_id": null,
    "release_group_id": "3d19dd5c-9a0e-35c4-aeb8-c64ea898f1b6",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Directly sampling \"T\" Plays It Cool. \n---\nMake Sure\" is a song by American rapper Lupe Fiasco (Wasalu Muhammad Jaco), leaked online in April 2006 as an unreleased cut from his debut studio album, Lupe Fiasco's Food & Liquor",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}