Information about plays

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

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

{
    "id": 3597478,
    "uri": "https://api.kexp.org/v2/plays/3597478/?format=api",
    "airdate": "2025-12-29T05:23:51-08:00",
    "show": 65505,
    "show_uri": "https://api.kexp.org/v2/shows/65505/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cocoon",
    "track_id": "17bd4efb-e293-4f52-9f67-8f97c7845852",
    "recording_id": "e9c28698-f412-4f28-9525-7902aa093f6e",
    "artist": "070 Shake",
    "artist_ids": [
        "741dbc8e-1cd5-4a66-b2b8-43bbad87ae12"
    ],
    "album": "You Can't Kill Me",
    "release_id": "7ff3fa5d-fa92-43f8-aa49-ddd2461d6a5a",
    "release_group_id": "ec87725b-2e9c-4ac6-ad3a-ccc95ab80029",
    "labels": [
        "G.O.O.D. Music"
    ],
    "label_ids": [
        "e36fde8b-924d-4ed0-9c8b-1fcb70ce42ec"
    ],
    "release_date": "2022-06-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Danielle Balbuena, who uses the stage name 070 Shake, is an American singer and rapper. \n\n\"In a statement, Shake pointed to the album title’s underlying meaning.\n\n'We’re so attached to this physical world, it makes us more susceptible to being hurt,' she said. 'You can’t kill me because I’m more than my body.'\"\n\nhttps://www.complex.com/music/070-shake-shares-new-album-you-cant-kill-me-unveils-video-for-medicine",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}