Information about plays

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

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

{
    "id": 3628632,
    "uri": "https://api.kexp.org/v2/plays/3628632/?format=api",
    "airdate": "2026-03-14T04:00:05-07:00",
    "show": 66175,
    "show_uri": "https://api.kexp.org/v2/shows/66175/?format=api",
    "image_uri": "https://dn721201.ca.archive.org/0/items/mbid-c4c88b0e-6f30-42b0-aa77-63de53a18a87/mbid-c4c88b0e-6f30-42b0-aa77-63de53a18a87-22438674452_thumb500.jpg",
    "thumbnail_uri": "https://dn721201.ca.archive.org/0/items/mbid-c4c88b0e-6f30-42b0-aa77-63de53a18a87/mbid-c4c88b0e-6f30-42b0-aa77-63de53a18a87-22438674452_thumb250.jpg",
    "song": "Fujiyama Mama",
    "track_id": "c9141acf-b14e-370c-96bd-2b6e840060c8",
    "recording_id": "d1cdc843-d05d-48cf-8457-b990000e01f3",
    "artist": "Wanda Jackson",
    "artist_ids": [
        "550fbe01-42e9-4006-bcd0-6a1854dceb8f"
    ],
    "album": "Rockin' With Wanda",
    "release_id": "c4c88b0e-6f30-42b0-aa77-63de53a18a87",
    "release_group_id": "7154e00f-59a7-3ab8-b06b-631e6c9409f2",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was written in 1954 by Jack Hammer and re-recorded in 1957 by Wanda Jackson. Although it didn’t chart in the U.S., Wanda’s recording became a number 1 hit in Japan. The Clash has covered this song live, including at a 1982 performance in Tokyo. https://www.youtube.com/watch?v=OEBrNSrEXb4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}