Information about plays

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

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

{
    "id": 3547278,
    "uri": "https://api.kexp.org/v2/plays/3547278/?format=api",
    "airdate": "2025-08-31T18:49:35-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "https://coverartarchive.org/release/6765aaef-1e9d-3ebe-956a-be97390932e5/28085920093-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6765aaef-1e9d-3ebe-956a-be97390932e5/28085920093-250.jpg",
    "song": "17 Days",
    "track_id": null,
    "recording_id": "f9a5a0ef-04e5-4eaf-8bc9-7a8a887454a1",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "The Hits / The B-Sides",
    "release_id": null,
    "release_group_id": "066e19c3-7f37-345a-adbe-9b06d07a39af",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1993-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Deanna in Shoreline!\n\nThough originally billed as a b-side to \"When Doves Cry\" and intended as a solo for Brenda Bennett for the Apollonia 6 project, the track \"17 Days (the rain will come down, then U will have 2 choose. If U believe look 2 the dawn and U shall never lose)\" became a favorite, often appearing in Prince's live shows. The title was ultimately shortened to \"17 Days\" and included on Prince's 1993 album The Hits/The B-sides.\n\nhttps://princevault.com/index.php?title=17_Days",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}