Information about plays

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

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

{
    "id": 3632015,
    "uri": "https://api.kexp.org/v2/plays/3632015/?format=api",
    "airdate": "2026-03-21T17:58:35-07:00",
    "show": 66243,
    "show_uri": "https://api.kexp.org/v2/shows/66243/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Go Breakin' My Heart",
    "track_id": null,
    "recording_id": "7b33784f-3e32-463a-9c89-04a70bf040ca",
    "artist": "Alien Crime Syndicate",
    "artist_ids": [
        "1969fd1d-cfdb-456a-833b-79638916d346"
    ],
    "album": "Break the Record",
    "release_id": null,
    "release_group_id": "1f2b0c42-a492-49ab-8c5d-2ccc889a2e46",
    "labels": [
        "The Control Group"
    ],
    "label_ids": [
        "285c66f9-f711-4d13-a071-754e08bba631"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle!\n\n'A cover of \"Don't Go Breakin' My Heart\", includes guest appearances by Kim Warnick (ex. Fastbacks front woman) on guest vocals, and former Guns and Roses member Duff McKagen on bass.'\n\nhttps://www.inmusicwetrust.com/articles/61r03.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}