Information about plays

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

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

{
    "id": 3592710,
    "uri": "https://api.kexp.org/v2/plays/3592710/?format=api",
    "airdate": "2025-12-18T14:45:59-08:00",
    "show": 65411,
    "show_uri": "https://api.kexp.org/v2/shows/65411/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "S.A.T.O.",
    "track_id": null,
    "recording_id": "6256b1c2-c6e5-4d32-b450-003eb2302b54",
    "artist": "Ozzy Osbourne",
    "artist_ids": [
        "8aa5b65a-5b3c-4029-92bf-47a544356934"
    ],
    "album": "Diary of a Madman",
    "release_id": null,
    "release_group_id": "5e8dc90d-610e-3d85-8884-a1449d74e6cc",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1981-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to Songfacts, the title “S.A.T.O” refers to the initials of Sharon Arden –Osbourne's second wife’s name before they married – and his first wife, Thelma Osbourne. The song was originally titled “Strange Voyage” and inspired by a letter written by a 13th-century monk titled “A Ship to Cross the Sea of Suffering.\"\n--\nHere's a live performance of this song in Houston in 2019: https://www.youtube.com/watch?v=IpoOn2z5toI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}