Information about plays

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

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

{
    "id": 3638654,
    "uri": "https://api.kexp.org/v2/plays/3638654/?format=api",
    "airdate": "2026-04-06T14:34:08-07:00",
    "show": 66384,
    "show_uri": "https://api.kexp.org/v2/shows/66384/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It’s More Fun to Compute",
    "track_id": null,
    "recording_id": "4dee0dc4-2727-4f79-9af5-ab537de5ac80",
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "Computer World",
    "release_id": null,
    "release_group_id": "911963d3-026c-4b86-9393-aca767ebd516",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off the eighth studio album from German electronic band Kraftwerk.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}