Information about plays

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

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

{
    "id": 3632225,
    "uri": "https://api.kexp.org/v2/plays/3632225/?format=api",
    "airdate": "2026-03-22T03:50:12-07:00",
    "show": 66248,
    "show_uri": "https://api.kexp.org/v2/shows/66248/?format=api",
    "image_uri": "https://dn720800.ca.archive.org/0/items/mbid-0d0b72d7-2645-4254-b55c-2bc56dd19beb/mbid-0d0b72d7-2645-4254-b55c-2bc56dd19beb-5447731191_thumb500.jpg",
    "thumbnail_uri": "https://dn720800.ca.archive.org/0/items/mbid-0d0b72d7-2645-4254-b55c-2bc56dd19beb/mbid-0d0b72d7-2645-4254-b55c-2bc56dd19beb-5447731191_thumb250.jpg",
    "song": "Blood Like Cream",
    "track_id": "c2f2fad2-519e-47f9-ae17-97bf3d217cf0",
    "recording_id": "af551404-f9ba-47d0-a36f-c2071c1c5a64",
    "artist": "Red Fang",
    "artist_ids": [
        "fb2cc158-0ad2-4dc5-a6b6-b2a1a8e2fe65"
    ],
    "album": "Whales and Leeches",
    "release_id": "0d0b72d7-2645-4254-b55c-2bc56dd19beb",
    "release_group_id": "0ed74031-0c45-4725-bb3f-684a2577ba82",
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2013-10-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Fred Armisen stars in the music video for this song by Red Fang. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}