Information about plays

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

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

{
    "id": 3625634,
    "uri": "https://api.kexp.org/v2/plays/3625634/?format=api",
    "airdate": "2026-03-05T13:45:11-08:00",
    "show": 66099,
    "show_uri": "https://api.kexp.org/v2/shows/66099/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Go Stetsa I",
    "track_id": "80c5201e-57c7-3677-94dd-0eba2dfbe854",
    "recording_id": "0732e0fb-3fe8-467c-836a-ef660a066a54",
    "artist": "Stetsasonic",
    "artist_ids": [
        "2d84d1c0-f6fe-4af0-848c-fffdc1e080dc"
    ],
    "album": "On Fire",
    "release_id": "e58fd7d1-dfd4-48d3-8247-6b2e3b643209",
    "release_group_id": "9c1962c8-76f7-3e7f-a01e-f200f12722d3",
    "labels": [
        "Tommy Boy",
        "Tommy Boy Music"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f",
        "25782561-07e5-453b-b2e9-6a7c39f86a3e"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1984, the owner of Calliope Studios invited Power to sit in as an engineer on a session for the pioneering Brooklyn rap outfit Stetsasonic. The band were so impressed with Power’s work, they kept him around for the recording of their breakthrough 1986 album \"On Fire.\" Power had found his niche in hip-hop, and went on to work closely with the New York collective Native Tongues, which included A Tribe Called Quest, Black Sheep, De La Soul, and Jungle Brothers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}