Information about plays

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

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

{
    "id": 3580287,
    "uri": "https://api.kexp.org/v2/plays/3580287/?format=api",
    "airdate": "2025-11-19T16:07:43-08:00",
    "show": 65155,
    "show_uri": "https://api.kexp.org/v2/shows/65155/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Naked Eye",
    "track_id": "1a169787-f7c4-3528-ba01-15d620b3bbbb",
    "recording_id": "c721547c-1a4d-4fa0-97ba-c9d653c57ee1",
    "artist": "Luscious Jackson",
    "artist_ids": [
        "8be5d1de-e925-4e9f-b410-6d702cd8dcaa"
    ],
    "album": "Fever In Fever Out",
    "release_id": "530fea01-7df5-4800-9cfa-a679517ab8e4",
    "release_group_id": "6699ee3a-b3da-3f91-88ca-2caad58895da",
    "labels": [
        "Grand Royal"
    ],
    "label_ids": [
        "9844e78d-d74a-4722-a28b-5f5ff840b6ad"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song \"Naked Eye\" was the band's first Billboard Top 40 hit and the only song to reach the Top 40 in the United Kingdom (peaking at No. 25).\n\nThe music video premiered on MTV in 1996 and was directed by Marcus Raboy, who worked on music videos for Naught By Nature, Salt-N-Pepa, Ice Cube, Rancid, and Mary J. Blige. \nhttps://www.youtube.com/watch?v=0NhqN0KcWAE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}