Information about plays

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

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

{
    "id": 3603721,
    "uri": "https://api.kexp.org/v2/plays/3603721/?format=api",
    "airdate": "2026-01-13T05:54:01-08:00",
    "show": 65638,
    "show_uri": "https://api.kexp.org/v2/shows/65638/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Airbag",
    "track_id": "44f12fa6-6830-3a91-92c7-c0152f0ab004",
    "recording_id": "4a7fea2e-545b-4c63-bc9a-9943cc3a29d7",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "OK Computer",
    "release_id": "175d6ac9-7185-357c-af04-5887dc3ea788",
    "release_group_id": "b1392450-e666-3926-a536-22c65f834433",
    "labels": [
        "東芝EMI 株式会社"
    ],
    "label_ids": [
        "d5a60c75-26e2-4363-a5db-58c12b578cd5"
    ],
    "release_date": "2006-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Airbag was voted as #15 on the best opening tracks countdown as voted on by KEXP listeners! Check out the entire list here: https://www.kexp.org/countdowns/best-opening-tracks-of-all-time/\n==\nOriginally released in 1997, OK Computer's title was inspired by a line from A Hitchhiker's Guide to the Galaxy. \nRead more here: https://bit.ly/3bMEtKh.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}