Information about plays

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

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

{
    "id": 3601870,
    "uri": "https://api.kexp.org/v2/plays/3601870/?format=api",
    "airdate": "2026-01-08T15:09:50-08:00",
    "show": 65596,
    "show_uri": "https://api.kexp.org/v2/shows/65596/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ode to Subterrania",
    "track_id": "b61fbaf0-7dc2-42a2-bcfb-8eb16915f0c1",
    "recording_id": "3f579785-170a-4f33-86bc-62d35140d72b",
    "artist": "Hooded Fang",
    "artist_ids": [
        "44200f0a-5938-4d2c-8682-416bb3b5bd0c"
    ],
    "album": "Gravez",
    "release_id": "594e578a-fe34-4710-b81e-31663a1d84c5",
    "release_group_id": "281b2e25-582d-4c14-989a-d6d83d04809e",
    "labels": [
        "Full Time Hobby"
    ],
    "label_ids": [
        "c51e4371-bd49-4c00-afed-b5446bb433ac"
    ],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Gravez\" was the third album from Canadian band Hooded Fang. Here's a review: https://thefirenote.com/reviews/hooded-fang-gravez-album-review/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}