Information about plays

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

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

{
    "id": 3620511,
    "uri": "https://api.kexp.org/v2/plays/3620511/?format=api",
    "airdate": "2026-02-21T20:17:19-08:00",
    "show": 65996,
    "show_uri": "https://api.kexp.org/v2/shows/65996/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Disque",
    "track_id": null,
    "recording_id": null,
    "artist": "Visible Cloaks",
    "artist_ids": [],
    "album": "Paradessence",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "RVNG Intl"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland's Visible Cloaks are playing a Seattle show TONIGHT at First Baptist Church as part of REFLECTIONS, a deep listening experience founded in 2023. The show just started, you can still make it if you hurry!\n\nhttps://dice.fm/event/3oy8ml-reflections-visible-cloaks-saloli-21st-feb-seattle-first-baptist-seattle-tickets?lng=en-US",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}