Information about plays

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

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

{
    "id": 3618320,
    "uri": "https://api.kexp.org/v2/plays/3618320/?format=api",
    "airdate": "2026-02-16T14:07:34-08:00",
    "show": 65951,
    "show_uri": "https://api.kexp.org/v2/shows/65951/?format=api",
    "image_uri": "https://coverartarchive.org/release/de3fc9ac-4f6b-42a4-bbe6-f06b9ba7411c/43400883874-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/de3fc9ac-4f6b-42a4-bbe6-f06b9ba7411c/43400883874-250.jpg",
    "song": "Kissing My Love",
    "track_id": null,
    "recording_id": "5a164c72-19e5-4689-b4c3-23ab85d96595",
    "artist": "Bill Withers",
    "artist_ids": [
        "fd1a2d9d-9bb6-44de-83a3-41560658aba9"
    ],
    "album": "Still Bill",
    "release_id": null,
    "release_group_id": "63544e97-de86-3096-8702-250590ae5f90",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1972-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“She's so good at what she does / All she wants to do is kiss and hug…”\n Bill Withers performs “Kissing My Love” on the German program ‘Beat Club’ in 1972:https://www.facebook.com/LegacyRecordings/videos/shes-so-good-at-what-she-does-all-she-wants-to-do-is-kiss-and-hug-bill-withers-p/10154070388472996/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}