Information about plays

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

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

{
    "id": 3552782,
    "uri": "https://api.kexp.org/v2/plays/3552782/?format=api",
    "airdate": "2025-09-14T01:43:40-07:00",
    "show": 64557,
    "show_uri": "https://api.kexp.org/v2/shows/64557/?format=api",
    "image_uri": "https://coverartarchive.org/release/012e500b-dd17-3fa3-807e-ceec7995b30a/20473519949-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/012e500b-dd17-3fa3-807e-ceec7995b30a/20473519949-250.jpg",
    "song": "Black Breath",
    "track_id": null,
    "recording_id": "1035a87f-37d0-4752-9b6f-91701232f469",
    "artist": "Repulsion",
    "artist_ids": [
        "d1981d41-caf3-4ccb-a1c7-462d74e22f07"
    ],
    "album": "Horrified",
    "release_id": null,
    "release_group_id": "12e26259-5b9d-3af8-8ba9-4fe40b166de1",
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Based out of Flint, MI, Repulsion is regarded as one of the cornerstones in extreme music and one of the innovators of the grindcore genre, influencing such bands as Carcass, Napalm Death, Terrorizer, etc.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}