Information about plays

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

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

{
    "id": 3570109,
    "uri": "https://api.kexp.org/v2/plays/3570109/?format=api",
    "airdate": "2025-10-26T05:31:36-07:00",
    "show": 64937,
    "show_uri": "https://api.kexp.org/v2/shows/64937/?format=api",
    "image_uri": "https://coverartarchive.org/release/f9b94361-5d31-3b13-98aa-0af0cbb38269/28485564595-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f9b94361-5d31-3b13-98aa-0af0cbb38269/28485564595-250.jpg",
    "song": "Art and Freight",
    "track_id": null,
    "recording_id": null,
    "artist": "The Durutti Column",
    "artist_ids": [
        "aaddb5e3-f8a5-4a9d-8674-f885112ecf0e"
    ],
    "album": "Obey the Time",
    "release_id": null,
    "release_group_id": "b0176128-062d-3967-8548-acbd3623b075",
    "labels": [
        "Factory"
    ],
    "label_ids": [],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Art + Freight never sounded so resplendent",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}