Information about plays

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

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

{
    "id": 3628000,
    "uri": "https://api.kexp.org/v2/plays/3628000/?format=api",
    "airdate": "2026-03-12T05:31:56-07:00",
    "show": 66158,
    "show_uri": "https://api.kexp.org/v2/shows/66158/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dancing With Myself",
    "track_id": null,
    "recording_id": "1a088a56-0895-4f9b-8dd8-f60345384f0f",
    "artist": "Billy Idol",
    "artist_ids": [
        "47c8f88b-987a-4b64-9175-2b1b57809727"
    ],
    "album": "100% Wave, Vol. 02",
    "release_id": null,
    "release_group_id": "405ec3c0-3121-446a-aa01-8b282030c110",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "At KEXP you're never dancing with yourself...you have friends everywhere!\n\nWatch the official video of Billy Idol’s hit single, “Dancing With Myself” directed by Tobe Hooper.\nhttps://www.youtube.com/watch?v=FG1NrQYXjLU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}