Information about plays

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

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

{
    "id": 3599928,
    "uri": "https://api.kexp.org/v2/plays/3599928/?format=api",
    "airdate": "2026-01-04T00:05:24-08:00",
    "show": 65558,
    "show_uri": "https://api.kexp.org/v2/shows/65558/?format=api",
    "image_uri": "https://coverartarchive.org/release/0941ae0e-d658-4c49-8449-5d297835cbd7/21171699140-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0941ae0e-d658-4c49-8449-5d297835cbd7/21171699140-250.jpg",
    "song": "Blessed Black Wings",
    "track_id": null,
    "recording_id": "36273b1f-94ec-4706-ba9d-43c56fce0598",
    "artist": "High on Fire",
    "artist_ids": [
        "720249d5-62c5-4679-8ead-dcda3329d6e7"
    ],
    "album": "Blessed Black Wings",
    "release_id": null,
    "release_group_id": "1ec5c67e-b185-35c3-9848-61065d281346",
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "High on Fire played at The Showbox Sodo in Seattle tonight with King Woman.\n\nhttps://highonfireofficial.com/#tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}