Information about plays

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

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

{
    "id": 3526158,
    "uri": "https://api.kexp.org/v2/plays/3526158/?format=api",
    "airdate": "2025-07-12T21:34:37-07:00",
    "show": 63998,
    "show_uri": "https://api.kexp.org/v2/shows/63998/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chemin De Croix",
    "track_id": null,
    "recording_id": null,
    "artist": "Béton Armé",
    "artist_ids": [
        "5c496196-47a3-47b3-bfaa-b5562bbe6dde"
    ],
    "album": "Renaissance",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "La Vida Es Mus Discos"
    ],
    "label_ids": [
        "d8586451-af5e-47da-8ff1-e210ad8ea448"
    ],
    "release_date": "2025-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Initially influenced by the skinhead scenes of France and Italy, Montreal's Béton Armé's new LP “Renaissance” borrows from sounds outside the subculture, orchestrating harmonies to unite the punks, skins and moshers.\n\nhttps://lavidaesunmus.bandcamp.com/album/renaissance",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}