Information about plays

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

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

{
    "id": 3567289,
    "uri": "https://api.kexp.org/v2/plays/3567289/?format=api",
    "airdate": "2025-10-19T18:05:17-07:00",
    "show": 64879,
    "show_uri": "https://api.kexp.org/v2/shows/64879/?format=api",
    "image_uri": "https://coverartarchive.org/release/0783d66d-7d48-4a80-86b6-0044eade0315/14969678377-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0783d66d-7d48-4a80-86b6-0044eade0315/14969678377-250.jpg",
    "song": "Can't Hide Love",
    "track_id": null,
    "recording_id": null,
    "artist": "D’Angelo",
    "artist_ids": [
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "Live at the Jazz Cafe, London",
    "release_id": null,
    "release_group_id": "b53f2dbe-9eaa-3e79-9cbc-3ce06c3e9f5c",
    "labels": [
        "White"
    ],
    "label_ids": [],
    "release_date": "1996-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "D'Angelo recorded his live rendition of Earth, Wind & Fire's \"Can't Hide Love\" in 1996 on the live album Live at the Jazz Cafe, London.\n\nD'Angelo died October 14, 2025 from a battle with pancreatic cancer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}