Information about plays

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

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

{
    "id": 3619881,
    "uri": "https://api.kexp.org/v2/plays/3619881/?format=api",
    "airdate": "2026-02-20T10:22:34-08:00",
    "show": 65982,
    "show_uri": "https://api.kexp.org/v2/shows/65982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slow Motion Rewind",
    "track_id": "379a9b6c-2a4f-3b86-9a23-b5ff7f3b6f79",
    "recording_id": "6bd7cd2f-7088-4332-9c04-b70ad7673409",
    "artist": "Zen Guerrilla",
    "artist_ids": [
        "146a8702-a4e0-4643-9e7d-f0039e620cfc"
    ],
    "album": "Trance States in Tongues",
    "release_id": "c425d744-0d2d-4e84-ac9c-5403bc2f58bc",
    "release_group_id": "6b15f461-0057-385c-bf7b-64987069a41d",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The rock fusion band Zen Guerilla is a musical oddity quite appropriate for the Sub Pop label. Formed in the early '90s in Delaware, Marcus Durant (vocals), Andy Duvall (drums), Carl Horne (bass), and Rich Millman (guitar) defined their own musical stylings with blues, rock, and gospel and a rock & roll so real it introduced itself.\"\n\nRead more here: https://tinyurl.com/4eahbed3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}