Information about plays

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

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

{
    "id": 3608384,
    "uri": "https://api.kexp.org/v2/plays/3608384/?format=api",
    "airdate": "2026-01-24T07:12:39-08:00",
    "show": 65741,
    "show_uri": "https://api.kexp.org/v2/shows/65741/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Pity the Country",
    "track_id": "20eae704-12c9-4527-9cd8-6cc93ea789b7",
    "recording_id": "d01f258f-d1bb-45b3-b70c-e81fb50f34a0",
    "artist": "Willie Dunn",
    "artist_ids": [
        "7de3849c-5d33-453a-b0f6-06c92d5cdce6"
    ],
    "album": "Creation Never Sleeps, Creation Never Dies: The Willie Dunn Anthology",
    "release_id": "0dd8687a-f6fb-4db3-b4ed-58b9f683f482",
    "release_group_id": "075e9a59-26ef-428b-a2ec-029484cef342",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2021-03-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mi'kmaq\n--\nWilliam Lawrence Dunn was a Canadian singer-songwriter, film director and politician. Born in Montreal, he was of mixed Mi'kmaq and Scottish/Irish background. Dunn often highlighted indigenous issues in his work.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}