Information about plays

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

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

{
    "id": 3583249,
    "uri": "https://api.kexp.org/v2/plays/3583249/?format=api",
    "airdate": "2025-11-26T14:22:15-08:00",
    "show": 65216,
    "show_uri": "https://api.kexp.org/v2/shows/65216/?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 album, \"Autoamerican\" was released on this date in 1980.\n--\n \"The Tide Is High\" is a cover song, originally recorded by a Jamaican vocal group called The Paragons in 1967. Debbie 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. Their version was a huge hit, going to #1 in both the US and UK.\n--\nThe song was written by John Holt, who sang tenor in The Paragons.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}