Information about plays

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

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

{
    "id": 3597599,
    "uri": "https://api.kexp.org/v2/plays/3597599/?format=api",
    "airdate": "2025-12-29T11:52:47-08:00",
    "show": 65507,
    "show_uri": "https://api.kexp.org/v2/shows/65507/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Only Happy When It Rains",
    "track_id": null,
    "recording_id": "303f013e-3a08-4393-86be-3ae5d0c62301",
    "artist": "Garbage",
    "artist_ids": [
        "f9ef7a22-4262-4596-a2a8-1d19345b8e50"
    ],
    "album": "Revenge of the Rock",
    "release_id": null,
    "release_group_id": "707fac1a-a5a6-4a6f-a5a3-684925703987",
    "labels": [],
    "label_ids": [],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Known for its self-deprecating take on 90s angst, catchy electronic-rock sound, and its memorable music video where the band destroys instruments amidst a whimsical, yet gritty backdrop. The song, from their self-titled debut album, became a breakthrough hit, defining their sound and launching their career alongside hits like \"Stupid Girl\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}