Information about plays

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

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

{
    "id": 3545719,
    "uri": "https://api.kexp.org/v2/plays/3545719/?format=api",
    "airdate": "2025-08-28T03:02:18-07:00",
    "show": 64406,
    "show_uri": "https://api.kexp.org/v2/shows/64406/?format=api",
    "image_uri": "https://coverartarchive.org/release/a7d77a77-b723-4912-98b9-1fa1c756db4c/33771619702-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a7d77a77-b723-4912-98b9-1fa1c756db4c/33771619702-250.jpg",
    "song": "A House Is Not a Home",
    "track_id": null,
    "recording_id": "a82022dc-f095-45ad-8710-07952c056add",
    "artist": "Luther Vandross",
    "artist_ids": [
        "816d9b5d-eaf9-4a97-b5f7-6e82cd01aafe"
    ],
    "album": "Never Too Much",
    "release_id": null,
    "release_group_id": "6e49186d-ce5c-3686-86cd-021f0ce1eda3",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1981-08-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rev's 3 AM Slow Jam of the Week! <3\n\nLuther Vandross' classic cover of the Bacharach-David composition, popularized by Dionne Warwick.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}