Information about plays

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

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

{
    "id": 3617688,
    "uri": "https://api.kexp.org/v2/plays/3617688/?format=api",
    "airdate": "2026-02-15T03:24:15-08:00",
    "show": 65938,
    "show_uri": "https://api.kexp.org/v2/shows/65938/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beer",
    "track_id": null,
    "recording_id": "88dfdbe4-ed9b-41b0-a0c7-eaf06377a7ec",
    "artist": "People Under the Stairs",
    "artist_ids": [
        "3dc00dcb-6106-43d1-b48d-21d236f53983"
    ],
    "album": "Carried Away",
    "release_id": null,
    "release_group_id": "75bda415-f8f1-49e3-bd3f-f72212d62031",
    "labels": [
        "Om Records"
    ],
    "label_ids": [
        "3a3876c3-a364-4cdd-91df-2d4c10f36cea"
    ],
    "release_date": "2009-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "May this song hit your hand on a Friday like Mjolnir.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}