Information about plays

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

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

{
    "id": 3583201,
    "uri": "https://api.kexp.org/v2/plays/3583201/?format=api",
    "airdate": "2025-11-26T11:02:38-08:00",
    "show": 65215,
    "show_uri": "https://api.kexp.org/v2/shows/65215/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Babylon",
    "track_id": "7d991f19-90f0-4f00-b8b8-9f242bafa940",
    "recording_id": "7f72cfe8-4e00-4866-972c-92124537fc1e",
    "artist": "Richard Swift",
    "artist_ids": [
        "dd5f8909-245d-458b-833a-cd6b698399ce"
    ],
    "album": "The Hex",
    "release_id": "a53ed057-7527-4b5c-afb4-ef1ef3d0c507",
    "release_group_id": "eb66ea33-3b31-4ad7-aea6-8ef018a998fe",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Hex was the final album Richard Swift completed before his death in 2018.\n\nIn addition to releasing music as a solo artist, Swift was also a member of the Shins from 2011 to 2016, was the touring bassist for the Black Keys in 2014, and played drums for the Arcs. He also played keyboards for Starflyer 59 early in his career. As a producer, he worked with Foxygen, Guster, the Mynabirds, Sharon Van Etten, Damien Jurado, Pure Bathing Culture, and many others. Swift founded and owned National Freedom, a recording studio in Cottage Grove, Oregon.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}