Information about plays

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

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

{
    "id": 3630562,
    "uri": "https://api.kexp.org/v2/plays/3630562/?format=api",
    "airdate": "2026-03-18T09:01:27-07:00",
    "show": 66213,
    "show_uri": "https://api.kexp.org/v2/shows/66213/?format=api",
    "image_uri": "https://dn721601.ca.archive.org/0/items/mbid-41ca1f2e-2b4c-49e7-9a38-bf258c4fb61e/mbid-41ca1f2e-2b4c-49e7-9a38-bf258c4fb61e-37490377212_thumb500.jpg",
    "thumbnail_uri": "https://dn721601.ca.archive.org/0/items/mbid-41ca1f2e-2b4c-49e7-9a38-bf258c4fb61e/mbid-41ca1f2e-2b4c-49e7-9a38-bf258c4fb61e-37490377212_thumb250.jpg",
    "song": "People Who Died",
    "track_id": "5f757970-a4f5-33ed-b10b-865c13b8ba81",
    "recording_id": "a1877434-73cb-451b-b8c4-35bdc2d98135",
    "artist": "The Jim Carroll Band",
    "artist_ids": [
        "52a18067-8b97-4422-8360-e068864e1cd6"
    ],
    "album": "Catholic Boy",
    "release_id": "41ca1f2e-2b4c-49e7-9a38-bf258c4fb61e",
    "release_group_id": "33036d90-b2d6-384c-bfb7-32aca03be07b",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the debut album by The Jim Carroll Band, led by Jim Carroll. He is notable for publishing the 1978 memoir \"The Basketball Diaries\". \n\nHe was well known for his poetry and writings, recognized by Patti Smith as the best poet of his generation. Carroll was found at his desk, still working on those writings, when he died in 2009 at age 60.\n\nhttps://www.catholicboy.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}