Information about plays

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

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

{
    "id": 3618198,
    "uri": "https://api.kexp.org/v2/plays/3618198/?format=api",
    "airdate": "2026-02-16T07:02:00-08:00",
    "show": 65948,
    "show_uri": "https://api.kexp.org/v2/shows/65948/?format=api",
    "image_uri": "https://dn710600.ca.archive.org/0/items/mbid-fd602828-6228-482e-8b92-fbee95ef7e84/mbid-fd602828-6228-482e-8b92-fbee95ef7e84-27179856488_thumb500.jpg",
    "thumbnail_uri": "https://dn710600.ca.archive.org/0/items/mbid-fd602828-6228-482e-8b92-fbee95ef7e84/mbid-fd602828-6228-482e-8b92-fbee95ef7e84-27179856488_thumb250.jpg",
    "song": "The River Rise",
    "track_id": "322ef7ea-8df9-30cf-998c-070061443c64",
    "recording_id": "a9328917-cef1-4a46-9552-0805674d3fea",
    "artist": "Mark Lanegan",
    "artist_ids": [
        "a9126556-f555-4920-9617-6e013f8228a7"
    ],
    "album": "Whiskey for the Holy Ghost",
    "release_id": "fd602828-6228-482e-8b92-fbee95ef7e84",
    "release_group_id": "c1a87165-1b1e-385b-87b3-568d45f29f28",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1994-01-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Whiskey for the Holy Ghost is the second solo album from Mark Lanegan, released in 1994.\n\nThe album builds on the foundations of his debut, and showcases Lanegan's growth as a songwriter and vocalist. \"The River Rise\" is the opening track.\n\nhttps://marklanegan.bandcamp.com/album/whiskey-for-the-holy-ghost",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}