Information about plays

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

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

{
    "id": 3617595,
    "uri": "https://api.kexp.org/v2/plays/3617595/?format=api",
    "airdate": "2026-02-14T22:08:47-08:00",
    "show": 65936,
    "show_uri": "https://api.kexp.org/v2/shows/65936/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heaven Only Knows",
    "track_id": null,
    "recording_id": "80ed03df-66e4-40b7-b7e4-29020f7d1aaf",
    "artist": "X-pulsion",
    "artist_ids": [
        "5070f445-28ba-4882-8f8b-b5277aec71a3"
    ],
    "album": "Split",
    "release_id": null,
    "release_group_id": "4fa70cdb-945f-4bfb-a164-23740308cb1f",
    "labels": [
        "Romantik Records"
    ],
    "label_ids": [
        "7ad4e206-9108-4bd6-86e1-fd1c9214a281"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "X-Pulsion was a short-lived but influential punk rock band from Brussels, Belgium, known for its aggressive and chaotic live performances that directly engaged and provoked audiences with explosive, brutal sounds.\n\nhttps://nogoodrecords.bandcamp.com/album/x-pulsion-streets-no-004",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}