Information about plays

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

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

{
    "id": 3547456,
    "uri": "https://api.kexp.org/v2/plays/3547456/?format=api",
    "airdate": "2025-09-01T06:07:36-07:00",
    "show": 64444,
    "show_uri": "https://api.kexp.org/v2/shows/64444/?format=api",
    "image_uri": "https://ia800201.us.archive.org/1/items/mbid-175b4d4a-9d48-4f08-9006-5f221aea7238/mbid-175b4d4a-9d48-4f08-9006-5f221aea7238-38043022066_thumb500.jpg",
    "thumbnail_uri": "https://ia600201.us.archive.org/1/items/mbid-175b4d4a-9d48-4f08-9006-5f221aea7238/mbid-175b4d4a-9d48-4f08-9006-5f221aea7238-38043022066_thumb250.jpg",
    "song": "John Henry",
    "track_id": "08901972-15a2-3516-83b5-565ea024acee",
    "recording_id": "61804a75-1d2d-4e96-bada-503db254463a",
    "artist": "Pete Seeger",
    "artist_ids": [
        "af18a9bc-e4ab-4068-9489-b64e8186fcf1"
    ],
    "album": "Singalong",
    "release_id": "175b4d4a-9d48-4f08-9006-5f221aea7238",
    "release_group_id": "17dd6439-47ca-3c82-a490-30c64be3a6aa",
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The story of John Henry is told in a classic blues folk song about his duel against a drilling machine, which exists in many versions, and has been the subject of numerous stories, plays, books, and novels.\n\nPete Seeger is among dozens of artists who have recorded songs about the story of John Henry.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}