Information about plays

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

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

{
    "id": 3591269,
    "uri": "https://api.kexp.org/v2/plays/3591269/?format=api",
    "airdate": "2025-12-15T03:59:58-08:00",
    "show": 65383,
    "show_uri": "https://api.kexp.org/v2/shows/65383/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Quinault Lullaby",
    "track_id": null,
    "recording_id": null,
    "artist": "Mrs. Hannah Bowechop",
    "artist_ids": [],
    "album": "Library of Congress AFS 10092 B14",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Quinault\n\nPart of the Library of Congress' effort to document the music of Native American people. This field recording was from a collection recorded by Willard Rhodes: Music of the American Indian: Puget Sound",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}