Information about plays

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

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

{
    "id": 3659251,
    "uri": "https://api.kexp.org/v2/plays/3659251/?format=api",
    "airdate": "2026-05-25T03:27:37-07:00",
    "show": 66809,
    "show_uri": "https://api.kexp.org/v2/shows/66809/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sometimes (mono)",
    "track_id": null,
    "recording_id": "950b31db-3382-430f-8c41-3f1475aef6b6",
    "artist": "Manfred Mann",
    "artist_ids": [
        "06b6f280-8787-4a3d-8ab6-c6487b465320"
    ],
    "album": "manfred mann chapter 3",
    "release_id": null,
    "release_group_id": "371d060c-29a3-40bc-be9f-dd1f42aa68d5",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}