Information about plays

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

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

{
    "id": 3571029,
    "uri": "https://api.kexp.org/v2/plays/3571029/?format=api",
    "airdate": "2025-10-28T13:42:04-07:00",
    "show": 64958,
    "show_uri": "https://api.kexp.org/v2/shows/64958/?format=api",
    "image_uri": "https://coverartarchive.org/release/2f46bec5-6923-454a-ad19-1f1d4c6e5b02/3946578219-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2f46bec5-6923-454a-ad19-1f1d4c6e5b02/3946578219-250.jpg",
    "song": "B-Boy Kingdom",
    "track_id": null,
    "recording_id": "49ea6b36-2618-44e4-8002-a3fcf548b0b9",
    "artist": "Aceyalone",
    "artist_ids": [
        "dbd1b11b-0ab2-4afd-8264-c2909237b6fb"
    ],
    "album": "All Balls Don't Bounce",
    "release_id": null,
    "release_group_id": "00e181ea-445d-3b68-b027-e907e0372953",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1995-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP P.E.A.C.E.\n\nFrom Aceyalone's solo record following Freestyle Fellowship's Innercity Griots, featuring his fellow Fellowship emcees Mykah-9 and P.E.A.C.E. and A-Team partner Abstract Rude.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}