Information about plays

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

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

{
    "id": 3601751,
    "uri": "https://api.kexp.org/v2/plays/3601751/?format=api",
    "airdate": "2026-01-08T08:01:22-08:00",
    "show": 65594,
    "show_uri": "https://api.kexp.org/v2/shows/65594/?format=api",
    "image_uri": "https://ia802908.us.archive.org/25/items/mbid-88f7e87f-6c38-4f18-aab0-67f7d671f388/mbid-88f7e87f-6c38-4f18-aab0-67f7d671f388-40797302527_thumb500.jpg",
    "thumbnail_uri": "https://ia802908.us.archive.org/25/items/mbid-88f7e87f-6c38-4f18-aab0-67f7d671f388/mbid-88f7e87f-6c38-4f18-aab0-67f7d671f388-40797302527_thumb250.jpg",
    "song": "The Next Day",
    "track_id": "fb72102e-5caf-3674-a48d-7d19f2d5dbbb",
    "recording_id": "54096aea-51b1-47c5-a0c5-4d034362535b",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "The Next Day",
    "release_id": "88f7e87f-6c38-4f18-aab0-67f7d671f388",
    "release_group_id": "c20be759-d767-4a7c-96c5-7a870ebc3a30",
    "labels": [
        "Columbia",
        "ISO Records"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "10f97e56-1ebe-4b1e-848f-9c5ae0f292ec"
    ],
    "release_date": "2013-03-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day, on Bowie's 66th birthday in 2013.\n\n\"The Next Day\" was Bowie's first studio release in ten years, previously retreating from the public eye after undergoing a procedure to treat a blocked heart artery.\n\nOfficial video here: https://www.youtube.com/watch?v=7wL9NUZRZ4I",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}