Information about plays

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

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

{
    "id": 3657920,
    "uri": "https://api.kexp.org/v2/plays/3657920/?format=api",
    "airdate": "2026-05-22T04:42:29-07:00",
    "show": 66781,
    "show_uri": "https://api.kexp.org/v2/shows/66781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Producción = Destrucción",
    "track_id": null,
    "recording_id": "0e198933-e709-4bbd-b4f0-cbeb52490bc8",
    "artist": "Lorelle Meets The Obsolete",
    "artist_ids": [
        "0e826d93-0b1c-46c9-b1ce-d3b5a8e567ca"
    ],
    "album": "Corporeal",
    "release_id": null,
    "release_group_id": "93f2d15e-da68-4e67-ad7f-3dd27de907d3",
    "labels": [
        "Sonic Cathedral Recordings"
    ],
    "label_ids": [
        "d1143f20-1664-4697-a4d0-2c7d32ecf9dd"
    ],
    "release_date": "2026-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}