Information about plays

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

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

{
    "id": 3629562,
    "uri": "https://api.kexp.org/v2/plays/3629562/?format=api",
    "airdate": "2026-03-16T02:45:38-07:00",
    "show": 66194,
    "show_uri": "https://api.kexp.org/v2/shows/66194/?format=api",
    "image_uri": "https://coverartarchive.org/release/f2ad62a6-3d34-44b2-a02b-93733febd568/6328648034-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f2ad62a6-3d34-44b2-a02b-93733febd568/6328648034-250.jpg",
    "song": "Electric Surf Board",
    "track_id": null,
    "recording_id": "d3dc0795-79e2-4288-adca-964e0666d2af",
    "artist": "“Brother” Jack McDuff",
    "artist_ids": [
        "e0cd33e5-f664-4a21-b7eb-f0b07dd2c1d0"
    ],
    "album": "Sophisticated Funk",
    "release_id": null,
    "release_group_id": "5dd57006-d990-45c8-8a29-51ce43d84e23",
    "labels": [
        "Chess"
    ],
    "label_ids": [
        "6c6eb4e5-f7c7-48bd-93d2-4901b4971e12"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}