Information about plays

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

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

{
    "id": 3656519,
    "uri": "https://api.kexp.org/v2/plays/3656519/?format=api",
    "airdate": "2026-05-18T19:35:24-07:00",
    "show": 66754,
    "show_uri": "https://api.kexp.org/v2/shows/66754/?format=api",
    "image_uri": "https://coverartarchive.org/release/71895f7d-1933-4156-875b-046687f75c55/44456553846-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/71895f7d-1933-4156-875b-046687f75c55/44456553846-250.jpg",
    "song": "Porque Te Vas",
    "track_id": null,
    "recording_id": "d1742b02-efe3-45f8-8b93-bfd61756557a",
    "artist": "Depresión Post-Mortem",
    "artist_ids": [
        "0d407f14-f1df-4fef-bec4-734e2d0dc76d"
    ],
    "album": "Lost Tape Side A",
    "release_id": null,
    "release_group_id": "558316b4-b13a-4861-81c9-705ee0758f25",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2022-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Santiago, Chile, Depresión Post-Mortem continues the legacy of Post-Mortem, a project originally formed in 2015 and reshaped under its current name in 2021. The band moves between post-punk, darkwave, and minimal synth, blending original material with dark reinterpretations of popular songs.\n***\nDesde Santiago, Chile, Depresión Post-Mortem continúa el legado de la banda Post-Mortem, proyecto iniciado en 2015 y reformulado en 2021 bajo este nuevo nombre. La agrupación se mueve entre el post-punk, el darkwave y el minimal synth, combinando material original con reinterpretaciones oscuras de canciones populares.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}