Information about plays

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

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

{
    "id": 3568979,
    "uri": "https://api.kexp.org/v2/plays/3568979/?format=api",
    "airdate": "2025-10-23T15:02:04-07:00",
    "show": 64912,
    "show_uri": "https://api.kexp.org/v2/shows/64912/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heaven Must Be Like This",
    "track_id": null,
    "recording_id": "dfe520a8-46c9-4350-8bb3-169da2fb477a",
    "artist": "D'Angelo",
    "artist_ids": [],
    "album": "D'Angelo",
    "release_id": null,
    "release_group_id": "96f7144a-2765-486e-8f1b-9dd9c1ad0fb8",
    "labels": [
        "Good Vibes"
    ],
    "label_ids": [
        "40b1c182-cc39-4446-abf2-45b0e54206ac"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "D'Angelo's \"Heaven Must Be Like This\" is a  live-sounding cover of the Ohio Players' 1974 funk classic that showcases his deep appreciation for vintage soul and his incredible vocal talent. The track appeared on the soundtrack for the 1998 film Down in the Delta and was also part of D'Angelo's Live at the Jazz Cafe recordings.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}