Information about plays

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

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

{
    "id": 3616065,
    "uri": "https://api.kexp.org/v2/plays/3616065/?format=api",
    "airdate": "2026-02-11T06:55:05-08:00",
    "show": 65902,
    "show_uri": "https://api.kexp.org/v2/shows/65902/?format=api",
    "image_uri": "https://dn710300.ca.archive.org/0/items/mbid-145af623-e254-3091-99eb-c243b322de9d/mbid-145af623-e254-3091-99eb-c243b322de9d-3766076458_thumb500.jpg",
    "thumbnail_uri": "https://dn710300.ca.archive.org/0/items/mbid-145af623-e254-3091-99eb-c243b322de9d/mbid-145af623-e254-3091-99eb-c243b322de9d-3766076458_thumb250.jpg",
    "song": "Love Like Blood",
    "track_id": "5dbddc13-8cee-335b-8507-ff9b8e3db2d6",
    "recording_id": "538d23ca-f95d-452f-97b8-9c73cc4c628f",
    "artist": "Killing Joke",
    "artist_ids": [
        "f5aca88c-e3c1-4bc2-af33-68a9a9f7b56a"
    ],
    "album": "Night Time",
    "release_id": "145af623-e254-3091-99eb-c243b322de9d",
    "release_group_id": "11851270-b38e-3d60-a3ae-972a1e98d326",
    "labels": [
        "E’G Records"
    ],
    "label_ids": [
        "71ee312d-4081-4699-a332-ba837a54d200"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1985: Killing Joke release their amazing Night Time album. One could play \"Eighties\" from this album, or the title track, or heck, \"Love Like Blood\" and \"Kings and Queens\" are both delicious.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}