Information about plays

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

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

{
    "id": 3644925,
    "uri": "https://api.kexp.org/v2/plays/3644925/?format=api",
    "airdate": "2026-04-21T13:06:15-07:00",
    "show": 66513,
    "show_uri": "https://api.kexp.org/v2/shows/66513/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Looking Glass Girl",
    "track_id": null,
    "recording_id": "06416a5d-fbf0-4830-a428-19ea59b61931",
    "artist": "The Glove",
    "artist_ids": [
        "bc91f8af-a6e5-46f3-b239-b5b1c390e535"
    ],
    "album": "Blue Sunshine",
    "release_id": null,
    "release_group_id": "6e111039-2375-33a1-8625-f63d2b293bf0",
    "labels": [
        "Wonderland"
    ],
    "label_ids": [
        "afe5ddde-ef1c-497b-9242-33655877cee1"
    ],
    "release_date": "1983-08-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Forty-three years after it quietly came and went, Blue Sunshine is getting a proper re-airing: in January of this year, Rhino released a new reissue of the Glove's only album, compiled by Robert Smith and Steven Severin themselves. That's probably why you're hearing \"Looking Glass Girl\" at all — a song that spent most of its life out of print, traded between goth kids on cassette dubs, and is newly back on shelves. Read more here: https://bigtakeover.com/recordings/the-glove-blue-sunshine-rhino\nhttps://thegloveband.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}