Information about plays

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

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

{
    "id": 3547299,
    "uri": "https://api.kexp.org/v2/plays/3547299/?format=api",
    "airdate": "2025-08-31T20:16:13-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "https://coverartarchive.org/release/28ab0770-0d8c-4f11-aa02-3e6ccf06ac6f/39306822896-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/28ab0770-0d8c-4f11-aa02-3e6ccf06ac6f/39306822896-250.jpg",
    "song": "Lovely Day",
    "track_id": null,
    "recording_id": "2b03e9e9-0593-448d-898f-9a79c91cec34",
    "artist": "Bill Withers",
    "artist_ids": [
        "fd1a2d9d-9bb6-44de-83a3-41560658aba9"
    ],
    "album": "Menagerie",
    "release_id": null,
    "release_group_id": "3fbf6c2c-69ae-35e4-be9f-53e3000f10e1",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1977-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Claire & Mike in Shoreline for their 3rd anniversary!\n\nThis feel-good Bill Withers classic comes from his 1977 Menagerie album. Singing an 18 second note on this track put Withers on the radar with Guinness World Records for one of the longest-held notes in recorded music, and perhaps the most famous of their list. You can read more here:  \nhttps://tinyurl.com/5n8z8t3c.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}