Information about plays

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

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

{
    "id": 3571309,
    "uri": "https://api.kexp.org/v2/plays/3571309/?format=api",
    "airdate": "2025-10-29T06:13:32-07:00",
    "show": 64963,
    "show_uri": "https://api.kexp.org/v2/shows/64963/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mexican Radio",
    "track_id": "7feba971-e98d-49fc-8e6a-df0f61a6b03a",
    "recording_id": "21f37b08-5590-43a5-89c7-c0f350bf40f8",
    "artist": "Wall of Voodoo",
    "artist_ids": [
        "1154b8aa-1cc1-4b01-afff-eca45ae590fa"
    ],
    "album": "Living in Oblivion: The 80's Greatest Hits, Volume 4",
    "release_id": "dd268bc5-71d6-438f-8cde-da1e4d47c81e",
    "release_group_id": "4e1a579d-e69d-3e98-ae32-e0beb60b4fbd",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1994-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request by Garth in Edmonds!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}