Information about plays

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

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

{
    "id": 3571566,
    "uri": "https://api.kexp.org/v2/plays/3571566/?format=api",
    "airdate": "2025-10-29T22:10:22-07:00",
    "show": 64969,
    "show_uri": "https://api.kexp.org/v2/shows/64969/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Forest of Black",
    "track_id": null,
    "recording_id": "f00f770d-de30-45bf-bc4b-71218ffe706a",
    "artist": "Dirty Filthy Mud",
    "artist_ids": [
        "893f69c5-b30c-4535-9405-6bad81467a0b"
    ],
    "album": "The Forest of Black",
    "release_id": null,
    "release_group_id": "b5dc3df0-07bb-478b-822b-4a699e48fac1",
    "labels": [
        "Worex"
    ],
    "label_ids": [
        "13bc5bf7-6120-4144-8ed5-30b1019fd2ea"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rare single out of Oakland, CA. Band consisted of Kyle Hunter (vocals, drums), Roger Sabine (guitar, vocals), Jim Thorsen (guitar), Gary Kennings (bass), Art Doran (organ), Mark Minzyk (drums), and “Len” (synth).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}