Information about plays

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

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

{
    "id": 3592993,
    "uri": "https://api.kexp.org/v2/plays/3592993/?format=api",
    "airdate": "2025-12-19T07:39:42-08:00",
    "show": 65417,
    "show_uri": "https://api.kexp.org/v2/shows/65417/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Breaker",
    "track_id": "d6a9ba20-e8c9-4ea1-a4ea-42f94af8b446",
    "recording_id": "6602c930-313e-425a-b72d-e43795636856",
    "artist": "Shaki Tavi",
    "artist_ids": [
        "9f95a8d3-70cb-460b-9c2f-480ed05acd47"
    ],
    "album": "Minor Slip",
    "release_id": "98b383e0-4523-419b-a006-533c5de4cc3d",
    "release_group_id": "b30e5d3e-34cb-4e24-88b1-74cb26a9ac45",
    "labels": [
        "felte"
    ],
    "label_ids": [
        "edd4e28e-d53c-415c-8ce8-ace9dfb452ac"
    ],
    "release_date": "2025-08-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#32\nShaki Tavi is the shoegaze project of Oklahoma-born, L.A.-based Leon Manson. \"Minor Slip\" is their sophomore album. \n--\nManson also works at Non Plus Ultra, a non-profit dedicated to emerging musicians and artists. “This record sometimes felt like a burden, other times like a life raft; it was a process of welcoming whatever is happening, even when there are minor slips,” he explained.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}