Information about plays

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

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

{
    "id": 3526153,
    "uri": "https://api.kexp.org/v2/plays/3526153/?format=api",
    "airdate": "2025-07-12T21:21:07-07:00",
    "show": 63998,
    "show_uri": "https://api.kexp.org/v2/shows/63998/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Witness to a Rape",
    "track_id": null,
    "recording_id": "ba16508e-9580-4f34-bc6a-f22136cda51e",
    "artist": "Born Against",
    "artist_ids": [
        "983825cd-4c25-45c5-adbb-3f9cdced6285"
    ],
    "album": "The Rebel Sound of Shit and Failure",
    "release_id": null,
    "release_group_id": "d9ffd3ec-7586-3b19-a4c6-447544f072ce",
    "labels": [
        "Vermiform"
    ],
    "label_ids": [
        "49b98a7d-d472-4dfc-952f-66796215fa23"
    ],
    "release_date": "1995-05-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Brandon in Ballard",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}