Information about plays

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

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

{
    "id": 3616887,
    "uri": "https://api.kexp.org/v2/plays/3616887/?format=api",
    "airdate": "2026-02-13T07:41:05-08:00",
    "show": 65920,
    "show_uri": "https://api.kexp.org/v2/shows/65920/?format=api",
    "image_uri": "https://ia801906.us.archive.org/7/items/mbid-0d33ef7a-1f5d-4365-b807-b412271b99c3/mbid-0d33ef7a-1f5d-4365-b807-b412271b99c3-3778673680_thumb500.jpg",
    "thumbnail_uri": "https://dn710806.ca.archive.org/0/items/mbid-0d33ef7a-1f5d-4365-b807-b412271b99c3/mbid-0d33ef7a-1f5d-4365-b807-b412271b99c3-3778673680_thumb250.jpg",
    "song": "Risingson",
    "track_id": "40fc5cb1-f890-3047-8935-e6ff644686df",
    "recording_id": "02011500-814c-461c-b3a6-f24fe68ee5a1",
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Mezzanine",
    "release_id": "0d33ef7a-1f5d-4365-b807-b412271b99c3",
    "release_group_id": "6f9f6899-c0d3-311d-ae87-a10ae6bc53a9",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1998-05-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From  our Album of the Week!\n--\n\"Risingson\" contains samples of \"I Found a Reason\" by The Velvet Underground, \"Where Have All the Flowers Gone?\" by Pete Seeger, \"Natty Kung Fu\" by Dillinger, \"Soul Sleeper\" by Astra Nova Orchestra and \"Ancient Krell Music\" by Louis & Bebe Barron.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}