Information about plays

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

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

{
    "id": 3628204,
    "uri": "https://api.kexp.org/v2/plays/3628204/?format=api",
    "airdate": "2026-03-12T21:00:37-07:00",
    "show": 66164,
    "show_uri": "https://api.kexp.org/v2/shows/66164/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hawaiian Electric",
    "track_id": null,
    "recording_id": "7f9db66e-16da-47f6-901c-f611f201f60a",
    "artist": "Hiroshima",
    "artist_ids": [
        "d7539fe9-f2da-4273-b521-22c484da57b4"
    ],
    "album": "Go",
    "release_id": null,
    "release_group_id": "65a69a0b-f3f9-39e9-be84-61e37a96254a",
    "labels": [],
    "label_ids": [],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hiroshima is an American band formed in 1974 that incorporates Japanese instruments in its music. Hiroshima has sold over four million albums around the world.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}