Information about plays

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

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

{
    "id": 3574681,
    "uri": "https://api.kexp.org/v2/plays/3574681/?format=api",
    "airdate": "2025-11-06T10:07:46-08:00",
    "show": 65037,
    "show_uri": "https://api.kexp.org/v2/shows/65037/?format=api",
    "image_uri": "https://ia601804.us.archive.org/5/items/mbid-4b2d3966-cdcf-4840-a670-ca83d30322f7/mbid-4b2d3966-cdcf-4840-a670-ca83d30322f7-28403254328_thumb500.jpg",
    "thumbnail_uri": "https://dn710000.ca.archive.org/0/items/mbid-4b2d3966-cdcf-4840-a670-ca83d30322f7/mbid-4b2d3966-cdcf-4840-a670-ca83d30322f7-28403254328_thumb250.jpg",
    "song": "I Know You Got Soul",
    "track_id": "2dfecac4-1bfe-325c-a6b2-f344edbb9d26",
    "recording_id": "b5dd3e75-3eb6-4541-a4b5-b839b21c1b67",
    "artist": "Eric B. & Rakim",
    "artist_ids": [
        "925228de-bbe5-4c7b-b76f-78e382ec9148"
    ],
    "album": "Paid in Full",
    "release_id": "4b2d3966-cdcf-4840-a670-ca83d30322f7",
    "release_group_id": "e124668d-731c-3d2f-bd38-facf91df5e27",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2005-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "James Brown's right-hand man Bobby Byrd released \"I Know You Got Soul\" in 1971, where he sang: \"I know you got soul - if you didn't you wouldn't be in here!\"\n\nThis Eric B. & Rakim track borrows the title and samples the main riff. \n--\n'Paid in Full' is the debut album of American hip hop duo Eric B. & Rakim and one of the most influential rap albums of all times!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}