Information about plays

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

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

{
    "id": 3568943,
    "uri": "https://api.kexp.org/v2/plays/3568943/?format=api",
    "airdate": "2025-10-23T13:04:11-07:00",
    "show": 64911,
    "show_uri": "https://api.kexp.org/v2/shows/64911/?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": "Me and Those Dreamin’ Eyes of Mine (acapella)",
    "track_id": null,
    "recording_id": null,
    "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": [
        "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": "Happy Thursday and welcome to The Afternoon Show with the knowledgeable Larry Mizell, Jr. and delightful producer Sharlese! Today, on OG Thursday, we’re remembering the architect of neo-soul, D’Angelo, his artistry and influence. D’Angelo died last week from pancreatic cancer at age 51: https://www.nytimes.com/2025/10/14/arts/music/dangelo-dead.html Thanks for being here with us!\n--\nWatch D'Angelo perform this live in Paris in 2012: https://www.youtube.com/watch?v=HGPAg4_WAo0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}