Information about plays

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

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

{
    "id": 3628796,
    "uri": "https://api.kexp.org/v2/plays/3628796/?format=api",
    "airdate": "2026-03-14T12:23:05-07:00",
    "show": 66179,
    "show_uri": "https://api.kexp.org/v2/shows/66179/?format=api",
    "image_uri": "https://dn710405.ca.archive.org/0/items/mbid-cba282c5-dd83-3157-afb6-9af6a5af7709/mbid-cba282c5-dd83-3157-afb6-9af6a5af7709-32957045075_thumb500.jpg",
    "thumbnail_uri": "https://dn710405.ca.archive.org/0/items/mbid-cba282c5-dd83-3157-afb6-9af6a5af7709/mbid-cba282c5-dd83-3157-afb6-9af6a5af7709-32957045075_thumb250.jpg",
    "song": "15 Step",
    "track_id": "6d55c8c9-998d-3a51-9385-c323404cd670",
    "recording_id": "faea2aa0-80a9-41be-9b1e-3b994f4f76ac",
    "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 opens their 2007 album In Rainbows with “15 Step,” built around a shifting 5/4 rhythm and handclaps recorded with a children’s group during a session in Oxford. Fittingly, it’s another stop in today’s Pi Day playlist following the digits of π.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}