Information about plays

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

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

{
    "id": 3622256,
    "uri": "https://api.kexp.org/v2/plays/3622256/?format=api",
    "airdate": "2026-02-25T19:35:13-08:00",
    "show": 66030,
    "show_uri": "https://api.kexp.org/v2/shows/66030/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Space Tunnel",
    "track_id": null,
    "recording_id": "7e5a929b-04bd-429d-9349-b4240bb6b918",
    "artist": "Naxatras",
    "artist_ids": [
        "052b43c2-2f6a-4e60-92ea-18b4de2be0d9"
    ],
    "album": "Naxatras",
    "release_id": null,
    "release_group_id": "df76b521-60b5-4155-b9c5-77f7fff1f24d",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2015-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Naxatras is a psych rock band from Greece.\n\nSpace tunnel up ahead, a purple haired grandmother might be dead.\nShe's wearing lipstick, sunglasses too, oh lord I know this can't be true.\n\nDon't you feed on my brain like it's only a game.\nDon't you feed on my brain, don't you do it again.\n\nSpace tunnel in my head, a purple haired old lady might be dead.\nShe's wearing lipstick, sunglasses too, oh lord I know this can't be true.\n\nhttps://naxatras.bandcamp.com/track/space-tunnel",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}