Information about plays

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

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

{
    "id": 3616146,
    "uri": "https://api.kexp.org/v2/plays/3616146/?format=api",
    "airdate": "2026-02-11T11:44:56-08:00",
    "show": 65904,
    "show_uri": "https://api.kexp.org/v2/shows/65904/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Distance",
    "track_id": "5085acb2-881b-35a3-bc6c-317e5d16e163",
    "recording_id": "d2bb7650-bdf4-476a-b74d-35345cc1dbfe",
    "artist": "CAKE",
    "artist_ids": [
        "fa7b9055-3703-473a-8a09-adf2fe031a24"
    ],
    "album": "Fashion Nugget",
    "release_id": "ba4d0026-9c40-3363-97ce-34172b26abb3",
    "release_group_id": "3bd5a388-774f-3b47-b3f8-5b3463cbcb13",
    "labels": [
        "Capricorn Records"
    ],
    "label_ids": [
        "193ad58f-5e6b-4a86-8038-c03501565869"
    ],
    "release_date": "1996-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Greg Brown the CAKE founding guitarist who wrote this track passed away on February 7th at age 56.\n\nhttps://pitchfork.com/news/greg-brown-cake-co-founder-and-guitarist-dies-at-56/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}