Information about plays

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

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

{
    "id": 3581695,
    "uri": "https://api.kexp.org/v2/plays/3581695/?format=api",
    "airdate": "2025-11-22T23:38:54-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Abolish Government / Silent Majority",
    "track_id": "08f9ed82-b37d-4a76-b199-0c04357a6826",
    "recording_id": "bbe3b6df-801d-4c83-b9f1-5b2a7fa72621",
    "artist": "T.S.O.L.",
    "artist_ids": [
        "e3207b63-ab05-42bc-924e-b1299b89c406"
    ],
    "album": "Thoughts of Yesterday 1981-1982",
    "release_id": "15304f42-7a0d-460f-98c1-bd43962f7958",
    "release_group_id": "c7b812f5-e1e3-398e-9750-7ca9364672e2",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For John in Ballard",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}