Information about plays

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

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

{
    "id": 3667588,
    "uri": "https://api.kexp.org/v2/plays/3667588/?format=api",
    "airdate": "2026-06-13T22:57:42-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "https://ia802901.us.archive.org/35/items/mbid-28e8154b-e979-4fbf-bcb6-0264cfc7012a/mbid-28e8154b-e979-4fbf-bcb6-0264cfc7012a-7236314488_thumb500.jpg",
    "thumbnail_uri": "https://dn710100.ca.archive.org/0/items/mbid-28e8154b-e979-4fbf-bcb6-0264cfc7012a/mbid-28e8154b-e979-4fbf-bcb6-0264cfc7012a-7236314488_thumb250.jpg",
    "song": "Teenage Lobotomy",
    "track_id": "1c54559e-fa2e-3fed-8a42-0e0be149c9f5",
    "recording_id": "6e4ce31b-08ec-4b77-a495-dddd9fd2f2fb",
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "Rocket to Russia",
    "release_id": "28e8154b-e979-4fbf-bcb6-0264cfc7012a",
    "release_group_id": "dd959091-dba1-32b8-8159-0090959ce75b",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-06-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "The Ramones are celebrating the 50th anniversary of their self-titled album this year with an exhibit in the Punk Rock Museum in Las Vegas and a remastered reissue of the album on Rhino Records.\n\nhttps://www.billboard.com/music/rock/ramones-50th-anniversary-debut-album-year-celebration-events-1236230861/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}