Information about plays

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

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

{
    "id": 3577792,
    "uri": "https://api.kexp.org/v2/plays/3577792/?format=api",
    "airdate": "2025-11-13T20:39:50-08:00",
    "show": 65101,
    "show_uri": "https://api.kexp.org/v2/shows/65101/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Melting",
    "track_id": null,
    "recording_id": "06eafbbc-d510-40a5-94f1-66bcf54e0153",
    "artist": "maya ongaku",
    "artist_ids": [
        "36edfc43-0517-492b-a38d-750e2b4a479d"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2025-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": true,
    "comment": "maya ongaku recently stopped by for a live session. Watch the session here:\nhttps://www.youtube.com/watch?v=TIUlGjNppa8\n\n--\n\nHailing from the seaside communities surrounding Enoshima, a small island located 50 km southwest of Tokyo, maya ongaku is a ragtag collective of local musicians whose brand of earthy psychedelia transcends widely beyond the roots of their inner souls.\n\nhttps://mayaongakuggb.bandcamp.com/album/electronic-phantoms",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}