Information about plays

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

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

{
    "id": 3633101,
    "uri": "https://api.kexp.org/v2/plays/3633101/?format=api",
    "airdate": "2026-03-24T11:20:45-07:00",
    "show": 66268,
    "show_uri": "https://api.kexp.org/v2/shows/66268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pink Moon",
    "track_id": "306c77d8-43dd-3e8e-8d20-802e14450207",
    "recording_id": "41f6dd92-636c-4538-8919-d08826f95800",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Things Behind The Sun (songs of Nick Drake)",
    "release_id": "8c373ba8-4396-4b6d-961e-5ee25146cd28",
    "release_group_id": "686a6ac0-59d8-4dfd-8c42-7b37b304d196",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nick Drake was long cited as one of the more obvious influences on Beck, especially on \"Sea Change. \"Then in December of 2005, Beck put up three different Nick Drake covers from his album Pink Moon on his website.\n--\nOne profile explained that Beck was \"keen to understand how some of his favorite Drake songs were made,\" so he went to work recreating them, learning how they work. Since he didn't know what to do with the final results, he put them on beck.com.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}