Information about plays

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

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

{
    "id": 3665189,
    "uri": "https://api.kexp.org/v2/plays/3665189/?format=api",
    "airdate": "2026-06-08T02:59:02-07:00",
    "show": 66932,
    "show_uri": "https://api.kexp.org/v2/shows/66932/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Once I Loved",
    "track_id": null,
    "recording_id": "8821905f-624a-4757-92c2-ef70b749077c",
    "artist": "Vince Guaraldi",
    "artist_ids": [
        "05b5488d-7141-4b21-819b-d4713abf2a98"
    ],
    "album": "The Eclectic",
    "release_id": null,
    "release_group_id": "808f7ce6-bea4-3456-abf0-33acf6a62121",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}