Information about plays

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

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

{
    "id": 3592725,
    "uri": "https://api.kexp.org/v2/plays/3592725/?format=api",
    "airdate": "2025-12-18T15:39:55-08:00",
    "show": 65411,
    "show_uri": "https://api.kexp.org/v2/shows/65411/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Smooth",
    "track_id": null,
    "recording_id": "8dee8cf5-a77b-4cfb-a64c-c9db0797d668",
    "artist": "D'Angelo",
    "artist_ids": [],
    "album": "Brown Sugar",
    "release_id": null,
    "release_group_id": "a4591f67-48d9-36ae-bc68-2deb954d0a15",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "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"
}