Information about plays

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

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

{
    "id": 3584292,
    "uri": "https://api.kexp.org/v2/plays/3584292/?format=api",
    "airdate": "2025-11-28T22:47:56-08:00",
    "show": 65235,
    "show_uri": "https://api.kexp.org/v2/shows/65235/?format=api",
    "image_uri": "https://coverartarchive.org/release/8fc6ad98-b37b-48b2-af99-b8cc1efcde39/6491906051-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8fc6ad98-b37b-48b2-af99-b8cc1efcde39/6491906051-250.jpg",
    "song": "Stakes Is High",
    "track_id": null,
    "recording_id": "bb4ec444-2c48-4e08-8d87-12cc890310b6",
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "Stakes Is High",
    "release_id": null,
    "release_group_id": "2a6020bf-93bf-384f-8378-af380159261d",
    "labels": [],
    "label_ids": [],
    "release_date": "1996-06-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The vocals in \"Stakes Is High\" were sampled for Deltron 3030's \"Positive Contact.\"\n\nJ Dilla co-produced this song from De La Soul. Here's an interview from 2016 with Posdnuos and Maseo about the making of one of their most beloved albums: 1996’s \"Stakes Is High.\": https://www.okayplayer.com/originals/de-la-soul-stakes-is-high.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}