Information about plays

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

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

{
    "id": 3597597,
    "uri": "https://api.kexp.org/v2/plays/3597597/?format=api",
    "airdate": "2025-12-29T11:44:10-08:00",
    "show": 65507,
    "show_uri": "https://api.kexp.org/v2/shows/65507/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Plush",
    "track_id": null,
    "recording_id": "d75cb140-b149-45b2-9f99-d874d79fc7f8",
    "artist": "Stone Temple Pilots",
    "artist_ids": [
        "8c32bb01-58a3-453b-8050-8c0620edb0e5"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stone Temple Pilots' hit song \"Plush,\" from their 1992 debut album Core, was inspired by a real-life kidnapping and murder of a young woman in their hometown of San Diego, but its lyrics became a metaphor for a lost, obsessive relationship, with the \"plush\" possibly referring to a soft toy connecting to the character. Written collaboratively, the song became a massive breakthrough, earning the band a Grammy for Best Hard Rock Performance and cementing their place in 90s rock.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}