Information about plays

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

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

{
    "id": 3619887,
    "uri": "https://api.kexp.org/v2/plays/3619887/?format=api",
    "airdate": "2026-02-20T10:43:57-08:00",
    "show": 65982,
    "show_uri": "https://api.kexp.org/v2/shows/65982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Memo From Turner",
    "track_id": "c2c7baac-8670-3c83-ba33-68a342de9870",
    "recording_id": "4fee06ff-3079-4d5e-a551-9a365ec0f095",
    "artist": "Dramarama",
    "artist_ids": [
        "82de13af-4af0-4e43-8491-e1b779cb4b7b"
    ],
    "album": "Vinyl",
    "release_id": "a8b542fd-1f35-4867-a974-30a35e404a15",
    "release_group_id": "40efd588-071c-37f7-9f56-4e9b7b4c7439",
    "labels": [],
    "label_ids": [],
    "release_date": "1991-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Memo From Turner\" comes from Dramarama's 1991 album, Vinyl. \n\n\"Blending hard rock wallop, alternative rock smarts, power pop songcraft, and punk rock urgency, Dramarama was a band who seemed on the verge of a major commercial breakthrough several times during their 11-year [initial run]. Puzzlingly, it never arrived, though the band developed a potent following in their native New Jersey as well as the West Coast...\" Though the band was first active from 1982-1994, they reunited in 2003 and most recently played shows 2025. \n\nhttps://tinyurl.com/mtumawu3\n\nhttps://www.dramarama.us",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}