Information about plays

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

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

{
    "id": 3620507,
    "uri": "https://api.kexp.org/v2/plays/3620507/?format=api",
    "airdate": "2026-02-21T20:09:18-08:00",
    "show": 65996,
    "show_uri": "https://api.kexp.org/v2/shows/65996/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Silk Sheets on Concrete",
    "track_id": null,
    "recording_id": null,
    "artist": "Matryoshka",
    "artist_ids": [],
    "album": "Blasé Saint",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sferic"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New music from ambient electronic act Matryoshka!\n\n\"Seattle-based Jaqueline Lawson aka Matryoshka...has already built a reputation as a producer for DJ Loser's Magdalena's Apathy imprint as well as work for the Nostalgians, an under-the-radar ambient rap collective featuring Yungwebster, Mdb, tnotsobad, Nopaprr and ogpra1.\"\n\nhttps://sferic.bandcamp.com/album/blas-saint",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}