Information about plays

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

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

{
    "id": 3578933,
    "uri": "https://api.kexp.org/v2/plays/3578933/?format=api",
    "airdate": "2025-11-16T10:41:38-08:00",
    "show": 65126,
    "show_uri": "https://api.kexp.org/v2/shows/65126/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Half Breed Blues",
    "track_id": null,
    "recording_id": "4fd3903b-5925-4575-8b75-608e8c037409",
    "artist": "Willie Dunn",
    "artist_ids": [
        "7de3849c-5d33-453a-b0f6-06c92d5cdce6"
    ],
    "album": "Willie Dunn",
    "release_id": null,
    "release_group_id": "f316c79e-8bb3-4886-ba71-3e8144dfc408",
    "labels": [
        "Summus Records"
    ],
    "label_ids": [
        "42166516-854e-4532-832f-917cd92b4588"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Willie Dunn was of Mi'kmaq descent, with additional Scottish and Irish heritage. He was born in Montreal and his Mi'kmaq background was a significant part of his identity, which he expressed through his work as a singer, filmmaker, and activist\n\nHe was inspired by the music of Hank Williams at age 11.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}