Information about plays

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

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

{
    "id": 3548569,
    "uri": "https://api.kexp.org/v2/plays/3548569/?format=api",
    "airdate": "2025-09-03T20:50:43-07:00",
    "show": 64466,
    "show_uri": "https://api.kexp.org/v2/shows/64466/?format=api",
    "image_uri": "https://coverartarchive.org/release/8b880847-2674-47f4-9444-0359e656d9d0/15208026040-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8b880847-2674-47f4-9444-0359e656d9d0/15208026040-250.jpg",
    "song": "My Memories Fade",
    "track_id": null,
    "recording_id": "413d03f7-f261-45f3-9911-cd38462b2989",
    "artist": "Shintaro Sakamoto",
    "artist_ids": [
        "b713fb44-7a24-41d0-827a-cc8777b1ce89"
    ],
    "album": "How to Live With a Phantom",
    "release_id": null,
    "release_group_id": "cc05aad1-89e3-4d72-a6a0-0101826e64ac",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2011-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Coming to the Showbox in Seattle 11/02! Get tix here: https://www.showboxpresents.com/events/detail/987537",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}