Information about plays

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

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

{
    "id": 3596729,
    "uri": "https://api.kexp.org/v2/plays/3596729/?format=api",
    "airdate": "2025-12-27T14:07:48-08:00",
    "show": 65489,
    "show_uri": "https://api.kexp.org/v2/shows/65489/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Capital I",
    "track_id": "25fc5963-46b0-4e9f-bfb6-ca9a502867ba",
    "recording_id": "9d422425-5393-4bfd-b8ed-d6689938bc56",
    "artist": "Andrew Bird",
    "artist_ids": [
        "081b133e-ce74-42ba-92c1-c18234acb532"
    ],
    "album": "Borrow or Rob",
    "release_id": "22e9eb25-7c50-49c6-b4c1-b7549e00211d",
    "release_group_id": "366078d4-ebbb-45d3-9fb0-12a6fab6d96a",
    "labels": [
        "Wegawam Music Co."
    ],
    "label_ids": [
        "27b9bf2d-e7be-4619-8a63-8c17019e2f34"
    ],
    "release_date": "2025-11-04",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Andrew Bird's \"Capital I\" is an early track that later evolved into the song \"Imitosis,\" combining concepts of imitation and cell division, and reflecting on how children behave in groups versus when they're alone. The original \"Capital I\" was recorded for Bird's album The Mysterious Production of Eggs, and, while it wasn't included in the official release, it became foundational to Bird's exploration of themes regarding individuality and group dynamics.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}