Information about plays

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

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

{
    "id": 3519439,
    "uri": "https://api.kexp.org/v2/plays/3519439/?format=api",
    "airdate": "2025-06-27T08:12:33-07:00",
    "show": 63849,
    "show_uri": "https://api.kexp.org/v2/shows/63849/?format=api",
    "image_uri": "https://coverartarchive.org/release/54298fd8-e674-4211-8fb5-f9ca3403cf31/42303528811-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/54298fd8-e674-4211-8fb5-f9ca3403cf31/42303528811-250.jpg",
    "song": "What Would I Want? Sky",
    "track_id": null,
    "recording_id": "9d27f2a2-8008-4225-90ee-d9ec4a560903",
    "artist": "Animal Collective",
    "artist_ids": [
        "0c751690-c784-4a4f-b1e4-c1de27d47581"
    ],
    "album": "Fall Be Kind",
    "release_id": null,
    "release_group_id": "57f5f41f-a442-4b82-83f0-99bf5f3e7504",
    "labels": [],
    "label_ids": [],
    "release_date": "2009-11-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song directly samples the Grateful Dead's song \"Unbroken Chain,\" a track from their 1974 album,  \"From the Mars Hotel.\" It was the first-ever officially licensed Grateful Dead sample.\n--\nIn the original song, the lyric is \"Willow sky/ Whoa, I walk and wonder why.\" In Animal Collective's version, the lyric is flipped: The end of the line becomes the beginning, and \"Whoa, I walk\" is deliberately misheard as \"What would I want?\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}