Information about plays

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

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

{
    "id": 3599595,
    "uri": "https://api.kexp.org/v2/plays/3599595/?format=api",
    "airdate": "2026-01-03T09:36:10-08:00",
    "show": 65552,
    "show_uri": "https://api.kexp.org/v2/shows/65552/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your House",
    "track_id": null,
    "recording_id": "a0d877cc-4fd7-4421-9450-063aa10347f0",
    "artist": "Steel Pulse",
    "artist_ids": [
        "37367b2f-69e4-4df2-9e64-75ca6204764b"
    ],
    "album": "One Step Beyond: The Unstoppable Rhythm of Reggae & Ska",
    "release_id": null,
    "release_group_id": "04fc9c07-a46c-377b-b1d7-99d4ba4f8ac3",
    "labels": [],
    "label_ids": [],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Steel Pulse are a roots reggae band from the Handsworth area of Birmingham, England. They originally formed at Handsworth Wood Boys School, and were composed of David Hinds, Basil Gabbidon, and Ronald McQueen; along with Basil's brother Colin briefly on drums and Mykaell Riley.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}