Information about plays

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

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

{
    "id": 3567623,
    "uri": "https://api.kexp.org/v2/plays/3567623/?format=api",
    "airdate": "2025-10-20T13:21:22-07:00",
    "show": 64888,
    "show_uri": "https://api.kexp.org/v2/shows/64888/?format=api",
    "image_uri": "https://coverartarchive.org/release/45c98c4a-8ae2-4ebd-9727-12d0cef6ad82/43308077860-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/45c98c4a-8ae2-4ebd-9727-12d0cef6ad82/43308077860-250.jpg",
    "song": "Betray My Heart",
    "track_id": null,
    "recording_id": "2c909845-aff5-4c2f-850b-423963c3010f",
    "artist": "D'Angelo, The Vanguard",
    "artist_ids": [],
    "album": "Spotify Sessions",
    "release_id": null,
    "release_group_id": "d92882c9-fbd4-4635-808b-70f321e5fba0",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2015-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "D'Angelo (born Michael Eugene Archer) was an American R\\&B singer, songwriter, and record producer known for his pioneering role in the neo-soul movement. \nOn “Betray My Heart,” D'Angelo addresses someone he loves and promises in a reassuring way that he will always be there for him/her, feeling a sincere love.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}