Information about plays

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

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

{
    "id": 3571701,
    "uri": "https://api.kexp.org/v2/plays/3571701/?format=api",
    "airdate": "2025-10-30T05:51:51-07:00",
    "show": 64971,
    "show_uri": "https://api.kexp.org/v2/shows/64971/?format=api",
    "image_uri": "https://ia600308.us.archive.org/7/items/mbid-69959f4a-29fd-4867-83ec-bfb4036b30d1/mbid-69959f4a-29fd-4867-83ec-bfb4036b30d1-1672879787_thumb500.jpg",
    "thumbnail_uri": "https://ia800308.us.archive.org/7/items/mbid-69959f4a-29fd-4867-83ec-bfb4036b30d1/mbid-69959f4a-29fd-4867-83ec-bfb4036b30d1-1672879787_thumb250.jpg",
    "song": "Buggin’ Out",
    "track_id": "115802c2-8da3-3615-ad7d-609515e0a6f0",
    "recording_id": "dea63c52-2a1e-4bbf-a51a-08c98bfdb38f",
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "The Low End Theory",
    "release_id": "69959f4a-29fd-4867-83ec-bfb4036b30d1",
    "release_group_id": "c3733436-fcba-3c08-b082-d548df5c5139",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1991-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A Tribe Called Quest sampled \"Spinning Wheel\" by Blood, Sweat & Tears on \"Buggin' Out.\" They also sampled Jack DeJohnette's \"Directions. \"(1977) -- \"Buggin' Out” is attributed as the song responsible for the emergence of Phife Dawg as a notable emcee rapper, as he trades verses with Q-Tip.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}