Information about plays

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

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

{
    "id": 3587772,
    "uri": "https://api.kexp.org/v2/plays/3587772/?format=api",
    "airdate": "2025-12-06T21:01:08-08:00",
    "show": 65306,
    "show_uri": "https://api.kexp.org/v2/shows/65306/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hyperviolet",
    "track_id": null,
    "recording_id": "b51e6d9c-1bd2-4719-87be-0ab79c4252f3",
    "artist": "Pig Destroyer",
    "artist_ids": [
        "5c0d3974-33d5-4f7a-bebc-8f50c057927e"
    ],
    "album": "Prowler in the Yard",
    "release_id": null,
    "release_group_id": "cacffa68-ae1d-39e3-9656-4f6b69de042f",
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2001-07-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Prowler...\" set at Northwest Terror Fest ~May 9th, and again Maryland Deathfest May 23",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}