Information about plays

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

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

{
    "id": 3597669,
    "uri": "https://api.kexp.org/v2/plays/3597669/?format=api",
    "airdate": "2025-12-29T16:51:59-08:00",
    "show": 65509,
    "show_uri": "https://api.kexp.org/v2/shows/65509/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cycles",
    "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": "Kennebec is a recording project outlet of the composer, producer and multi-instrumentalist Eric Phillips. Prior Kennebec collaborators include the legendary Late Night Tales label, Future Islands frontman Samuel T. Herring, Sudan Archives, Alfa Mist, Joe Armon Jones, Ash Walker, John Craigie and Rush Sturges. \n\nhttps://kennebec1.bandcamp.com/album/the-water-wheel",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}