Information about plays

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

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

{
    "id": 3546725,
    "uri": "https://api.kexp.org/v2/plays/3546725/?format=api",
    "airdate": "2025-08-30T13:50:43-07:00",
    "show": 64429,
    "show_uri": "https://api.kexp.org/v2/shows/64429/?format=api",
    "image_uri": "https://coverartarchive.org/release/24587253-3368-4ec2-a34d-9bcd2b5de57d/34015251111-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/24587253-3368-4ec2-a34d-9bcd2b5de57d/34015251111-250.jpg",
    "song": "Diesel Power",
    "track_id": null,
    "recording_id": "7aa0241d-0786-42be-8cf3-3151c85347f4",
    "artist": "The Prodigy",
    "artist_ids": [
        "4a4ee089-93b1-4470-af9a-6ff575d32704"
    ],
    "album": "The Fat of the Land",
    "release_id": null,
    "release_group_id": "ac9138ce-6331-3f8d-86d7-69f13e4ab4f4",
    "labels": [],
    "label_ids": [],
    "release_date": "1997-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1999, 'The Fat of the Land' entered the Guinness World Records as the fastest-selling UK album. The album was also nominated for the 1998 Grammy Award for Best Alternative Music Album, but lost to some band named Radiohead and their album 'OK Computer.' \n--- \n“Diesel Power” was inspired by the band’s love for the power and raw energy of diesel engines.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}