Information about plays

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

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

{
    "id": 3597457,
    "uri": "https://api.kexp.org/v2/plays/3597457/?format=api",
    "airdate": "2025-12-29T04:17:42-08:00",
    "show": 65504,
    "show_uri": "https://api.kexp.org/v2/shows/65504/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Body Double",
    "track_id": null,
    "recording_id": null,
    "artist": "FONTINE",
    "artist_ids": [],
    "album": "Good Buddy",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cree\n\nAs a queer Cree singer-songwriter, Fontine also feels the importance of being herself in her music. \"All of the songs are about me being a queer person, for the most part,\" she said. \"And I think it's just really important for me personally to be very vocal about it because we need to see that representation…. I've had a couple parents come up to me on the street or something and tell me that their six-year-old was at one of my shows and they were singing the songs over and over again. And it's just very crazy and cool.\" CBC Music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}