Information about plays

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

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

{
    "id": 3598572,
    "uri": "https://api.kexp.org/v2/plays/3598572/?format=api",
    "airdate": "2025-12-31T20:46:29-08:00",
    "show": 65527,
    "show_uri": "https://api.kexp.org/v2/shows/65527/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Niños Viejos",
    "track_id": null,
    "recording_id": "c3735ad3-54a0-4ff2-8ac6-b51bc942d44e",
    "artist": "Power Chocolatín Experimento",
    "artist_ids": [
        "6d394198-7f25-454b-906a-907c2a5ea9b9"
    ],
    "album": "Niños Viejos",
    "release_id": null,
    "release_group_id": "8d736533-7da6-4b38-852f-e245c2a97113",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Power Chocolatin Experimento is an independent rock band based in Montevideo - Uruguay. Self defined as “depressive swing”, their music is predominantly experimental; characterised by dark, dense melodies that overlay strong contrasts between dance-ish rhythms and irregular tempos. On the road since 2009. Song from Aparatos (2020)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}