Information about plays

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

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

{
    "id": 3660253,
    "uri": "https://api.kexp.org/v2/plays/3660253/?format=api",
    "airdate": "2026-05-27T14:32:14-07:00",
    "show": 66829,
    "show_uri": "https://api.kexp.org/v2/shows/66829/?format=api",
    "image_uri": "https://dn711101.ca.archive.org/0/items/mbid-a1c9cf07-a406-376b-85bd-c4168f1d2e36/mbid-a1c9cf07-a406-376b-85bd-c4168f1d2e36-1233423108_thumb500.jpg",
    "thumbnail_uri": "https://dn711101.ca.archive.org/0/items/mbid-a1c9cf07-a406-376b-85bd-c4168f1d2e36/mbid-a1c9cf07-a406-376b-85bd-c4168f1d2e36-1233423108_thumb250.jpg",
    "song": "Vasoline",
    "track_id": "e499a712-8670-36cb-97b2-c1479ba3a9a6",
    "recording_id": "e17e0b14-2ebf-469a-b9c7-d5cceb3da5cb",
    "artist": "Stone Temple Pilots",
    "artist_ids": [
        "8c32bb01-58a3-453b-8050-8c0620edb0e5"
    ],
    "album": "Purple",
    "release_id": "a1c9cf07-a406-376b-85bd-c4168f1d2e36",
    "release_group_id": "01d45519-54a6-3427-b0dc-222203fa5d57",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song deals with Scott Weiland's descent into drug addiction. At the time, he was doing his best to hide it from his bandmates and his girlfriend, but he knew he was turning into a junkie, a condition exacerbate by the success of Stone Temple Pilots' first album, Core. When he sings here about searching and going blind, it relates to the cycle he started when he became an addict. In his autobiography, Weiland said the song is about \"being stuck in the same situation over and over again,\" adding, \"It's about me becoming a junkie.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}