Information about plays

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

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

{
    "id": 3622260,
    "uri": "https://api.kexp.org/v2/plays/3622260/?format=api",
    "airdate": "2026-02-25T19:51:56-08:00",
    "show": 66030,
    "show_uri": "https://api.kexp.org/v2/shows/66030/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Smile",
    "track_id": null,
    "recording_id": "2a52995c-6e43-4d10-82e9-baf2e67005c9",
    "artist": "David Axelrod",
    "artist_ids": [
        "d5c756c1-4872-457b-8f00-d620547cbb85"
    ],
    "album": "Song of Innocence",
    "release_id": null,
    "release_group_id": "48a01037-41ca-3420-8ef5-c7a0779860f1",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Song of Innocence is the debut album by American composer and producer David Axelrod. \n\nAxelrod composed this experimental album as a suite-like tone poem interpreting Songs of Innocence, a 1789 illustrated collection of poems by William Blake.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}