Information about plays

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

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

{
    "id": 3636334,
    "uri": "https://api.kexp.org/v2/plays/3636334/?format=api",
    "airdate": "2026-04-01T06:14:23-07:00",
    "show": 66335,
    "show_uri": "https://api.kexp.org/v2/shows/66335/?format=api",
    "image_uri": "https://dn710707.ca.archive.org/0/items/mbid-4eddd9ca-a36f-38d1-b766-266446c0198a/mbid-4eddd9ca-a36f-38d1-b766-266446c0198a-25729922047_thumb500.jpg",
    "thumbnail_uri": "https://dn710707.ca.archive.org/0/items/mbid-4eddd9ca-a36f-38d1-b766-266446c0198a/mbid-4eddd9ca-a36f-38d1-b766-266446c0198a-25729922047_thumb250.jpg",
    "song": "Ball and Biscuit",
    "track_id": "bbccde4a-b45e-38b5-9fcd-9f9b15e8f948",
    "recording_id": "3022dd1a-5c9e-4442-89a0-92980d843b6d",
    "artist": "The White Stripes",
    "artist_ids": [
        "11ae9fbb-f3d7-4a47-936f-4c0a04d3b3b5"
    ],
    "album": "Elephant",
    "release_id": "4eddd9ca-a36f-38d1-b766-266446c0198a",
    "release_group_id": "d85b9684-4277-3565-b89b-115c8b4b7fd3",
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2003-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ALBUM-versary! The White Stripes release Elephant on this day in 2003. \n\nThe microphone that provided the title for this song is a STC 4021, which they had in Toe-Rag Studios in London, England, where this song was recorded.\n\nClocking in at 7:18, this is the longest White Stripes song ever recorded.\n\nWatch them play live in Toyko! https://youtu.be/yLTXdIpwMvk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}