Information about plays

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

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

{
    "id": 3570992,
    "uri": "https://api.kexp.org/v2/plays/3570992/?format=api",
    "airdate": "2025-10-28T11:21:05-07:00",
    "show": 64957,
    "show_uri": "https://api.kexp.org/v2/shows/64957/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Close to Home",
    "track_id": "452b688c-04ad-42b0-a7e0-f2202d217776",
    "recording_id": "c5e82242-628b-4e01-b8d8-4cff037580a6",
    "artist": "Flock of Dimes",
    "artist_ids": [
        "4ecf50fc-b788-4d67-9972-ff6e1aed5295"
    ],
    "album": "The Life You Save",
    "release_id": "30166105-3d21-4ffd-907a-01e5c3a265e6",
    "release_group_id": "ac4346dc-d9fd-4c8d-9f8f-0d4ff8b1cd15",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jenn Wasner (Flock of Dimes) will be at:\n--Seattle's Barboza on Monday, December 1st\n--Sf's Rickshaw Stop on Thursday, December 4th\n--\nOn  her third studio album, \"The Life You Save,\"the Baltimore-born musician examines the role she had taken within a family dealing with addiction and mental health issues.: https://pitchfork.com/reviews/albums/flock-of-dimes-the-life-you-save/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}