Information about plays

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

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

{
    "id": 3559305,
    "uri": "https://api.kexp.org/v2/plays/3559305/?format=api",
    "airdate": "2025-09-29T18:45:28-07:00",
    "show": 64702,
    "show_uri": "https://api.kexp.org/v2/shows/64702/?format=api",
    "image_uri": "https://coverartarchive.org/release/66e95974-2592-4ea3-b1f7-27e283f10877/5552942323-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/66e95974-2592-4ea3-b1f7-27e283f10877/5552942323-250.jpg",
    "song": "Dirt",
    "track_id": null,
    "recording_id": "4472aacc-3ba6-40b3-9cdf-ee9677805d15",
    "artist": "Alice in Chains",
    "artist_ids": [
        "4bd95eea-b9f6-4d70-a36c-cfea77431553"
    ],
    "album": "Dirt",
    "release_id": null,
    "release_group_id": "92d8f0c4-8c64-3bee-bee1-812a70e77efa",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1992-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dirt is the second studio album by American rock band Alice in Chains.  It was the band's last album recorded with all four original members.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}