Information about plays

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

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

{
    "id": 3598977,
    "uri": "https://api.kexp.org/v2/plays/3598977/?format=api",
    "airdate": "2026-01-01T21:54:16-08:00",
    "show": 65535,
    "show_uri": "https://api.kexp.org/v2/shows/65535/?format=api",
    "image_uri": "https://coverartarchive.org/release/2ed95f3d-b66f-4c53-9a6b-93fc44f68e17/14937946681-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2ed95f3d-b66f-4c53-9a6b-93fc44f68e17/14937946681-250.jpg",
    "song": "白虎野の娘",
    "track_id": null,
    "recording_id": "d877fd60-f707-4c20-87c7-79b5f5e93aa6",
    "artist": "平沢進",
    "artist_ids": [
        "31e7b30b-f960-408f-908b-c8e277308eab"
    ],
    "album": "パプリカ オリジナルサウンドトラック",
    "release_id": null,
    "release_group_id": "54c75c86-bf80-3a18-b77a-6dab25d1a558",
    "labels": [
        "Chaos Union (Teslakite)"
    ],
    "label_ids": [
        "29b0ac79-ee40-48af-ab5a-e49694bc3468"
    ],
    "release_date": "2006-11-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "平沢進 (Susumu Hirasawa) is a Japanese musician and composer. He is well known for his work for the films of director Satoshi Kon and the animated adaptations of the Berserk manga series, alongside his work as a solo artist and as a member of P-Model.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}