Information about plays

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

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

{
    "id": 3632067,
    "uri": "https://api.kexp.org/v2/plays/3632067/?format=api",
    "airdate": "2026-03-21T19:37:37-07:00",
    "show": 66245,
    "show_uri": "https://api.kexp.org/v2/shows/66245/?format=api",
    "image_uri": "https://coverartarchive.org/release/378ff8d7-ac00-4f25-b314-0a4db6b625e7/40557358625-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/378ff8d7-ac00-4f25-b314-0a4db6b625e7/40557358625-250.jpg",
    "song": "Everything Sucks",
    "track_id": null,
    "recording_id": null,
    "artist": "So Pitted",
    "artist_ids": [
        "76ffc328-ce14-4c1e-abc5-28c8e072a37e"
    ],
    "album": "Cloned",
    "release_id": null,
    "release_group_id": "76419373-71b9-4860-bf8c-fd654b8b1add",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-03-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Tad Doyle, of the eponymous TAD, reocrded and produced So Pitted's most recent record Cloned!",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}