Information about plays

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

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

{
    "id": 3633929,
    "uri": "https://api.kexp.org/v2/plays/3633929/?format=api",
    "airdate": "2026-03-26T15:10:19-07:00",
    "show": 66285,
    "show_uri": "https://api.kexp.org/v2/shows/66285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "For Heaven’s Sake 2000",
    "track_id": null,
    "recording_id": "28dd53f1-5eae-4c8e-9fd8-16d5c98b1bea",
    "artist": "Wu‐Tang Clan feat. Tony Iommi & Ozzy Osbourne",
    "artist_ids": [
        "0febdcf7-4e1f-4661-9493-b40427de2c13",
        "e5fa0175-2e93-4ca7-90c3-33f239381252",
        "8aa5b65a-5b3c-4029-92bf-47a544356934"
    ],
    "album": "Loud Rocks",
    "release_id": null,
    "release_group_id": "e1964ba9-fa26-3327-9260-6e4da2470349",
    "labels": [
        "Loud Records"
    ],
    "label_ids": [
        "32f6ca53-2be0-4dcd-8c08-e46eb6a018aa"
    ],
    "release_date": "2000-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"...in the year 2000, inspired by seeing two of the era's most dangerous bands touring together, a hip hop entrepreneur released an album that pulled the same trick as Judgment Night - an album that brought System of a Down, Ozzy Osbourne and the Wu-Tang Clan together, and an album he thought would be the biggest of his career. It was called 'Loud Rocks.' And it completely flopped.\"  Learn the story behind the \"Loud Rocks\" album: https://www.loudersound.com/bands-artists/the-story-of-loud-rocks-ozzy-osbourne-serj-tankian-wu-tang-clan",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}