Information about plays

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

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

{
    "id": 3549854,
    "uri": "https://api.kexp.org/v2/plays/3549854/?format=api",
    "airdate": "2025-09-07T01:35:05-07:00",
    "show": 64496,
    "show_uri": "https://api.kexp.org/v2/shows/64496/?format=api",
    "image_uri": "https://coverartarchive.org/release/6b8bcd75-04f5-4518-b34b-dc9bb63c51dc/32526511211-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6b8bcd75-04f5-4518-b34b-dc9bb63c51dc/32526511211-250.jpg",
    "song": "The Keeper",
    "track_id": null,
    "recording_id": "33128b23-4050-432e-9b64-827e6472500b",
    "artist": "Sentinel Beast",
    "artist_ids": [
        "5aa403ec-0a5c-45f5-a64d-b5e4844889ec"
    ],
    "album": "Depths of Death",
    "release_id": null,
    "release_group_id": "75c2e72b-f077-3e1f-af1a-c75501167867",
    "labels": [
        "Metal Blade Records"
    ],
    "label_ids": [
        "88aa805c-6cbe-45d2-b43e-156e94090da9"
    ],
    "release_date": "1986-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Sacramento, CA in 1984 and featuring Debbie Gunn of Znöwhite and Ice Age on vocals.\n\nhttps://www.facebook.com/people/Sentinel-Beast-Offical/100057329421362/?ref=sgm#",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}