Information about plays

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

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

{
    "id": 3551738,
    "uri": "https://api.kexp.org/v2/plays/3551738/?format=api",
    "airdate": "2025-09-11T14:51:36-07:00",
    "show": 64534,
    "show_uri": "https://api.kexp.org/v2/shows/64534/?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": [],
    "album": "The Fat of the Land",
    "release_id": null,
    "release_group_id": "ac9138ce-6331-3f8d-86d7-69f13e4ab4f4",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1997-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The drums from Fuzzy Haskins' \"The Fuz and da Boog\" were sampled here.\n--\nIn 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.'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}