Information about plays

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

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

{
    "id": 3577677,
    "uri": "https://api.kexp.org/v2/plays/3577677/?format=api",
    "airdate": "2025-11-13T13:13:24-08:00",
    "show": 65099,
    "show_uri": "https://api.kexp.org/v2/shows/65099/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dedicated to Nunu",
    "track_id": null,
    "recording_id": "f4b19794-8703-4149-8811-62d748241166",
    "artist": "Standing on the Corner",
    "artist_ids": [
        "502ddccf-c606-48c4-9cc8-2eb0a7d8d8e2"
    ],
    "album": "Standing on the Corner",
    "release_id": null,
    "release_group_id": "22d0fb95-a590-4e4a-9d6e-95188e9c95f7",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ethan and Alina made this request, saying: \nOur cat Noori passed away at 3 the summer of last year due to extremely rare complications from her routine vaccines. The loss of our baby was sudden and heart-wrenching, but we channeled our grief into love for each other. Over a year later, we are best friends with our roommate's cat Onion and are daydreaming about two kitties of our own (which we will still be vaccinating!). Nunu pops into our heads often and, when she does, we always reminisce on the little Russian blue cat that brought us closer together.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}