Information about plays

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

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

{
    "id": 3634655,
    "uri": "https://api.kexp.org/v2/plays/3634655/?format=api",
    "airdate": "2026-03-28T12:47:50-07:00",
    "show": 66303,
    "show_uri": "https://api.kexp.org/v2/shows/66303/?format=api",
    "image_uri": "https://coverartarchive.org/release/414db7b5-268b-4173-b4c5-7bcdfce82caf/44081543533-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/414db7b5-268b-4173-b4c5-7bcdfce82caf/44081543533-250.jpg",
    "song": "Replica",
    "track_id": null,
    "recording_id": "3461730c-7895-48d6-9a06-67099b4e51a3",
    "artist": "Hannah Lew",
    "artist_ids": [
        "51acd5b1-a324-4125-b71e-a8c6e21dcf84"
    ],
    "album": "Hannah Lew",
    "release_id": null,
    "release_group_id": "24cef81f-e0c2-4f9f-9342-b0b2c1be0ae8",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-04-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Single From the Bay Area's Hannah Lew from her upcoming Album Hannah Lew coming out April 10th. \n\nCheck out this article about Hannah Lew and the new album.\n\nhttps://floodmagazine.com/218885/hannah-lew-replica-first-listen/\n\nhttps://hannahlew.bandcamp.com/album/hannah-lew-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}