Information about plays

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

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

{
    "id": 3639925,
    "uri": "https://api.kexp.org/v2/plays/3639925/?format=api",
    "airdate": "2026-04-09T14:58:48-07:00",
    "show": 66408,
    "show_uri": "https://api.kexp.org/v2/shows/66408/?format=api",
    "image_uri": "https://dn710606.ca.archive.org/0/items/mbid-f94dc170-00b5-4b99-8ea3-061ab264cc50/mbid-f94dc170-00b5-4b99-8ea3-061ab264cc50-11233531408_thumb500.jpg",
    "thumbnail_uri": "https://dn710606.ca.archive.org/0/items/mbid-f94dc170-00b5-4b99-8ea3-061ab264cc50/mbid-f94dc170-00b5-4b99-8ea3-061ab264cc50-11233531408_thumb250.jpg",
    "song": "Paper Tiger",
    "track_id": "7ae3ce31-2141-407f-b287-2c6de07eefc7",
    "recording_id": "2bf8f547-057d-4be0-82ef-f19a2e3ac402",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Sea Change",
    "release_id": "f94dc170-00b5-4b99-8ea3-061ab264cc50",
    "release_group_id": "5f84e8b9-b8e5-3fbf-b514-0192a62d88b6",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beck's father, orchestrator David Campbell, helped with the brass and string arrangements on this song and the rest of the album. Beck told NPR how they worked together. \"I usually get some kind of keyboard and I'll play the basic voicings and we'll map it out,\" he said. \"With strings, a lot of times I'll play or sing parts over the song, which we'll transcribe.\"\n\nHe added: \"For 'Paper Tiger' there's a whole solo that the orchestra does; that was actually something I sang, and then we just transcribed it.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}