Information about plays

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

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

{
    "id": 3594910,
    "uri": "https://api.kexp.org/v2/plays/3594910/?format=api",
    "airdate": "2025-12-23T13:34:59-08:00",
    "show": 65457,
    "show_uri": "https://api.kexp.org/v2/shows/65457/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Fat Man’s Comin’",
    "track_id": null,
    "recording_id": "380ac7e7-aee1-4a69-add8-7ad6351ce361",
    "artist": "David Byrne",
    "artist_ids": [
        "d4659efb-b8eb-4f03-95e9-f69ce35967a9"
    ],
    "album": "The Fat Man’s Comin’",
    "release_id": null,
    "release_group_id": "d63638f8-0e83-462b-8c66-7efca9fc159f",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2022-12-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"“Fat Man’s Comin’” was originally written in 2013. “I always wanted to write a holiday song,” Byrne said in press materials. “I wouldn’t call it a Christmas song, as the visitation of Santa (formerly known as St. Nicholas, who mainly did punishing) seems to have evolved to be a more secular consumer moment than a religious or spiritual affair.” https://pitchfork.com/news/david-byrne-shares-new-holiday-song-for-bandcamp-friday-watch-the-video/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}