Information about plays

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

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

{
    "id": 3524287,
    "uri": "https://api.kexp.org/v2/plays/3524287/?format=api",
    "airdate": "2025-07-08T10:20:05-07:00",
    "show": 63957,
    "show_uri": "https://api.kexp.org/v2/shows/63957/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wreck",
    "track_id": null,
    "recording_id": null,
    "artist": "Neko Case",
    "artist_ids": [],
    "album": "Wreck",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2025-07-08",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "She's playing the Masonic Auditorium in SF on Tuesday, November 11th.\nShe'll be in Seattle ar The Paramount Theatre on Friday, November 14th.\n--\nNeko Case has announced her first album in seven years, Neon Grey Midnight Green, out on September 26th.  “There are so few producers who are women, nonbinary, or trans,” Case said in a press statement. “People don’t think of us as an option. I’m proud to say I produced this record. It is my vision. It is my veto power. It is my taste.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}