Information about plays

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

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

{
    "id": 3589820,
    "uri": "https://api.kexp.org/v2/plays/3589820/?format=api",
    "airdate": "2025-12-11T16:44:08-08:00",
    "show": 65349,
    "show_uri": "https://api.kexp.org/v2/shows/65349/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Clubbed to Death (Kurayamino Variation)",
    "track_id": null,
    "recording_id": "2f6656a1-baa1-4b41-ae0f-2a5906e5e75c",
    "artist": "Rob Dougan",
    "artist_ids": [
        "42edf21b-2dda-4382-aa6b-49b6483bcf73"
    ],
    "album": "Clubbed to Death",
    "release_id": null,
    "release_group_id": "f3292d0e-8e4f-351d-b946-baad70df6b31",
    "labels": [
        "Mo Wax"
    ],
    "label_ids": [
        "a9060093-ba38-4894-994d-efb808d2d586"
    ],
    "release_date": "1995-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Robert Don Hunter Dougan is an Australian composer, known for his genre-blending music. Mixing elements of orchestral music, trip hop, and bluesy vocals, his work is tangentially relatable to electronic music. He is known primarily for his breakthrough 1995 single \"Clubbed to Death (Kurayamino Variation)\", further popularised by 1999's The Matrix soundtrack.\nhttps://www.tunefind.com/artist/rob-dougan",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}