Information about plays

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

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

{
    "id": 3616831,
    "uri": "https://api.kexp.org/v2/plays/3616831/?format=api",
    "airdate": "2026-02-13T04:15:24-08:00",
    "show": 65918,
    "show_uri": "https://api.kexp.org/v2/shows/65918/?format=api",
    "image_uri": "https://dn710303.ca.archive.org/0/items/mbid-ebb99b07-e775-34b3-b4a1-cf7f526d1915/mbid-ebb99b07-e775-34b3-b4a1-cf7f526d1915-2500409868_thumb500.jpg",
    "thumbnail_uri": "https://dn710303.ca.archive.org/0/items/mbid-ebb99b07-e775-34b3-b4a1-cf7f526d1915/mbid-ebb99b07-e775-34b3-b4a1-cf7f526d1915-2500409868_thumb250.jpg",
    "song": "Untitled",
    "track_id": "8d595a01-0d80-36b8-8139-ef52caaff3af",
    "recording_id": "5025349a-bd35-42c9-9742-ea682ddc50b9",
    "artist": "Interpol",
    "artist_ids": [
        "b23e8a63-8f47-4882-b55b-df2c92ef400e"
    ],
    "album": "Turn On the Bright Lights",
    "release_id": "ebb99b07-e775-34b3-b4a1-cf7f526d1915",
    "release_group_id": "e7227840-5ef2-3813-af26-15dab34e1a51",
    "labels": [
        "Labels"
    ],
    "label_ids": [
        "40ab4841-e93a-4557-a91f-d3fbe30e6af9"
    ],
    "release_date": "2002-08-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guitarist Daniel Kessler: “Untitled” was a piece of music that was cultivated to open shows, well before we had any designs to make a record. It was a way to introduce the band live. And then by virtue of having performed it so many times, it became clear that this was our theme music to announce the band, and it felt appropriate to include it as such on our first album.\"\n--\n\"Turn on the Bright Lights\" was the band's debut studio album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}