Information about plays

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

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

{
    "id": 3639053,
    "uri": "https://api.kexp.org/v2/plays/3639053/?format=api",
    "airdate": "2026-04-07T12:39:31-07:00",
    "show": 66391,
    "show_uri": "https://api.kexp.org/v2/shows/66391/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mary Bell",
    "track_id": "39831c60-fe08-4dee-a964-d2229dc23d53",
    "recording_id": "2edf79d7-b40a-4e5b-95c4-792adb1efded",
    "artist": "Antonioni",
    "artist_ids": [
        "e2263290-0f77-478d-99ac-df4b1ea4795f"
    ],
    "album": "Antonioni",
    "release_id": "d59ee09b-c880-465a-89e3-d169a945977c",
    "release_group_id": "6cbd7048-73d7-469d-87d4-72214e20a798",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2021-03-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle band Anonioni consisted of : \nSARAH PASILLAS - Vocals & Guitar\nKYLE TODARO - Percussion\nAUSTIN DEAN - Guitar & Keys\nBEN DORCY - Bass\n--\nThis 2021 self-titled album was their debut full-length.: https://antonioni.bandcamp.com/album/s-t",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}