Information about plays

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

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

{
    "id": 3587872,
    "uri": "https://api.kexp.org/v2/plays/3587872/?format=api",
    "airdate": "2025-12-07T02:39:59-08:00",
    "show": 65311,
    "show_uri": "https://api.kexp.org/v2/shows/65311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Flowing Field of Green",
    "track_id": null,
    "recording_id": "a9e92a8c-77bb-4e93-80e7-a88c45af1371",
    "artist": "Planning for Burial",
    "artist_ids": [
        "49f035ad-1fa0-4a2b-9d8b-7f67333570e9"
    ],
    "album": "It’s Closeness, It’s Easy",
    "release_id": null,
    "release_group_id": "efc66c3a-c80f-41c0-9503-bca65b0e2796",
    "labels": [
        "The Flenser"
    ],
    "label_ids": [
        "ebcfe512-d267-4964-9642-3863c64e6674"
    ],
    "release_date": "2025-05-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}