Information about plays

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

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

{
    "id": 3621223,
    "uri": "https://api.kexp.org/v2/plays/3621223/?format=api",
    "airdate": "2026-02-23T09:25:44-08:00",
    "show": 66010,
    "show_uri": "https://api.kexp.org/v2/shows/66010/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nude",
    "track_id": "adeed8e5-1698-3374-8cd5-5337aded3438",
    "recording_id": "f3bea96c-5ebf-4d37-990d-14f1bc281459",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "In Rainbows",
    "release_id": "cba282c5-dd83-3157-afb6-9af6a5af7709",
    "release_group_id": "6e335887-60ba-38f0-95af-fae7774336bf",
    "labels": [
        "TBD Records",
        "RED Distribution, LLC"
    ],
    "label_ids": [
        "9b9655c8-30ec-4087-921d-87257e612d7b",
        "2513d6c4-4622-4b4c-9ffa-a0067f29d717"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Radiohead broke new ground in the digital era in 2007 when they released \"In Rainbows\" as a pay-what-you-want download. \n\n\"The band's publishers admitted that more people downloaded In Rainbows for free than paid for it, and the average price paid worldwide was estimated at $6.\"\n\nhttps://www.radiox.co.uk/features/the-most-unusual-album-releases-of-all-time/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}