Information about plays

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

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

{
    "id": 3621572,
    "uri": "https://api.kexp.org/v2/plays/3621572/?format=api",
    "airdate": "2026-02-24T04:32:00-08:00",
    "show": 66016,
    "show_uri": "https://api.kexp.org/v2/shows/66016/?format=api",
    "image_uri": "https://coverartarchive.org/release/5508f6c4-933b-489e-9150-8daec11a69e8/4511137953-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5508f6c4-933b-489e-9150-8daec11a69e8/4511137953-250.jpg",
    "song": "Travellin' Man",
    "track_id": null,
    "recording_id": "f0d20856-113b-4bed-a197-a32d151fc5f2",
    "artist": "DJ Honda feat. Mos Def",
    "artist_ids": [
        "168faaa7-3c91-4857-bfb3-c60f30432834",
        "f5c4c27e-5902-4fc0-adfb-7775da3d5363"
    ],
    "album": "HII",
    "release_id": null,
    "release_group_id": "07695403-6834-3c16-98ed-df1ac2e29a98",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1998-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"HII\" is the 1998 sophomore release from Katsuhiro Honda , aka DJ Honda, a Japanese hip hop DJ, turntablist, music producer, CEO, clothing line designer, and entrepreneur.  \n\nSee the \"Travellin' Man' video, featuring Mos Def:\nhttps://youtu.be/p2YUDZZV6H8\n\nhttp://www.djhonda.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}