Information about plays

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

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

{
    "id": 3553901,
    "uri": "https://api.kexp.org/v2/plays/3553901/?format=api",
    "airdate": "2025-09-16T20:48:26-07:00",
    "show": 64581,
    "show_uri": "https://api.kexp.org/v2/shows/64581/?format=api",
    "image_uri": "https://coverartarchive.org/release/c7c1abf4-ef3e-46e0-9488-986c7c979187/39480643954-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c7c1abf4-ef3e-46e0-9488-986c7c979187/39480643954-250.jpg",
    "song": "Anoyo Drive",
    "track_id": null,
    "recording_id": "c917e6d8-5f96-469c-bc44-3dc0c2e6adaa",
    "artist": "maya ongaku",
    "artist_ids": [
        "36edfc43-0517-492b-a38d-750e2b4a479d"
    ],
    "album": "Electronic Phantoms",
    "release_id": null,
    "release_group_id": "81bfff8f-e9fa-471d-9cdb-8880094acfd3",
    "labels": [
        "Guruguru Brain"
    ],
    "label_ids": [
        "de0ecc1e-519d-40fe-8a29-b07035d9462e"
    ],
    "release_date": "2024-08-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hailing 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"
}