Information about plays

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

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

{
    "id": 3617649,
    "uri": "https://api.kexp.org/v2/plays/3617649/?format=api",
    "airdate": "2026-02-15T00:55:38-08:00",
    "show": 65937,
    "show_uri": "https://api.kexp.org/v2/shows/65937/?format=api",
    "image_uri": "https://coverartarchive.org/release/9cf010eb-f78c-4ff8-9b92-40c89f3b9acd/19388374572-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9cf010eb-f78c-4ff8-9b92-40c89f3b9acd/19388374572-250.jpg",
    "song": "Resounding from the Depths",
    "track_id": null,
    "recording_id": "5ac6df42-1f5f-45bb-87b9-8349812e4ec1",
    "artist": "Of Feather and Bone",
    "artist_ids": [
        "a9af4cd2-94f5-415b-bf4d-9db8f5c0caca"
    ],
    "album": "Bestial Hymns of Perversion",
    "release_id": null,
    "release_group_id": "c25d4e5e-1a09-4305-b4fc-2149f850b01b",
    "labels": [
        "Profound Lore Records"
    ],
    "label_ids": [
        "d2c8507e-217c-4fea-8a0f-7f43288a8d5b"
    ],
    "release_date": "2018-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Of Feather and Bone announced that they will be touring the UK with Slimelord this year along with playing some festivals in Europe.  \n\nhttps://offeatherandbone666.bandcamp.com/album/sulfuric-disintegration\nhttps://www.facebook.com/offeatherandboneofficial#",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}