Information about plays

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

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

{
    "id": 3596219,
    "uri": "https://api.kexp.org/v2/plays/3596219/?format=api",
    "airdate": "2025-12-26T09:46:45-08:00",
    "show": 65477,
    "show_uri": "https://api.kexp.org/v2/shows/65477/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Tide Is High",
    "track_id": "5175c689-add4-3a25-a34c-f884abdb89fd",
    "recording_id": "e48a0532-f655-4169-9717-c1a0eef16af7",
    "artist": "Blondie",
    "artist_ids": [
        "4d2956d1-a3f7-44bb-9a41-67563e1a0c94"
    ],
    "album": "Autoamerican",
    "release_id": "e1e6ff6f-a612-3004-866d-7ef7319ed602",
    "release_group_id": "57b5b8e5-f402-3406-af89-01c92cda5217",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "2001-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Tide Is High\" is a cover song, originally recorded by a Jamaican vocal group called The Paragons in 1967.\n\nDebbie Harry and guitarist Chris Stein heard the song on a compilation tape they picked up in London; they thought it was too good not to record. \n\nTheir version was a huge hit, going to #1 in both the US and UK. -- The song was written by John Holt, who sang tenor in The Paragons.\n\nhttps://www.allmusic.com/artist/the-paragons-mn0000893111\nhttps://shop.blondie.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}