Information about plays

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

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

{
    "id": 3608865,
    "uri": "https://api.kexp.org/v2/plays/3608865/?format=api",
    "airdate": "2026-01-25T07:03:00-08:00",
    "show": 65750,
    "show_uri": "https://api.kexp.org/v2/shows/65750/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black (Grey)",
    "track_id": null,
    "recording_id": null,
    "artist": "kwes.",
    "artist_ids": [],
    "album": "Kinds",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [],
    "release_date": "2026-02-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "First taste of the upcoming sophomore album (and 1st album in 8 years) from British musician kwes. that's \"an expansive, intuitive composition set inspired by memory, colour and his kids, who also helped create the album artwork\" ~ https://kwesmusic.bandcamp.com/album/kinds",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}