Information about plays

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

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

{
    "id": 3552700,
    "uri": "https://api.kexp.org/v2/plays/3552700/?format=api",
    "airdate": "2025-09-13T21:43:09-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "https://coverartarchive.org/release/11c15c56-a354-4eaa-84f0-ff81a8810ec4/35341605465-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/11c15c56-a354-4eaa-84f0-ff81a8810ec4/35341605465-250.jpg",
    "song": "Live by the Gun",
    "track_id": null,
    "recording_id": "2b38d306-0427-4fcc-8174-8564860ec8ad",
    "artist": "The Living",
    "artist_ids": [
        "7824301d-e6dd-4d4b-8179-d1def5dddf72"
    ],
    "album": "1982",
    "release_id": null,
    "release_group_id": "3974e508-4c03-4781-abec-9637334ee9df",
    "labels": [
        "Loosegroove Records"
    ],
    "label_ids": [
        "46a478af-52fc-41db-868c-1abd9010f02f"
    ],
    "release_date": "2021-04-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring Duff McKagen on guitar and Greg Gilmore of Mother Love Bone on drums.  Released on Loose Groove Records started by Seattle legends Stone Gossard of Pearl Jam, and Regan Hagar, a sometime bandmate of Gossard’s in Brad.\n\nhttps://www.pancakesandwhiskey.com/2021/04/16/album-review-the-living-1982/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}