Information about plays

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

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

{
    "id": 3629443,
    "uri": "https://api.kexp.org/v2/plays/3629443/?format=api",
    "airdate": "2026-03-15T19:25:39-07:00",
    "show": 66191,
    "show_uri": "https://api.kexp.org/v2/shows/66191/?format=api",
    "image_uri": "https://coverartarchive.org/release/ac342c7a-7ab1-4562-bc14-9ac2ca175684/22288097062-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ac342c7a-7ab1-4562-bc14-9ac2ca175684/22288097062-250.jpg",
    "song": "Full Moon",
    "track_id": null,
    "recording_id": "41c5d6e4-cbf4-4297-9289-89a47363b0c3",
    "artist": "Armand van Helden feat. Common",
    "artist_ids": [
        "b09b5127-c62e-4bb2-b790-1e4aa18749ed",
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602"
    ],
    "album": "Killing Puritans",
    "release_id": null,
    "release_group_id": "a573d3f0-a080-3206-b6b7-ceee6d2f5d98",
    "labels": [
        "Armed Records"
    ],
    "label_ids": [
        "96adcd2b-83e2-4689-9f75-4dab3fb2b1cd"
    ],
    "release_date": "2000-06-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Full Moon\" is the second single from Armand Van Helden's fourth studio album Killing Puritans. \nThe album's cover art prominently featured an African child soldier, prone, aiming a rifle. The image was controversial enough to threaten the album to be banned worldwide. Eventually, UK versions of the album were sold in a plain brown cardboard sleeve that concealed the offending image\n\nArmand van Helden is a DJ, record producer, remixer and songwriter.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}