Information about plays

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

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

{
    "id": 3565860,
    "uri": "https://api.kexp.org/v2/plays/3565860/?format=api",
    "airdate": "2025-10-16T12:39:36-07:00",
    "show": 64849,
    "show_uri": "https://api.kexp.org/v2/shows/64849/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "place of my own",
    "track_id": null,
    "recording_id": null,
    "artist": "Purity Ring",
    "artist_ids": [
        "fdb53441-e5e6-4657-9aad-8dab672e1cdc"
    ],
    "album": "purity ring",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "the fellowship"
    ],
    "label_ids": [],
    "release_date": "2025-09-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Be sure to tune in tomorrow, October 17th, at 10 AM for a Live on KEXP broadcast with Purity Ring! \n\nTheir newest self-titled album was released in September. Inspired by games like Nier Automata and Final Fantasy X, the record tells the story of two hapless characters — embodiments of mj and Corin — on a journey to build a kinder world amid the ruins of a broken one. \n\nhttps://www.piccadillyrecords.com/162258/Purity-Ring-Purity-Ring-The-Fellowship",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}