Information about plays

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

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

{
    "id": 3553366,
    "uri": "https://api.kexp.org/v2/plays/3553366/?format=api",
    "airdate": "2025-09-15T12:34:23-07:00",
    "show": 64570,
    "show_uri": "https://api.kexp.org/v2/shows/64570/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fuego",
    "track_id": "91f97bfd-8f81-3101-8d81-26c6c4066239",
    "recording_id": "2c1fd2bb-302c-4c21-972c-6e5833151e54",
    "artist": "Bomba Estéreo",
    "artist_ids": [
        "aea8576d-7ad5-4430-bf2e-63725d80f05c"
    ],
    "album": "Live at KEXP, Volume Six",
    "release_id": "0d36eb0d-d216-4695-b747-3dc9887d8d38",
    "release_group_id": "e7de0f54-fef9-4d7c-a741-d804f79ce71a",
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2010-08-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Colombian group Bomba Estéreo played this version of \"Fuego\" Live on KEXP in 2009. It went on to be included in the 2010 compilation album, Live at KEXP, Volume Six. \n\nWatch video of the performance here: https://www.youtube.com/watch?v=UHdorv8zMK4.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}