Information about plays

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

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

{
    "id": 3562074,
    "uri": "https://api.kexp.org/v2/plays/3562074/?format=api",
    "airdate": "2025-10-06T17:32:44-07:00",
    "show": 64765,
    "show_uri": "https://api.kexp.org/v2/shows/64765/?format=api",
    "image_uri": "https://coverartarchive.org/release/c7a3e96e-7632-4562-950f-40fab74f0790/42808407209-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c7a3e96e-7632-4562-950f-40fab74f0790/42808407209-250.jpg",
    "song": "All Alone",
    "track_id": null,
    "recording_id": "1677b189-7d99-4448-948d-c26bf86ebb3e",
    "artist": "Mad Season",
    "artist_ids": [
        "bfd085b8-0bbf-46b3-8ab9-193bca5c85e7"
    ],
    "album": "Above",
    "release_id": null,
    "release_group_id": "dfd71e05-6a88-3fed-87be-a09d466766e5",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1995-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#518\n\nMad Season was a supergroup formed in 1994 featuring guitarist Mike McCready of Pearl Jam, lead singer Layne Staley of Alice in Chains, drummer Barrett Martin of Screaming Trees, and bassist John Baker Saunders of The Walkabouts.\n\nCheckout this amazing video of Mad Season live at the Moore in 1995.\nhttps://www.youtube.com/watch?v=wg1XErSmRDY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}