Information about plays

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

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

{
    "id": 3657081,
    "uri": "https://api.kexp.org/v2/plays/3657081/?format=api",
    "airdate": "2026-05-20T03:47:11-07:00",
    "show": 66764,
    "show_uri": "https://api.kexp.org/v2/shows/66764/?format=api",
    "image_uri": "https://dn710606.ca.archive.org/0/items/mbid-febf8d9a-327c-4a21-96c0-51f1a5378a87/mbid-febf8d9a-327c-4a21-96c0-51f1a5378a87-40020395201_thumb500.jpg",
    "thumbnail_uri": "https://dn710606.ca.archive.org/0/items/mbid-febf8d9a-327c-4a21-96c0-51f1a5378a87/mbid-febf8d9a-327c-4a21-96c0-51f1a5378a87-40020395201_thumb250.jpg",
    "song": "I Wanna Be Your Lover",
    "track_id": "8b76f13a-af9f-3823-bb23-5e619e22f7b7",
    "recording_id": "285b93b7-6021-4d06-a9de-718d29d727e4",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Prince",
    "release_id": "febf8d9a-327c-4a21-96c0-51f1a5378a87",
    "release_group_id": "5436e902-e53d-3ab8-82b7-3b96a04d6f40",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Prince played every single instrument on this album — guitar, bass, drums, all the keyboards, all the vocals — with one exception (some uncredited backing vocals from his touring bassist André Cymone on a different track). It went Platinum four months after release, making it the first Platinum album in history with every instrument played by one musician. Prince was 21. \"I Wanna Be Your Lover\" was the song that announced him to the rest of the industry, hitting No. 11 on the Hot 100 and No. 1 on the Billboard Hot Soul Singles chart. \n\nhttps://ultimateprince.com/prince-i-wanna-be-your-lover/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}