Information about plays

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

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

{
    "id": 3548928,
    "uri": "https://api.kexp.org/v2/plays/3548928/?format=api",
    "airdate": "2025-09-04T17:53:49-07:00",
    "show": 64474,
    "show_uri": "https://api.kexp.org/v2/shows/64474/?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": "Mindfields",
    "track_id": null,
    "recording_id": "bf5197ab-31f0-4861-b81b-91372145dc8e",
    "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": "The Prodigy is touring!\n- September 20th-21st @ SF's Portola Festival\n- September 22nd @ SF's The Warfield\n\nMore dates & locales here: https://theprodigy.com/live-dates/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}