Information about plays

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

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

{
    "id": 3551739,
    "uri": "https://api.kexp.org/v2/plays/3551739/?format=api",
    "airdate": "2025-09-11T14:55:22-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": "Funky Shit",
    "track_id": null,
    "recording_id": "632e9ad4-5f69-4c1a-9d8a-64aacede00b2",
    "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": [
        "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": "Another song by The Prodigy that sampled the drums from Fuzzy Haskins' \"The Fuz and da Boog.\" You may also hear multiple elements from Beastie Boys' \"Root Down.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}