Information about plays

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

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

{
    "id": 3629198,
    "uri": "https://api.kexp.org/v2/plays/3629198/?format=api",
    "airdate": "2026-03-15T09:01:50-07:00",
    "show": 66187,
    "show_uri": "https://api.kexp.org/v2/shows/66187/?format=api",
    "image_uri": "https://coverartarchive.org/release/4ccca212-cc6c-4290-9c48-d9e50ca69560/28123133689-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4ccca212-cc6c-4290-9c48-d9e50ca69560/28123133689-250.jpg",
    "song": "This Land Is Your Land",
    "track_id": null,
    "recording_id": "572e4170-c232-4451-b51a-5f654b2fd9ed",
    "artist": "Country Joe McDonald",
    "artist_ids": [
        "eff6bb53-849d-44d3-b5cd-8d6e07891796"
    ],
    "album": "Thinking of Woody Guthrie",
    "release_id": null,
    "release_group_id": "73a9a824-497d-39a2-bedb-ffab09f44540",
    "labels": [
        "Vanguard"
    ],
    "label_ids": [
        "40998461-7dfe-4fe1-8ece-8547438c4938"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remembering Country Joe McDonald upon news of his passing. This was from his first solo album, which featured all Woody Guthrie songs. McDonald's father was raised in OK, 100 miles from where Guthrie was born. \nhttps://www.theguardian.com/music/2026/mar/10/country-joe-mcdonald-obituary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}