Information about plays

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

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

{
    "id": 3571921,
    "uri": "https://api.kexp.org/v2/plays/3571921/?format=api",
    "airdate": "2025-10-30T18:17:11-07:00",
    "show": 64977,
    "show_uri": "https://api.kexp.org/v2/shows/64977/?format=api",
    "image_uri": "https://ia800308.us.archive.org/15/items/mbid-325ba740-5e77-4d69-97b0-9bf6ea983612/mbid-325ba740-5e77-4d69-97b0-9bf6ea983612-4942293116_thumb500.jpg",
    "thumbnail_uri": "https://ia800308.us.archive.org/15/items/mbid-325ba740-5e77-4d69-97b0-9bf6ea983612/mbid-325ba740-5e77-4d69-97b0-9bf6ea983612-4942293116_thumb250.jpg",
    "song": "Spooky",
    "track_id": "d0886af3-0f88-3f97-83a8-b933a32e3ccf",
    "recording_id": "f440530f-bfe4-457c-bf28-d9503ed6bcf2",
    "artist": "Dusty Springfield",
    "artist_ids": [
        "b896aa8c-2761-40ce-b485-0e1fffd26167"
    ],
    "album": "How Can I Be Sure",
    "release_id": "325ba740-5e77-4d69-97b0-9bf6ea983612",
    "release_group_id": "9f6011ee-4b61-3e46-9294-6793263ea373",
    "labels": [
        "Philips"
    ],
    "label_ids": [
        "6d38d6d2-bea8-46cf-b48e-a6195fd85f12"
    ],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track was originally composed as an instrumental by saxophonist Mike Shapiro; it was later covered by Dennis Yost and the group Classics IV with lyrics about a \"spooky little girl\". Dusty Springfield's iconic version flipped the script on the gender -- https://tinyurl.com/n3k86645 \n--\nThe track has been covered by bands ranging from REM, Imogen Heap, the Atlanta Rhythm Section, the Bloodhound Gang, and more",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}