Information about plays

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

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

{
    "id": 3621591,
    "uri": "https://api.kexp.org/v2/plays/3621591/?format=api",
    "airdate": "2026-02-24T05:21:29-08:00",
    "show": 66017,
    "show_uri": "https://api.kexp.org/v2/shows/66017/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "See That My Grave Is Kept Clean",
    "track_id": "1e23295b-523e-46f2-b6f4-4d7443af09e8",
    "recording_id": "dd33af24-6dd6-44a0-ada5-48598d42cc5f",
    "artist": "Blind Lemon Jefferson",
    "artist_ids": [
        "9481010a-db23-469d-87df-b04118850efb"
    ],
    "album": "Anthology Of American Folk Music",
    "release_id": "2c9c89ba-2224-41ee-8f5b-425447171241",
    "release_group_id": "af0fb63b-0f62-36af-8871-07342b13d2d8",
    "labels": [
        "Mississippi Records"
    ],
    "label_ids": [
        "a3fea8e6-cf78-4f9a-9a93-1f84332c10a2"
    ],
    "release_date": "2014-02-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"See That My Grave Is Kept Clean\" is a song recorded by American blues musician Blind Lemon Jefferson. Son House used the melody on his 1930 recording of \"Mississippi County Farm Blues\" Bob Dylan recorded the song for his 1962 debut album \"Bob Dylan\". He recorded it again with the Band, which is included on The Basement Tapes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}