Information about plays

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

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

{
    "id": 3626423,
    "uri": "https://api.kexp.org/v2/plays/3626423/?format=api",
    "airdate": "2026-03-07T15:27:12-08:00",
    "show": 66119,
    "show_uri": "https://api.kexp.org/v2/shows/66119/?format=api",
    "image_uri": "https://dn710302.ca.archive.org/0/items/mbid-dfbbc3cb-6416-4fc2-8c37-85694e9f6fa9/mbid-dfbbc3cb-6416-4fc2-8c37-85694e9f6fa9-7923785929_thumb500.jpg",
    "thumbnail_uri": "https://dn710302.ca.archive.org/0/items/mbid-dfbbc3cb-6416-4fc2-8c37-85694e9f6fa9/mbid-dfbbc3cb-6416-4fc2-8c37-85694e9f6fa9-7923785929_thumb250.jpg",
    "song": "How You Like Me Now?",
    "track_id": "3bc1c20b-b37b-3eb0-8992-acdf8ab13aa6",
    "recording_id": "68332588-af56-4b83-8f56-c862bb5c0119",
    "artist": "The Heavy",
    "artist_ids": [
        "ea99eec5-bd72-4b4f-86e4-54c5a34f7e10"
    ],
    "album": "The House That Dirt Built",
    "release_id": "dfbbc3cb-6416-4fc2-8c37-85694e9f6fa9",
    "release_group_id": "d7f6c1d7-9f77-41d8-a511-6fbf4ddb916d",
    "labels": [
        "Counter Records"
    ],
    "label_ids": [
        "93214c28-306f-493f-a1e8-be3e04e1ab78"
    ],
    "release_date": "2009-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If you donate at the $10/mo or $120+ level you'll not only receive your choice of thank you gift, but ALSO the KEXP wide mouth water bottle!\n\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}