Information about plays

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

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

{
    "id": 3544496,
    "uri": "https://api.kexp.org/v2/plays/3544496/?format=api",
    "airdate": "2025-08-25T04:12:41-07:00",
    "show": 64382,
    "show_uri": "https://api.kexp.org/v2/shows/64382/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Buddy",
    "track_id": null,
    "recording_id": null,
    "artist": "Fontine",
    "artist_ids": [
        "2621c2dd-2574-4294-9155-041b8bf81019"
    ],
    "album": "Good Buddy",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nehiyaw / Iskwew\t\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"
}