Information about plays

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

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

{
    "id": 3545596,
    "uri": "https://api.kexp.org/v2/plays/3545596/?format=api",
    "airdate": "2025-08-27T19:21:49-07:00",
    "show": 64404,
    "show_uri": "https://api.kexp.org/v2/shows/64404/?format=api",
    "image_uri": "https://ia802308.us.archive.org/10/items/mbid-3dd71efa-4a6f-4035-b473-704cbc5d3905/mbid-3dd71efa-4a6f-4035-b473-704cbc5d3905-30098155000_thumb500.jpg",
    "thumbnail_uri": "https://dn721901.ca.archive.org/0/items/mbid-3dd71efa-4a6f-4035-b473-704cbc5d3905/mbid-3dd71efa-4a6f-4035-b473-704cbc5d3905-30098155000_thumb250.jpg",
    "song": "Goatband",
    "track_id": "edc29ad8-bf86-47fb-abba-20aabcc009ef",
    "recording_id": "55be6b6d-8621-422a-ae10-4266d27110b8",
    "artist": "Goat",
    "artist_ids": [
        "6738d800-5160-4959-b78a-ae12c5dba3d0"
    ],
    "album": "Requiem",
    "release_id": "40f2f962-10bd-44fd-bae0-0c8273a4a821",
    "release_group_id": "cb7171df-0e00-4146-91b3-5fce2b15e60e",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2016-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Weekly Goat sacrifice!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}