Information about plays

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

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

{
    "id": 3656874,
    "uri": "https://api.kexp.org/v2/plays/3656874/?format=api",
    "airdate": "2026-05-19T15:02:36-07:00",
    "show": 66760,
    "show_uri": "https://api.kexp.org/v2/shows/66760/?format=api",
    "image_uri": "https://coverartarchive.org/release/55c57300-5bc4-4dec-85a3-7d8698c9bc90/955219996-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/55c57300-5bc4-4dec-85a3-7d8698c9bc90/955219996-250.jpg",
    "song": "Malcolm",
    "track_id": null,
    "recording_id": "e0fd658b-241e-4733-8fe1-d6c0d33f51be",
    "artist": "Ghostface Killah",
    "artist_ids": [
        "3b39abeb-0064-4eed-9ddd-ee47a45c54cb"
    ],
    "album": "Supreme Clientele",
    "release_id": null,
    "release_group_id": "e54744e2-7646-304d-abb8-2952671da3bb",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2000-01-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday Malcolm!\n--\nGhostface Killah pictures himself as civil rights activist Malcolm X on this track. This song is famous for including a real-life diss directed at rapper Mase—referencing an altercation where Ghostface punched him over remarks Mase made about the Wu-Tang Clan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}