Information about plays

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

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

{
    "id": 3640132,
    "uri": "https://api.kexp.org/v2/plays/3640132/?format=api",
    "airdate": "2026-04-10T03:05:36-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bow Down",
    "track_id": null,
    "recording_id": "bf12f4cc-2046-428b-b4e6-3041d4517126",
    "artist": "Westside Connection",
    "artist_ids": [
        "f43dd62f-4fc7-4216-9220-be555f16d131"
    ],
    "album": "Bow Down",
    "release_id": null,
    "release_group_id": "50de75a2-59f9-4ec2-8acc-0fe996afb936",
    "labels": [
        "Priority Records"
    ],
    "label_ids": [
        "ce7a2977-c7dd-4695-97e0-5e72572bf0d3"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "3AM TIME MACHINE: 1996!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}