Information about plays

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

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

{
    "id": 3546751,
    "uri": "https://api.kexp.org/v2/plays/3546751/?format=api",
    "airdate": "2025-08-30T15:22:50-07:00",
    "show": 64430,
    "show_uri": "https://api.kexp.org/v2/shows/64430/?format=api",
    "image_uri": "https://ia600201.us.archive.org/29/items/mbid-d1df0639-2b3a-462a-9deb-7429852aa912/mbid-d1df0639-2b3a-462a-9deb-7429852aa912-6506508109_thumb500.jpg",
    "thumbnail_uri": "https://ia800201.us.archive.org/29/items/mbid-d1df0639-2b3a-462a-9deb-7429852aa912/mbid-d1df0639-2b3a-462a-9deb-7429852aa912-6506508109_thumb250.jpg",
    "song": "Home (feat. Vitamin D, C Note, Maine & Ish)",
    "track_id": "b4fb3b18-c49e-4ee0-afbc-06c37dffb9e7",
    "recording_id": "ff371021-8169-4979-b0bc-d6129a6d893c",
    "artist": "Jake One",
    "artist_ids": [
        "6fb8542b-1ddf-4a45-9c7f-57989eb0e1b0"
    ],
    "album": "White Van Music",
    "release_id": "d1df0639-2b3a-462a-9deb-7429852aa912",
    "release_group_id": "9e16b33e-7b0a-3a70-9954-036234e8d301",
    "labels": [],
    "label_ids": [],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"'Home' is the best song from the best Seattle hiphop album of 2008 (and maybe ever), Jake One‘s “White Van Music.” \n(Andrew Matson, 2009)\n\nhttps://youtu.be/7ZeRlGP6UHQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}