Information about plays

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

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

{
    "id": 3599596,
    "uri": "https://api.kexp.org/v2/plays/3599596/?format=api",
    "airdate": "2026-01-03T09:39:34-08:00",
    "show": 65552,
    "show_uri": "https://api.kexp.org/v2/shows/65552/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hills & Valleys",
    "track_id": null,
    "recording_id": "238bc780-3746-40c0-bb52-bd125eefbb55",
    "artist": "Buju Banton",
    "artist_ids": [
        "9f525d0b-3911-4c83-b0d1-e90aa1fd2d14"
    ],
    "album": "Rastaman Vibration",
    "release_id": null,
    "release_group_id": "4c73e68d-e32f-4474-84e1-aa03c3aecb25",
    "labels": [],
    "label_ids": [],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Buju Banton (born Mark Anthony Myrie on July 15, 1973) is a highly influential Jamaican dancehall and reggae artist known for his powerful voice, conscious lyrics, and transition from hardcore dancehall to spiritual roots reggae after embracing Rastafari. He rose to fame in the 1990s, breaking records in Jamaica, winning a Grammy for Before the Dawn, and experiencing a notable prison sentence (2011-2018) before his triumphant return to music with his \"Long Walk to Freedom Tour\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}