Information about plays

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

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

{
    "id": 3572034,
    "uri": "https://api.kexp.org/v2/plays/3572034/?format=api",
    "airdate": "2025-10-31T01:51:38-07:00",
    "show": 64980,
    "show_uri": "https://api.kexp.org/v2/shows/64980/?format=api",
    "image_uri": "https://ia803207.us.archive.org/6/items/mbid-31b1d9b7-ac38-4e39-8fc3-b8af1b31ef5c/mbid-31b1d9b7-ac38-4e39-8fc3-b8af1b31ef5c-12141308545_thumb500.jpg",
    "thumbnail_uri": "https://ia803207.us.archive.org/6/items/mbid-31b1d9b7-ac38-4e39-8fc3-b8af1b31ef5c/mbid-31b1d9b7-ac38-4e39-8fc3-b8af1b31ef5c-12141308545_thumb250.jpg",
    "song": "The Boogie Monster",
    "track_id": "83588cb7-b210-4274-aed1-452d29767d71",
    "recording_id": "0d6f1e51-a121-4d54-9c4f-5d33eee08437",
    "artist": "Gnarls Barkley",
    "artist_ids": [
        "a47c3aa2-7d87-475c-a2c7-1e2047dafb09"
    ],
    "album": "St. Elsewhere",
    "release_id": "31b1d9b7-ac38-4e39-8fc3-b8af1b31ef5c",
    "release_group_id": "3c47e22a-82a6-3e49-baf8-70519b6097b7",
    "labels": [
        "Downtown"
    ],
    "label_ids": [
        "5f42fd65-a55b-400c-bf8e-862db80c7bff"
    ],
    "release_date": "2006-05-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Josh!\n\n---\nCeeLo Green and Danger Mouse made this creepy tune! https://www.facebook.com/gnarlsbarkley\n--\nAlthough the song says, \"...it's already dead,\" you can watch a live performance from 2007: https://www.youtube.com/watch?v=WWUkuQxAm8c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}