Information about plays

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

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

{
    "id": 3632182,
    "uri": "https://api.kexp.org/v2/plays/3632182/?format=api",
    "airdate": "2026-03-22T00:27:55-07:00",
    "show": 66247,
    "show_uri": "https://api.kexp.org/v2/shows/66247/?format=api",
    "image_uri": "https://coverartarchive.org/release/f56eb0a3-ed8a-4b79-a264-7b0052652681/42359325545-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f56eb0a3-ed8a-4b79-a264-7b0052652681/42359325545-250.jpg",
    "song": "Only Ash and Dust",
    "track_id": null,
    "recording_id": "8a7656a6-0aa4-4c5d-904b-50bd96f5d10a",
    "artist": "Crypt Sermon",
    "artist_ids": [
        "7e166d62-ff82-43f5-a2e7-c4cb6b71751c"
    ],
    "album": "Saturnian Appendices",
    "release_id": null,
    "release_group_id": "b03de333-fe09-4756-bd53-e6a53055ea8d",
    "labels": [
        "Dark Descent"
    ],
    "label_ids": [
        "62a84932-c6c3-4cac-88f5-e41460e2fa13"
    ],
    "release_date": "2025-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frank Chin, the new bass player for Eternal Champion (RIP Brad) also holds down the low end in Crypt Sermon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}