Information about plays

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

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

{
    "id": 3656163,
    "uri": "https://api.kexp.org/v2/plays/3656163/?format=api",
    "airdate": "2026-05-17T23:04:21-07:00",
    "show": 66745,
    "show_uri": "https://api.kexp.org/v2/shows/66745/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tee Den",
    "track_id": null,
    "recording_id": "34f4f1b3-0dd2-4463-b830-272332324934",
    "artist": "Foodman",
    "artist_ids": [
        "4b7703c6-e08e-404d-970f-9b28842923ef"
    ],
    "album": "Tee Den",
    "release_id": null,
    "release_group_id": "0e657e5f-5684-4d19-9e79-949bd5e594f2",
    "labels": [
        "Unknown to the Unknown"
    ],
    "label_ids": [
        "d9d33e58-21c9-47b7-8b77-045efbc8ae54"
    ],
    "release_date": "2026-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}