Information about plays

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

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

{
    "id": 3579614,
    "uri": "https://api.kexp.org/v2/plays/3579614/?format=api",
    "airdate": "2025-11-18T01:15:14-08:00",
    "show": 65142,
    "show_uri": "https://api.kexp.org/v2/shows/65142/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Midnight Walking",
    "track_id": null,
    "recording_id": null,
    "artist": "CRYYS",
    "artist_ids": [],
    "album": "Cry Yourself To Sleep (demos)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"CRYYS is the LA based sorta underground and debatably necessary low-fi techno blogcore side piece to the longstanding synth band Black Marble. Chris started CRYYS (Cry Yourself to Sleep, but inexplicably pronounced \"Chris\"), in 2025 to play solo shows that fall outside the purview of his other projects.\"\n\nhttps://cry-ys.bandcamp.com/album/cry-yourself-to-sleep-demos",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}