Information about plays

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

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

{
    "id": 3590050,
    "uri": "https://api.kexp.org/v2/plays/3590050/?format=api",
    "airdate": "2025-12-12T06:57:14-08:00",
    "show": 65353,
    "show_uri": "https://api.kexp.org/v2/shows/65353/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Can Have It All",
    "track_id": "a5f6c7af-8fe4-42f1-882f-606b9283b2ae",
    "recording_id": "8b99c699-5473-404e-ad5a-19de1803e2d8",
    "artist": "Florence + the Machine",
    "artist_ids": [
        "5fee3020-513b-48c2-b1f7-4681b01db0c6"
    ],
    "album": "Everybody Scream",
    "release_id": "c192b9a6-009c-407f-b7a1-0c6963dfa6d6",
    "release_group_id": "54f918d0-b4c9-4f9b-ab38-e73d4f2b1a3d",
    "labels": [
        "Republic Records",
        "Polydor"
    ],
    "label_ids": [
        "e0ecd909-0477-485f-80dc-3c27ea4837ca",
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2025-10-31",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“You Can Have It All” is the penultimate, emotional peak of Florence + the Machine’s 2025 album Everybody Scream, produced by Aaron Dessner and Mark Bowen and built around Florence Welch’s response to a life‑threatening ectopic pregnancy and pregnancy loss. It plays like a witchy grief ritual turned power ballad: incantatory verses, a huge, cathartic build, and a final stretch where she all but screams her way through the hurt.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}