Information about plays

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

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

{
    "id": 3587946,
    "uri": "https://api.kexp.org/v2/plays/3587946/?format=api",
    "airdate": "2025-12-07T07:07:14-08:00",
    "show": 65312,
    "show_uri": "https://api.kexp.org/v2/shows/65312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cycles Of Renewal",
    "track_id": null,
    "recording_id": null,
    "artist": "Puyain Sanati",
    "artist_ids": [
        "58f4c3c4-d4b5-49bc-8571-a5700cd3331f"
    ],
    "album": "Even The Stars Are Weeping",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Janushoved"
    ],
    "label_ids": [
        "2b2475be-238e-4124-88b5-d824f2f6a54f"
    ],
    "release_date": "2025-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Danish-Iranian, Copenhagen-based composer and sound artist Puyain Sanati's contribution to a brilliant charity compilation from the Danish label Janushoved with all proceeds from the release going to Doctors Without Borders’ work in Gaza, supporting their essential work in providing medical aid and care for the Palestinian people ~ https://janushoved.bandcamp.com/album/even-the-stars-are-weeping",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}