Information about plays

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

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

{
    "id": 3659474,
    "uri": "https://api.kexp.org/v2/plays/3659474/?format=api",
    "airdate": "2026-05-25T17:05:41-07:00",
    "show": 66814,
    "show_uri": "https://api.kexp.org/v2/shows/66814/?format=api",
    "image_uri": "https://coverartarchive.org/release/f249ab9c-3e23-42d9-997a-dc7d22ce7f44/2701978830-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f249ab9c-3e23-42d9-997a-dc7d22ce7f44/2701978830-250.jpg",
    "song": "I'm Glad There Is You",
    "track_id": null,
    "recording_id": "c32a0fb2-c9e0-434f-a044-fd1e80b9d198",
    "artist": "Gloria Lynne",
    "artist_ids": [
        "df515f34-7b17-4db7-ab37-757d9a111e0f"
    ],
    "album": "Valentine's Day Music: a Fine Selection of Romantic Classics",
    "release_id": null,
    "release_group_id": "06984f84-f477-40bb-8ac9-793f6bd415b7",
    "labels": [
        "Perpetual"
    ],
    "label_ids": [
        "e52add56-79a2-440e-978d-e700dcbcb4f0"
    ],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "with the earl may trio",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}