Information about plays

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

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

{
    "id": 3656386,
    "uri": "https://api.kexp.org/v2/plays/3656386/?format=api",
    "airdate": "2026-05-18T12:23:46-07:00",
    "show": 66751,
    "show_uri": "https://api.kexp.org/v2/shows/66751/?format=api",
    "image_uri": "https://dn711008.ca.archive.org/0/items/mbid-014d13d5-0a63-33a3-ab95-4a29981dfee1/mbid-014d13d5-0a63-33a3-ab95-4a29981dfee1-19307346851_thumb500.jpg",
    "thumbnail_uri": "https://dn711008.ca.archive.org/0/items/mbid-014d13d5-0a63-33a3-ab95-4a29981dfee1/mbid-014d13d5-0a63-33a3-ab95-4a29981dfee1-19307346851_thumb250.jpg",
    "song": "Outshined",
    "track_id": "125648ef-1dad-3885-8743-de0e3286319c",
    "recording_id": "5583123a-a245-48b3-bcea-e178b7e9721e",
    "artist": "Soundgarden",
    "artist_ids": [
        "153c9281-268f-4cf3-8938-f5a4593e5df4"
    ],
    "album": "Badmotorfinger",
    "release_id": "014d13d5-0a63-33a3-ab95-4a29981dfee1",
    "release_group_id": "85766188-9484-333e-b8ae-a5cab5e5167b",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Honoring the life and legacy of Chris Cornell, who died on this date in 2017 at the age of 52.\n\n\"Outshined\" was written by Chris Cornell and was first released in 1991 as the second single from the band's third studio album, Badmotorfinger (1991). It became the band's first single to reach the U.S. Mainstream Rock charts, where it peaked at number 45.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}