Information about plays

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

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

{
    "id": 3596848,
    "uri": "https://api.kexp.org/v2/plays/3596848/?format=api",
    "airdate": "2025-12-27T19:26:45-08:00",
    "show": 65492,
    "show_uri": "https://api.kexp.org/v2/shows/65492/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Turbulence (feat. Nathan Nzanga)",
    "track_id": null,
    "recording_id": null,
    "artist": "Hard Maybe",
    "artist_ids": [],
    "album": "More of the Usual Stuff",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Hard Maybe is a genre-bending neo soul/funk band hailing from Seattle with a sound described as a \"fusion style completely their own.\" With three-part harmony punctuated by horns, they seamlessly blend ingredients from back-beat driven funk, jazz, soul, and more to create an effortlessly cohesive and rich sound.\n\nhttps://hardmaybe.bandcamp.com/album/more-of-the-usual-stuff",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}