Information about plays

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

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

{
    "id": 3572636,
    "uri": "https://api.kexp.org/v2/plays/3572636/?format=api",
    "airdate": "2025-11-01T15:02:12-07:00",
    "show": 64994,
    "show_uri": "https://api.kexp.org/v2/shows/64994/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-69e5cf67-7cea-4fe8-9129-9779f0a93d69/mbid-69e5cf67-7cea-4fe8-9129-9779f0a93d69-1171157457_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-69e5cf67-7cea-4fe8-9129-9779f0a93d69/mbid-69e5cf67-7cea-4fe8-9129-9779f0a93d69-1171157457_thumb250.jpg",
    "song": "Nouveau western",
    "track_id": "de46c5c5-543b-35e5-bf92-ed633e572925",
    "recording_id": "cdc63eef-a12f-44ea-b62a-77ba10efa2d0",
    "artist": "MC Solaar",
    "artist_ids": [
        "bbbd2644-b4cb-4bb5-a442-315310f68a0b"
    ],
    "album": "Prose Combat",
    "release_id": "69e5cf67-7cea-4fe8-9129-9779f0a93d69",
    "release_group_id": "b199910b-0f90-3c88-b523-d6852b7612d3",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1994-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "MC Solaar, is a French rapper of Senegalese and Chadian origin. https://www.allmusic.com/artist/mc-solaar-mn0000217328 -- This song famously samples the hook from Serge Gainsbourg and Brigitte Bardot's \"Bonnie and Clyde.\" Here's that original song: https://www.youtube.com/watch?v=imPqVLDA7e0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}