Information about plays

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

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

{
    "id": 3577477,
    "uri": "https://api.kexp.org/v2/plays/3577477/?format=api",
    "airdate": "2025-11-13T02:18:28-08:00",
    "show": 65095,
    "show_uri": "https://api.kexp.org/v2/shows/65095/?format=api",
    "image_uri": "https://coverartarchive.org/release/fed2c979-be66-3af6-885c-a87f1ddf1964/14851831477-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fed2c979-be66-3af6-885c-a87f1ddf1964/14851831477-250.jpg",
    "song": "Pocket Calculator",
    "track_id": null,
    "recording_id": "867cf1a1-c46a-4ad5-916f-0c5397ff65e5",
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "Computerwelt",
    "release_id": null,
    "release_group_id": "2e58b620-cf80-3b07-a5bc-edabd69ba285",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Computer World (German: Computerwelt) is the eighth studio album by German electronic band Kraftwerk, released on 11 May 1981. \n\nThe album is themed around computer technology and its rise within society. \"We live in a computer world, so we made a song about it\", said mastermind Ralf Hütter. Computer World has been described as a futuristic conceptual work that predicts the presence of computer technology in everyday life.\n\nhttps://en.wikipedia.org/wiki/Computer_World",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}