Information about plays

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

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

{
    "id": 3670151,
    "uri": "https://api.kexp.org/v2/plays/3670151/?format=api",
    "airdate": "2026-06-20T06:34:42-07:00",
    "show": 67035,
    "show_uri": "https://api.kexp.org/v2/shows/67035/?format=api",
    "image_uri": "https://coverartarchive.org/release/12d6a930-82df-4b2f-a84a-3ce617fefc19/44261118242-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/12d6a930-82df-4b2f-a84a-3ce617fefc19/44261118242-250.jpg",
    "song": "Pure Love",
    "track_id": null,
    "recording_id": "85708c64-0057-45ca-9b15-0b148ef55941",
    "artist": "Bellaire & Barbara Tucker",
    "artist_ids": [],
    "album": "Pure Love",
    "release_id": null,
    "release_group_id": "d8e1c709-bdd0-4d4a-afb7-476f485754f9",
    "labels": [
        "Le Plan"
    ],
    "label_ids": [
        "b60a563d-c294-4834-91c8-ef026b24c3fb"
    ],
    "release_date": "2026-01-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}