Information about plays

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

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

{
    "id": 3521915,
    "uri": "https://api.kexp.org/v2/plays/3521915/?format=api",
    "airdate": "2025-07-03T02:26:32-07:00",
    "show": 63904,
    "show_uri": "https://api.kexp.org/v2/shows/63904/?format=api",
    "image_uri": "https://coverartarchive.org/release/eb4f6474-f247-3556-8e6c-6c0b407f656f/19728027264-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eb4f6474-f247-3556-8e6c-6c0b407f656f/19728027264-250.jpg",
    "song": "Jesus Christ Pose",
    "track_id": null,
    "recording_id": "78e34f92-2ce9-4e48-8951-1aaca7ea1e31",
    "artist": "Soundgarden",
    "artist_ids": [
        "153c9281-268f-4cf3-8938-f5a4593e5df4"
    ],
    "album": "Badmotorfinger",
    "release_id": null,
    "release_group_id": "85766188-9484-333e-b8ae-a5cab5e5167b",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1991-10-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This third album from Soundgarden was the sound inspiration for Pearl Jam's album, Dark Matter.\n\nIn this particular track, Chris Cornell mocks rock stars who strike a \"Jesus Christ Pose,\" but Cornell was also mocked for his own onstage persona. In the book \"Grunge is Dead,\" Mudhoney's Mark Arm wrote, \"Chris’s antics got a little annoying. I’m all for somebody flailing around on stage and engaging the audience. But he’d grab the front of his shirt and pull it straight off in a forward motion. It was a pre-planned part of the act.\" https://tinyurl.com/yetc3a82",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}