Information about plays

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

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

{
    "id": 3626897,
    "uri": "https://api.kexp.org/v2/plays/3626897/?format=api",
    "airdate": "2026-03-08T21:54:40-07:00",
    "show": 66130,
    "show_uri": "https://api.kexp.org/v2/shows/66130/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Unfinished Symphony (Dazzle Drums Unreleased RMX)",
    "track_id": null,
    "recording_id": null,
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-12-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "www.kexp.org/donate \n\nhttps://dazzledrums.bandcamp.com/album/unfinished-sympathy-dazzle-drums-unreleased-rmx",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}