Information about plays

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

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

{
    "id": 3617832,
    "uri": "https://api.kexp.org/v2/plays/3617832/?format=api",
    "airdate": "2026-02-15T11:36:40-08:00",
    "show": 65940,
    "show_uri": "https://api.kexp.org/v2/shows/65940/?format=api",
    "image_uri": "https://coverartarchive.org/release/36604705-8a06-41ee-b57d-78865d963ba2/6071683147-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/36604705-8a06-41ee-b57d-78865d963ba2/6071683147-250.jpg",
    "song": "The Law Is for Protection of the People",
    "track_id": null,
    "recording_id": "66c2d304-d9d9-4aad-8782-3b8bfaa69a4e",
    "artist": "Kris Kristofferson",
    "artist_ids": [
        "cb1ca13a-4821-4e66-aff0-0fd6b3dc9a81"
    ],
    "album": "Kristofferson",
    "release_id": null,
    "release_group_id": "1052b616-c5c9-437b-9dd9-73cd79135bad",
    "labels": [
        "Monument"
    ],
    "label_ids": [
        "8f5e33fd-2e2f-42ca-922c-e47fb62601e1"
    ],
    "release_date": "1970-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}