Information about plays

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

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

{
    "id": 3641841,
    "uri": "https://api.kexp.org/v2/plays/3641841/?format=api",
    "airdate": "2026-04-14T04:36:06-07:00",
    "show": 66448,
    "show_uri": "https://api.kexp.org/v2/shows/66448/?format=api",
    "image_uri": "https://coverartarchive.org/release/0528ec7c-dbca-4c8f-a3cf-ca6928af381f/24509521165-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0528ec7c-dbca-4c8f-a3cf-ca6928af381f/24509521165-250.jpg",
    "song": "Roll (Burbank Funk)",
    "track_id": null,
    "recording_id": "2f9321d5-294d-4149-aa35-1d81e86292a7",
    "artist": "The Internet",
    "artist_ids": [
        "45804465-4271-4e6a-b881-ce668ef09530"
    ],
    "album": "Hive Mind",
    "release_id": null,
    "release_group_id": "57d84f17-7b18-4800-b7c2-15833b468637",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2018-07-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The music video for \"Roll (Burbank Funk)\" features some fun cameos from notable artists, including:\nTyler, the Creator, Mac DeMarco, Thundercat, Dev Hynes (Blood Orange), and Kamasi Washington. The video has a psychedelic, nostalgic party vibe to match the song's 70's influenced funk sound:\nhttps://www.youtube.com/watch?v=SIqvRzEIqIo&list=RDSIqvRzEIqIo&start_radio=1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}