Information about plays

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

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

{
    "id": 3627971,
    "uri": "https://api.kexp.org/v2/plays/3627971/?format=api",
    "airdate": "2026-03-12T03:41:10-07:00",
    "show": 66157,
    "show_uri": "https://api.kexp.org/v2/shows/66157/?format=api",
    "image_uri": "https://coverartarchive.org/release/b29372ff-92c5-4acf-a25b-38f63f390e72/43317874585-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b29372ff-92c5-4acf-a25b-38f63f390e72/43317874585-250.jpg",
    "song": "Smooth",
    "track_id": null,
    "recording_id": "8dee8cf5-a77b-4cfb-a64c-c9db0797d668",
    "artist": "D’Angelo",
    "artist_ids": [
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "Brown Sugar",
    "release_id": null,
    "release_group_id": "a4591f67-48d9-36ae-bc68-2deb954d0a15",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1995-07-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "He was only 51 years old.  Rest in Power, Michael Eugene Archer, who died in October from pancreatic cancer: https://variety.com/2025/music/news/dangelo-dead-neo-soul-pioneer-untitled-voodoo-1236552500/\n--\nEnjoy a live performance of \"Smooth\" in Toronto in 2013: https://www.youtube.com/watch?v=UgcCukSn1JM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}