Information about plays

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

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

{
    "id": 3584029,
    "uri": "https://api.kexp.org/v2/plays/3584029/?format=api",
    "airdate": "2025-11-28T09:10:53-08:00",
    "show": 65230,
    "show_uri": "https://api.kexp.org/v2/shows/65230/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Buddy",
    "track_id": "ec308374-e81f-4e5b-8749-f1232df13f17",
    "recording_id": "c196c378-93fa-4c86-8b10-c79e18350ce0",
    "artist": "FONTINE",
    "artist_ids": [
        "2621c2dd-2574-4294-9155-041b8bf81019"
    ],
    "album": "Good Buddy",
    "release_id": "12138af3-e691-4cf7-b576-9cad4f051c23",
    "release_group_id": "0a951a70-d382-4e9e-ad88-39b230026cea",
    "labels": [
        "Birthday Cake"
    ],
    "label_ids": [
        "2841101e-ab0e-41ad-8e96-801c5e907aa6"
    ],
    "release_date": "2025-10-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Good Buddy” is CB Radio code for gay, so it’s a fitting title for FONTINE’s first full-length album.: https://fontine.bandcamp.com/album/good-buddy\n-\n Fontine Beavis is a Winnepeg-based makeup artist who describes herself as \"a queer, Cree and settler, average joe musician who loves hanging out with her friends, smelling flowers, digging in the dirt, drinking tea and beer, collecting Pyrex, and watching reality tv with my partner. -",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}