Information about plays

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

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

{
    "id": 3600650,
    "uri": "https://api.kexp.org/v2/plays/3600650/?format=api",
    "airdate": "2026-01-05T16:48:28-08:00",
    "show": 65573,
    "show_uri": "https://api.kexp.org/v2/shows/65573/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hungry Soul (feat. Alea Lorén & Co)",
    "track_id": null,
    "recording_id": null,
    "artist": "Kennebec",
    "artist_ids": [
        "e653d242-3202-4a4d-b975-0476b253d581"
    ],
    "album": "The Water Wheel",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-11-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Locking himself away in his home studio, he found a tonic in the creation of The Water Wheel; an album that’s a settling, cathartic celebration of life, meant as a balm for our chaotic times. \n\n\nhttps://kennebec1.bandcamp.com/album/the-water-wheel",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}