Information about plays

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

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

{
    "id": 3629215,
    "uri": "https://api.kexp.org/v2/plays/3629215/?format=api",
    "airdate": "2026-03-15T09:47:55-07:00",
    "show": 66187,
    "show_uri": "https://api.kexp.org/v2/shows/66187/?format=api",
    "image_uri": "https://coverartarchive.org/release/0779e1d6-9e21-4bf6-bea6-48702c500a70/30063666827-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0779e1d6-9e21-4bf6-bea6-48702c500a70/30063666827-250.jpg",
    "song": "Ring of Fire",
    "track_id": null,
    "recording_id": "0fc956b9-129a-45bf-83e7-3695065e0c87",
    "artist": "Country Joe McDonald",
    "artist_ids": [
        "eff6bb53-849d-44d3-b5cd-8d6e07891796"
    ],
    "album": "The Best of Country Joe McDonald: The Vanguard Years",
    "release_id": null,
    "release_group_id": "b7dfa9da-a0b8-41f9-baf1-025501b92efe",
    "labels": [
        "Vanguard"
    ],
    "label_ids": [
        "40998461-7dfe-4fe1-8ece-8547438c4938"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remembering Country Joe McDonald upon news of his passing. https://www.theguardian.com/music/2026/mar/10/country-joe-mcdonald-obituary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}