Information about plays

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

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

{
    "id": 3628129,
    "uri": "https://api.kexp.org/v2/plays/3628129/?format=api",
    "airdate": "2026-03-12T14:46:07-07:00",
    "show": 66162,
    "show_uri": "https://api.kexp.org/v2/shows/66162/?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": "Shame on a Nigga",
    "track_id": null,
    "recording_id": "e4047184-0c3b-4132-8551-48d2c3344807",
    "artist": "Wu-Tang Clan",
    "artist_ids": [],
    "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": "\"Shame on a Nigga,\" produced by RZA,  contains samples of \"Different Strokes\" by Syl Johnson, \"Black and Tan Fantasy\" by Thelonious Monk, \"Mama Said Knock You Out\" by LL Cool J, \"Warriors Come Out and Play\" from the movie The Warriors and \"Arrest Him!\" from the movie Shaolin and Wu Tang.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}