Information about plays

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

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

{
    "id": 3583479,
    "uri": "https://api.kexp.org/v2/plays/3583479/?format=api",
    "airdate": "2025-11-27T02:19:15-08:00",
    "show": 65220,
    "show_uri": "https://api.kexp.org/v2/shows/65220/?format=api",
    "image_uri": "https://coverartarchive.org/release/2a059e43-e66c-4d6d-9a4f-dea9a6919061/10112836421-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2a059e43-e66c-4d6d-9a4f-dea9a6919061/10112836421-250.jpg",
    "song": "Da Mystery of Chessboxin’",
    "track_id": null,
    "recording_id": "97bb703b-e112-44a7-9d8b-5e1a0ad3fd2c",
    "artist": "Wu‐Tang Clan",
    "artist_ids": [
        "0febdcf7-4e1f-4661-9493-b40427de2c13"
    ],
    "album": "Enter the Wu‐Tang (36 Chambers)",
    "release_id": null,
    "release_group_id": "610fb60f-900a-3c42-ac7d-f6b6aa8035f9",
    "labels": [
        "Loud Records"
    ],
    "label_ids": [
        "32f6ca53-2be0-4dcd-8c08-e46eb6a018aa"
    ],
    "release_date": "1993-11-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song title is inspired by the 1979 Kung Fu film “Mystery of Chessboxing.” It’s the B-Side to Wu-Tang’s classic “C.R.E.A.M”, and features the two less prominent members of the Clan, U-God and Masta Killa. Watch the video here: youtu.be",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}