Information about plays

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

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

{
    "id": 3558786,
    "uri": "https://api.kexp.org/v2/plays/3558786/?format=api",
    "airdate": "2025-09-28T11:24:25-07:00",
    "show": 64690,
    "show_uri": "https://api.kexp.org/v2/shows/64690/?format=api",
    "image_uri": "https://coverartarchive.org/release/06943868-e827-49cb-95c9-e7ec3310b4a9/41805789974-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/06943868-e827-49cb-95c9-e7ec3310b4a9/41805789974-250.jpg",
    "song": "Oh What a Beautiful World",
    "track_id": null,
    "recording_id": "26115307-a33a-4602-a095-d3e6fad946a7",
    "artist": "Willie Nelson with Rodney Crowell",
    "artist_ids": [
        "668fd73c-bf54-4310-a139-305517f05311",
        "a201fa9d-5896-423d-b629-327228c62a7c"
    ],
    "album": "Oh What a Beautiful World",
    "release_id": null,
    "release_group_id": "bf9b8288-03c2-46ba-8ef6-6d78e6b9eaef",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2025-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album follows Willie Nelson’s tradition of releasing albums honoring different songwriters. The songs on “Oh What A Beautiful World” are written or co-written by Rodney Crowell, spanning his entire career.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}