Information about plays

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

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

{
    "id": 3628132,
    "uri": "https://api.kexp.org/v2/plays/3628132/?format=api",
    "airdate": "2026-03-12T14:57:06-07:00",
    "show": 66162,
    "show_uri": "https://api.kexp.org/v2/shows/66162/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Gettin' Down",
    "track_id": null,
    "recording_id": "8b14e7e7-f62d-4af1-b939-b3c34ae3996a",
    "artist": "Weldon Irvine",
    "artist_ids": [
        "92a0f97c-311e-4ca9-8bb3-247b3d96d41b"
    ],
    "album": "Spirit Man",
    "release_id": null,
    "release_group_id": "918988c9-3ade-3ad9-ad7d-f446489ebf70",
    "labels": [
        "Get On Down"
    ],
    "label_ids": [
        "700ae57b-cb63-41d2-a86c-1656db7f37cd"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Weldon Jonathan Irvine, Jr. (October 27, 1943 – April 9, 2002), also known Master Wel, was an American composer, playwright, poet, pianist and organist.  He was Nina Simone's bandleader through the '60s and '70s. He's claimed as a major influence and mentor to rappers Madlib, Mos Def, and Q-Tip .: https://www.jazzmusicarchives.com/artist/weldon-irvine",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}