Information about plays

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

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

{
    "id": 3636457,
    "uri": "https://api.kexp.org/v2/plays/3636457/?format=api",
    "airdate": "2026-04-01T13:39:10-07:00",
    "show": 66338,
    "show_uri": "https://api.kexp.org/v2/shows/66338/?format=api",
    "image_uri": "https://coverartarchive.org/release/b8811d78-11c4-4f88-8fde-409296841262/21356054355-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b8811d78-11c4-4f88-8fde-409296841262/21356054355-250.jpg",
    "song": "I Think I’ll Call It Morning",
    "track_id": null,
    "recording_id": "05a47d3c-dd37-4e5c-bc60-4e96374d4ede",
    "artist": "Gil Scott-Heron",
    "artist_ids": [],
    "album": "Pieces of a Man",
    "release_id": null,
    "release_group_id": "950f8cdc-da7b-3cd1-8d98-1c73cf5432d9",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Gil Scott-Heron, born on this date in 1949.  He died in 2011.\n\nOn \"Pieces of a Man,\" his second album, Gil Scott-Heron and collaborator Brian Jackson were paired with legendary bassist Ron Carter, drummer Bernard Purdie, conductor Johnny Pate, flutist and saxophonist Hubert Laws, and guitarist Burt Jones.: https://magazine.waxpoetics.com/article/the-groundbreaking-1971-debut-of-brian-jackson-and-gil-scott-heron/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}