Information about plays

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

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

{
    "id": 3644387,
    "uri": "https://api.kexp.org/v2/plays/3644387/?format=api",
    "airdate": "2026-04-20T04:14:08-07:00",
    "show": 66502,
    "show_uri": "https://api.kexp.org/v2/shows/66502/?format=api",
    "image_uri": "https://coverartarchive.org/release/defc6dcb-bab5-4ee4-96c1-507eba2def4c/17682268292-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/defc6dcb-bab5-4ee4-96c1-507eba2def4c/17682268292-250.jpg",
    "song": "A36",
    "track_id": null,
    "recording_id": null,
    "artist": "Satoshi Tomiie",
    "artist_ids": [
        "97b07d48-eada-45ce-950d-f7140ea2b4f9"
    ],
    "album": "12B Dub (Pt. 3)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Phonogramme"
    ],
    "label_ids": [
        "acfa17ab-5bb2-440d-b2ae-151b4876e6a3"
    ],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "~ feels like a Japanese dub techno kind of Monday morning ~",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}