Information about plays

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

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

{
    "id": 3602796,
    "uri": "https://api.kexp.org/v2/plays/3602796/?format=api",
    "airdate": "2026-01-10T21:11:40-08:00",
    "show": 65618,
    "show_uri": "https://api.kexp.org/v2/shows/65618/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Question of Degree",
    "track_id": "f98406f3-06ba-4082-9444-3490072de894",
    "recording_id": "0022b953-0b4c-418a-84cd-c0f86ebae575",
    "artist": "Wire",
    "artist_ids": [
        "7f2a8098-50e3-451c-8696-c5d9f64f4762"
    ],
    "album": "Wire on the Box: 1979",
    "release_id": "57e4bc5d-9431-4b85-ab43-f9f3c8663b36",
    "release_group_id": "7435241b-58dd-3e1a-8bb3-8db1481a4b15",
    "labels": [
        "Pinkflag"
    ],
    "label_ids": [
        "fabe1e2e-1c3b-4628-96cc-c7ae3afcf266"
    ],
    "release_date": "2004-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A Question of Degree was originally released on Wire's second album, Chairs Missing.\n\nhttps://www.pinkflag.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}