Information about plays

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

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

{
    "id": 3595226,
    "uri": "https://api.kexp.org/v2/plays/3595226/?format=api",
    "airdate": "2025-12-24T05:51:28-08:00",
    "show": 65462,
    "show_uri": "https://api.kexp.org/v2/shows/65462/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Winter Hat",
    "track_id": null,
    "recording_id": "06791d0c-d15a-40b1-b2b8-b53a2f8dcbea",
    "artist": "Daffo",
    "artist_ids": [
        "feeed479-425c-40cd-bb24-ab6db5cdf2bc"
    ],
    "album": "Winter Hat",
    "release_id": null,
    "release_group_id": "3db3fece-b6f4-4d86-8c9f-483bb4dd2381",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP review from Chris Sanley: Daffo - Where the Earth Bends (Concord)\nThe debut album from LA-based Gabi Gamberg, aka Daffo, is a compelling collection of emotive, folk-tinged indie rock. Featuring gripping guitar work and poetic lyricism, Where the Earth Bends resonates deeply and stands as a strong introduction to a promising new voice. https://www.kexp.org/read/2025/10/6/new-music-reviews-106/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}