Information about plays

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

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

{
    "id": 3588791,
    "uri": "https://api.kexp.org/v2/plays/3588791/?format=api",
    "airdate": "2025-12-09T05:45:00-08:00",
    "show": 65329,
    "show_uri": "https://api.kexp.org/v2/shows/65329/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Goldrush",
    "track_id": "c9014974-94c2-3b38-a243-7a1a2253099d",
    "recording_id": "d089beca-3fa4-4d5d-87ab-c1d32b8dc3e3",
    "artist": "Yello",
    "artist_ids": [
        "c616aef1-e21f-46f8-864f-b7bad96f41b2"
    ],
    "album": "One Second",
    "release_id": "a29e84a6-40e3-4646-b79b-22a26683e2c9",
    "release_group_id": "1686dfdb-8e3c-3a31-9cf7-f5bb796d8515",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1987-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Goldrush\" is a popular song by the Swiss electronic band Yello, which was featured on their fifth studio album, One Second. One Second is known for its experimental sound architectures, combining unique samples and beats created by Boris Blank with Dieter Meier's distinctive deep vocals. \n\nHere's the music video: https://www.youtube.com/watch?v=lMKKDolpX90&list=RDlMKKDolpX90&start_radio=1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}