Information about plays

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

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

{
    "id": 3621683,
    "uri": "https://api.kexp.org/v2/plays/3621683/?format=api",
    "airdate": "2026-02-24T10:49:19-08:00",
    "show": 66019,
    "show_uri": "https://api.kexp.org/v2/shows/66019/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Saturday Saviour",
    "track_id": "dbdedd72-bfbf-3f8d-8578-830717374e52",
    "recording_id": "43568cee-c78c-4bea-a31d-914797969920",
    "artist": "Failure",
    "artist_ids": [
        "f0ed9f50-70b9-4406-9374-7d76ae21a04a"
    ],
    "album": "Fantastic Planet",
    "release_id": "56d98466-411b-435f-941e-01f1877e59e9",
    "release_group_id": "ffaf0ab2-77e7-35da-b595-fdd8fad38cf3",
    "labels": [
        "Slash",
        "Warner Bros. Records"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f",
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1996-08-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The founding force and career-long creative core of Failure consisted of multi-instrumentalists Ken Andrews and Greg Edwards, a '90s songwriting team practically unrivaled within the claustrophobic confines of post-grunge American rock. The two constantly switched guitar and bass duties in the studio while Andrews took lead vocal duties on the group's three recordings -- Edwards has been credited in interviews with having come up with most of Failure's lyrics.\"\n--\nRead an Allmusic biography of this influential L.A. band:  https://www.allmusic.com/artist/failure-mn0001280807#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}