Information about plays

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

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

{
    "id": 3420871,
    "uri": "https://api.kexp.org/v2/plays/3420871/?format=api",
    "airdate": "2024-11-03T10:46:43-08:00",
    "show": 61752,
    "show_uri": "https://api.kexp.org/v2/shows/61752/?format=api",
    "image_uri": "https://coverartarchive.org/release/8662a15b-ca9c-4a51-85ee-11f30c5a2c33/1492472116-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8662a15b-ca9c-4a51-85ee-11f30c5a2c33/1492472116-250.jpg",
    "song": "Waist Deep in the Big Muddy",
    "track_id": null,
    "recording_id": "03e35583-87d5-4027-9cdc-a1e9e3563819",
    "artist": "Pete Seeger",
    "artist_ids": [
        "af18a9bc-e4ab-4068-9489-b64e8186fcf1"
    ],
    "album": "Waist Deep in the Big Muddy & Other Love Songs",
    "release_id": null,
    "release_group_id": "3edc54fd-8d08-3bba-854c-2e4edad5ded6",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Telling the story of a platoon led into a dangerous river by a captain ignoring his sergeant's concerns, it was an allegory for Seeger’s views on the Vietnam War. When he recorded it for the Smothers Brothers Comedy Hour it was originally censored for its political perspective, but a year later Seeger sung it on the show.\nhttps://peteseeger.bandcamp.com/track/waist-deep-in-the-big-muddy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}