Information about plays

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

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

{
    "id": 3546971,
    "uri": "https://api.kexp.org/v2/plays/3546971/?format=api",
    "airdate": "2025-08-31T01:00:39-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pariah of Death and Darkness",
    "track_id": null,
    "recording_id": "7c648c5b-b6ab-434d-93cc-607e1263c0c4",
    "artist": "Degraved",
    "artist_ids": [
        "be0e8051-50d6-4c58-b736-84a5cbc13846"
    ],
    "album": "Premonition of Blasphemy",
    "release_id": null,
    "release_group_id": "667fbd1d-ed02-450c-97bf-be25402c1408",
    "labels": [
        "Grip of Darkness"
    ],
    "label_ids": [],
    "release_date": "2025-01-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Degraved will be playing at Belltown Yacht Club in Seattle on September 14th with Tentacult and Manson's Girls.\n\nhttps://degraved.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}