Information about plays

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

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

{
    "id": 3641530,
    "uri": "https://api.kexp.org/v2/plays/3641530/?format=api",
    "airdate": "2026-04-13T10:29:31-07:00",
    "show": 66443,
    "show_uri": "https://api.kexp.org/v2/shows/66443/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Takin’ Care of Business",
    "track_id": null,
    "recording_id": "ce865de7-84da-4fd1-b4cf-3088fef7512b",
    "artist": "Bachman–Turner Overdrive",
    "artist_ids": [
        "7a3b3f80-04b8-4968-b432-fbcd3f350716"
    ],
    "album": "Spirit Of '76",
    "release_id": null,
    "release_group_id": "3943d3c9-12fb-4c89-9167-00c7d7a9c31e",
    "labels": [],
    "label_ids": [],
    "release_date": "1986-01-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Takin' Care of Business! From the 1971 Winnipeg-formed BTO.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}