Information about plays

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

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

{
    "id": 3583696,
    "uri": "https://api.kexp.org/v2/plays/3583696/?format=api",
    "airdate": "2025-11-27T14:51:54-08:00",
    "show": 65224,
    "show_uri": "https://api.kexp.org/v2/shows/65224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Song 2",
    "track_id": "97cbf5f2-f4d4-3572-99f0-588d14a33d25",
    "recording_id": "b39b7227-c271-4ab8-912b-cb1fe2fc0e5e",
    "artist": "Blur",
    "artist_ids": [
        "ba853904-ae25-4ebb-89d6-c44cfbd71bd2"
    ],
    "album": "Blur: The Best Of",
    "release_id": "086ee046-31ba-4b68-9a8a-2433971fd94f",
    "release_group_id": "dfcd3696-5f2d-317f-aa61-baf5094ad6e4",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2000-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "WOO HOO!\n\nIt was guitarist Graham Cozon who sped this iconic Blur tune up, said Damon Albarn in an Isle of Noises interview: \"It's definitely better the way it ended up. As soon as I hear myself doing anything I've done before I just do something else. I go the other way or I just go below or above. I can't bear repeating myself. As soon as I've finished something I think, 'That's terrible. Right, I better start again.\" \n\nhttps://www.songfacts.com/facts/blur/song-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}