Information about plays

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

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

{
    "id": 3594201,
    "uri": "https://api.kexp.org/v2/plays/3594201/?format=api",
    "airdate": "2025-12-21T20:41:37-08:00",
    "show": 65441,
    "show_uri": "https://api.kexp.org/v2/shows/65441/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Very Special",
    "track_id": null,
    "recording_id": "cfe07853-66b1-4964-a91f-5586314d6ff1",
    "artist": "Debra Laws",
    "artist_ids": [
        "41ba646f-120c-4518-bdd7-d8379aae9326"
    ],
    "album": "Very Special",
    "release_id": null,
    "release_group_id": "cc400dee-3dc1-399c-a7bd-06c5a5533e5b",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1981 as a single, \"Very Special\" was the title track from Debra Laws's 1981 debut album of the same name. Debra comes from a big family of musicians and producers; the song  features her brother Ronnie with call and response backing vocals.\n\nhttps://www.allmusic.com/artist/debra-laws-mn0000815837/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}