Information about plays

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

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

{
    "id": 3609376,
    "uri": "https://api.kexp.org/v2/plays/3609376/?format=api",
    "airdate": "2026-01-26T12:02:38-08:00",
    "show": 65761,
    "show_uri": "https://api.kexp.org/v2/shows/65761/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Cowbell",
    "track_id": null,
    "recording_id": null,
    "artist": "Tapes ’n Tapes",
    "artist_ids": [
        "a83ec79e-bcbf-4872-92e5-8c7ca1bb8ff2"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2006-03-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Minneapolis, MN, indie rock classicists Tapes 'n Tapes formed in the winter of 2003, when guitarist/vocalist Josh Grier (aka \"Tapes 1\"), bassist Matt Kretzmann (\"'n\") and guitarist Steve Nelson (\"Tapes 2\") began crafting a sound that harked back to the Pixies and Pavement and also recalled more contemporary bands like the Shins.\" https://bit.ly/4re4HGm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}