Information about plays

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

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

{
    "id": 3629081,
    "uri": "https://api.kexp.org/v2/plays/3629081/?format=api",
    "airdate": "2026-03-15T02:23:22-07:00",
    "show": 66185,
    "show_uri": "https://api.kexp.org/v2/shows/66185/?format=api",
    "image_uri": "https://coverartarchive.org/release/77fea656-5921-4d57-80c8-b87c41c03f0f/11954424319-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/77fea656-5921-4d57-80c8-b87c41c03f0f/11954424319-250.jpg",
    "song": "Trashed",
    "track_id": null,
    "recording_id": "b0339e79-8b53-471e-b6f6-28a7d2913fa6",
    "artist": "Black Sabbath",
    "artist_ids": [
        "5182c1d9-c7d2-4dad-afa0-ccfeada921a8"
    ],
    "album": "Born Again",
    "release_id": null,
    "release_group_id": "de7de788-0f31-338a-9d82-8a09108e429f",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1983-08-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "The one Sabbath album w/ Ian Gillan on vocals",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}