Information about plays

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

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

{
    "id": 3663704,
    "uri": "https://api.kexp.org/v2/plays/3663704/?format=api",
    "airdate": "2026-06-04T15:49:12-07:00",
    "show": 66901,
    "show_uri": "https://api.kexp.org/v2/shows/66901/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That’s Gangsta",
    "track_id": null,
    "recording_id": "7a899ad8-affd-483e-b098-fb58d2d86c20",
    "artist": "Shyne",
    "artist_ids": [
        "b85791db-53bf-4847-ae63-75f279afd36e"
    ],
    "album": "Shyne",
    "release_id": null,
    "release_group_id": "467f6f02-9041-34d9-ad28-4980eee8b821",
    "labels": [
        "Bad Boy Records"
    ],
    "label_ids": [
        "29d43312-a8ed-4d7b-9f4e-f5650318aebb"
    ],
    "release_date": "2000-09-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"That's Gangsta\" contains samples of \"Misdemeanor\" by Foster Sylvers and \"I Ain't No Joke\" by Eric B. & Rakim.\n--\nThe song was produced by fellow Bad Boy labelmates P. Diddy and Mario Winans",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}