Information about plays

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

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

{
    "id": 3636033,
    "uri": "https://api.kexp.org/v2/plays/3636033/?format=api",
    "airdate": "2026-03-31T13:54:01-07:00",
    "show": 66330,
    "show_uri": "https://api.kexp.org/v2/shows/66330/?format=api",
    "image_uri": "https://dn710601.ca.archive.org/0/items/mbid-253af493-6d34-3a8f-a8f9-aac02e02f6cf/mbid-253af493-6d34-3a8f-a8f9-aac02e02f6cf-3374992371_thumb500.jpg",
    "thumbnail_uri": "https://dn710601.ca.archive.org/0/items/mbid-253af493-6d34-3a8f-a8f9-aac02e02f6cf/mbid-253af493-6d34-3a8f-a8f9-aac02e02f6cf-3374992371_thumb250.jpg",
    "song": "Quills",
    "track_id": "14140ca1-0073-31ba-ab34-96250d5f7127",
    "recording_id": "2f4bdcd2-cc15-40a1-80c7-1ab55b3e4033",
    "artist": "The Roots",
    "artist_ids": [
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710"
    ],
    "album": "Phrenology",
    "release_id": "253af493-6d34-3a8f-a8f9-aac02e02f6cf",
    "release_group_id": "98277141-0f63-3796-894a-11409d1377c4",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2002-11-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Roots released Phrenology on this day in 2002!\n\nThe Roots are a killer hip hop group, formed in 1987 by Tariq \"Black Thought\" Trotter and Ahmir \"Questlove\" Thompson in Philadelphia, Pennsylvania.  This song was written by Black Thought and Kareem Riggins. Watch this great live performance of \"Quills\" in 2003: https://www.youtube.com/watch?v=8Wfx51hH8bM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}