Information about plays

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

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

{
    "id": 3621681,
    "uri": "https://api.kexp.org/v2/plays/3621681/?format=api",
    "airdate": "2026-02-24T10:42:53-08:00",
    "show": 66019,
    "show_uri": "https://api.kexp.org/v2/shows/66019/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Golden Years",
    "track_id": "23549add-363c-3105-af5b-5a5becfd21b5",
    "recording_id": "99687c53-b24a-4d00-a771-9c533684f566",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Best of Bowie",
    "release_id": "75aa0b1d-c11f-3dfc-bf60-05f5fbf55ad2",
    "release_group_id": "cd4c2cc6-fb5f-35db-8a48-2215edf499f7",
    "labels": [
        "Virgin",
        "EMI"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c",
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that Bowie wrote this with the intention of giving it to Elvis Presley, but he reportedly refused the song?  Elvis died two years later.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}