Information about plays

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

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

{
    "id": 3621171,
    "uri": "https://api.kexp.org/v2/plays/3621171/?format=api",
    "airdate": "2026-02-23T06:57:28-08:00",
    "show": 66009,
    "show_uri": "https://api.kexp.org/v2/shows/66009/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hip Hop Hooray",
    "track_id": "a146e540-c5e1-43eb-9a76-ebae887cc4d9",
    "recording_id": "615504a4-b3b5-49dc-8d62-f9700c0202e3",
    "artist": "Naughty by Nature",
    "artist_ids": [
        "3bdcd49d-212e-4f4f-877a-eac1e4a2bddc"
    ],
    "album": "19 Naughty III",
    "release_id": "f04216f6-18f4-4658-b15a-3c24bf1d0949",
    "release_group_id": "dde7b901-e854-3565-a76b-60a918088194",
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1993, Naughty by Nature released their third album, \"19 Naughty III\" featuring “Hip Hop Hooray” which contains samples of \"Funky President\" by James Brown, \"Don't Change Your Love\" by Five Stairsteps, \"Make Me Say it Again, Girl\" by Isley Brothers, \"You Can't Turn Me Away\" by Sylvia Striplin and \"Sledgehammer\" by Peter Gabriel. 🤯",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}