Information about plays

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

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

{
    "id": 3566315,
    "uri": "https://api.kexp.org/v2/plays/3566315/?format=api",
    "airdate": "2025-10-17T10:05:21-07:00",
    "show": 64857,
    "show_uri": "https://api.kexp.org/v2/shows/64857/?format=api",
    "image_uri": "https://dn721600.ca.archive.org/0/items/mbid-07e8eba4-9dbf-4f1f-81ba-3c9c58981b54/mbid-07e8eba4-9dbf-4f1f-81ba-3c9c58981b54-37263366700_thumb500.jpg",
    "thumbnail_uri": "https://dn721600.ca.archive.org/0/items/mbid-07e8eba4-9dbf-4f1f-81ba-3c9c58981b54/mbid-07e8eba4-9dbf-4f1f-81ba-3c9c58981b54-37263366700_thumb250.jpg",
    "song": "Don't Say Nuthin (Radio Edit)",
    "track_id": "7ed1a78e-2ead-47a7-9263-8e916f85b1a7",
    "recording_id": "c704179e-2c58-4115-b1c1-56493c0974dc",
    "artist": "The Roots",
    "artist_ids": [
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710"
    ],
    "album": "Don't Say Nuthin",
    "release_id": "07e8eba4-9dbf-4f1f-81ba-3c9c58981b54",
    "release_group_id": "d06e6e2b-28ff-4d3e-a110-deeeab373740",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Don't Say Nuthin\" was the lead single off The Roots' 2004 album, The Tipping Point.\n\nCheck out the remastered music video:\nhttps://www.youtube.com/watch?v=VB5coQcelAk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}