Information about plays

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

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

{
    "id": 3607530,
    "uri": "https://api.kexp.org/v2/plays/3607530/?format=api",
    "airdate": "2026-01-22T06:02:48-08:00",
    "show": 65721,
    "show_uri": "https://api.kexp.org/v2/shows/65721/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Our Bodies",
    "track_id": null,
    "recording_id": null,
    "artist": "She Keeps Bees",
    "artist_ids": [
        "849a5e80-67d6-46b0-b986-657b13faaa10"
    ],
    "album": "Our Bodies",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recognizing Roe vs. Wade Day, the anniversary of the court case that gave women agency over their bodies. The U.S. Supreme Court made a ruling that legalized abortion throughout the country, with variations from state to state depending on the length of the pregnancy. https://nationaltoday.com/roe-vs-wade-day/\n--\nShe Keeps Bees have self-recorded and released music made at home since 2006. \nhttps://shekeepsbees.bandcamp.com/track/our-bodies",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}