Information about plays

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

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

{
    "id": 3633010,
    "uri": "https://api.kexp.org/v2/plays/3633010/?format=api",
    "airdate": "2026-03-24T05:58:45-07:00",
    "show": 66266,
    "show_uri": "https://api.kexp.org/v2/shows/66266/?format=api",
    "image_uri": "https://dn710207.ca.archive.org/0/items/mbid-a0d917e8-8c92-4df1-b56a-d7c55ab1fc7b/mbid-a0d917e8-8c92-4df1-b56a-d7c55ab1fc7b-39587237122_thumb500.jpg",
    "thumbnail_uri": "https://dn710207.ca.archive.org/0/items/mbid-a0d917e8-8c92-4df1-b56a-d7c55ab1fc7b/mbid-a0d917e8-8c92-4df1-b56a-d7c55ab1fc7b-39587237122_thumb250.jpg",
    "song": "I Feel for You",
    "track_id": "d845a273-5c9b-45e3-bb75-f98e7f7e72b1",
    "recording_id": "462e2ca8-b160-4c6f-bc39-d338bdf989e7",
    "artist": "Chaka Khan",
    "artist_ids": [
        "900e9144-019d-4043-86cb-ec0e127c39d0"
    ],
    "album": "I Feel for You",
    "release_id": "a0d917e8-8c92-4df1-b56a-d7c55ab1fc7b",
    "release_group_id": "0808d155-a75f-4b6b-9d21-0497dad8466f",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I Feel for You\" is a rare \"triple threat\" of musical genius: written by Prince, performed by Chaka Khan, and featuring a signature harmonica solo by Stevie Wonder.\n\nProducer Arif Mardin felt the song needed a \"human\" element amidst the heavy synthesizers. He called Stevie Wonder, who recorded the chromatic harmonica solo in one take. The solo is often cited as one of the most recognizable harmonica parts in pop history.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}