Information about plays

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

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

{
    "id": 3578910,
    "uri": "https://api.kexp.org/v2/plays/3578910/?format=api",
    "airdate": "2025-11-16T09:14:17-08:00",
    "show": 65126,
    "show_uri": "https://api.kexp.org/v2/shows/65126/?format=api",
    "image_uri": "https://coverartarchive.org/release/343471ca-e789-4b7a-bcd9-cc7037bc069d/41185075580-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/343471ca-e789-4b7a-bcd9-cc7037bc069d/41185075580-250.jpg",
    "song": "Dink's Song",
    "track_id": null,
    "recording_id": "28eb2f3c-9235-4940-bca0-2ac89e155dc9",
    "artist": "Peggy Seeger",
    "artist_ids": [
        "66894f76-76bd-4318-a30c-3b565b9e95b8"
    ],
    "album": "Bring Me Home",
    "release_id": null,
    "release_group_id": "8492b457-eb9c-317b-87f5-2e480c1f69f0",
    "labels": [
        "Appleseed Recordings"
    ],
    "label_ids": [
        "5619ce47-f1da-4415-be9f-5503582b45b8"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Peggy Seeger is the half-sister of Pete and brother to Mike and this is her version of the folk classic, telling the story of a woman abandoned by her lover. She has lived in Britain for more than 60 years and was married to the singer-songwriter Ewan MacColl.\n \nEthnomusicologist John Lomax recorded that it was originally sung by an African-American woman called Dink as she washed her husband’s clothes in a tent camp of migratory levee-builders on the bank of the Brazos River, near Houston, Texas.\nhttps://peggyseeger.bandcamp.com/track/dinks-song",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}