Information about plays

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

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

{
    "id": 3629247,
    "uri": "https://api.kexp.org/v2/plays/3629247/?format=api",
    "airdate": "2026-03-15T11:27:57-07:00",
    "show": 66187,
    "show_uri": "https://api.kexp.org/v2/shows/66187/?format=api",
    "image_uri": "https://coverartarchive.org/release/ef450328-2a69-4b27-a379-063ea8057c09/16056728207-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ef450328-2a69-4b27-a379-063ea8057c09/16056728207-250.jpg",
    "song": "I-Feel-Like-I'm-Fixin'-To-Die Rag",
    "track_id": null,
    "recording_id": "6ef3fbd4-22dd-4e70-995f-c3c540516d15",
    "artist": "Country Joe McDonald",
    "artist_ids": [
        "eff6bb53-849d-44d3-b5cd-8d6e07891796"
    ],
    "album": "Vietnam Experience",
    "release_id": null,
    "release_group_id": "35692d6c-f79b-34a5-96ef-b27cdd5f63ad",
    "labels": [
        "Rag Baby Records"
    ],
    "label_ids": [
        "3f6f4a5c-d772-4194-911e-b27e00c1e9f1"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The activist singer is most well known for this Woodstock performance of this anti-Vietnam War song. He passed this week at the age of 84.https://www.nytimes.com/2026/03/08/arts/music/country-joe-mcdonald-dead.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}