Information about plays

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

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

{
    "id": 3618752,
    "uri": "https://api.kexp.org/v2/plays/3618752/?format=api",
    "airdate": "2026-02-17T15:44:45-08:00",
    "show": 65959,
    "show_uri": "https://api.kexp.org/v2/shows/65959/?format=api",
    "image_uri": "https://coverartarchive.org/release/20fef8d3-72b5-369a-9712-ad0b1ee6d226/7378765590-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/20fef8d3-72b5-369a-9712-ad0b1ee6d226/7378765590-250.jpg",
    "song": "Basket Case",
    "track_id": null,
    "recording_id": "ad7a23ac-c72a-4f8d-ac1b-c185452c4bb3",
    "artist": "Green Day",
    "artist_ids": [
        "084308bd-1654-436f-ba03-df6697104e19"
    ],
    "album": "Dookie",
    "release_id": null,
    "release_group_id": "314cffd4-daa5-3337-85e5-e54165a96113",
    "labels": [],
    "label_ids": [],
    "release_date": "1994-01-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sometimes, I give myself the creeps\nSometimes, my mind plays tricks on me\nIt all keeps adding up\nI think I'm cracking up\nAm I just paranoid?\nAmC I just stoned?\n\nSing Along here:\nhttps://genius.com/Green-day-basket-case-lyrics\n---\nCheck out the Official Music Video for \"Basket Case\" here:\nhttps://www.youtube.com/watch?v=NUTGr5t3MoY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}