Information about plays

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

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

{
    "id": 3620077,
    "uri": "https://api.kexp.org/v2/plays/3620077/?format=api",
    "airdate": "2026-02-20T22:03:11-08:00",
    "show": 65987,
    "show_uri": "https://api.kexp.org/v2/shows/65987/?format=api",
    "image_uri": "https://coverartarchive.org/release/134f604b-6d49-4354-bb52-7ad1475c98bb/27075244543-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/134f604b-6d49-4354-bb52-7ad1475c98bb/27075244543-250.jpg",
    "song": "They Reminisce Over You (T.R.O.Y.)",
    "track_id": null,
    "recording_id": "2e2764e4-9b9f-4ff3-816b-122775d97d0e",
    "artist": "Pete Rock & C.L. Smooth",
    "artist_ids": [
        "cff77480-7ba4-4206-b1a8-e1b98b38f07c"
    ],
    "album": "They Reminisce Over You (T.R.O.Y.)",
    "release_id": null,
    "release_group_id": "744e3a83-d39c-45e7-809e-6986fcaceaf8",
    "labels": [],
    "label_ids": [],
    "release_date": "1992-04-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The bassline and saxophone on this track were sampled from an obscure 1967 cover of the Jefferson Airplane song \"Today\" by Tom Scott and The California Dreamers.\n--\n\"They Reminisce Over You (T.R.O.Y.)\" is a song by Pete Rock & CL Smooth, inspired by the death of their close friend Troy Dixon (better known as \"Trouble\" T. Roy of Heavy D & the Boyz) in 1990. The song was the lead single off their debut album, Mecca and the Soul Brother, released in 1992, and later became a staple of early 1990s hip hop.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}