Information about plays

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

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

{
    "id": 3625038,
    "uri": "https://api.kexp.org/v2/plays/3625038/?format=api",
    "airdate": "2026-03-04T02:06:50-08:00",
    "show": 66086,
    "show_uri": "https://api.kexp.org/v2/shows/66086/?format=api",
    "image_uri": "https://ia801403.us.archive.org/0/items/mbid-05adfe85-dd1c-44a0-bda8-a9159e59a30f/mbid-05adfe85-dd1c-44a0-bda8-a9159e59a30f-15842800531_thumb500.jpg",
    "thumbnail_uri": "https://dn711000.ca.archive.org/0/items/mbid-05adfe85-dd1c-44a0-bda8-a9159e59a30f/mbid-05adfe85-dd1c-44a0-bda8-a9159e59a30f-15842800531_thumb250.jpg",
    "song": "Baby I’m a Star",
    "track_id": "f9ff22ed-70be-3ee2-afbe-942e1e5bd28f",
    "recording_id": "40aaf01f-6406-4605-a4b7-a6c11978d816",
    "artist": "Prince and The Revolution",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e",
        "4c8ead39-b9df-4c56-a27c-51bc049cfd48"
    ],
    "album": "Purple Rain",
    "release_id": "05adfe85-dd1c-44a0-bda8-a9159e59a30f",
    "release_group_id": "b93a7c47-a6d4-33f2-9034-53fdd991f4ba",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request for Shannon!\nYes baby yes you are! \nThe last three songs on the album (\"I Would Die 4 U\", \"Baby I'm A Star\" and the title track \"Purple Rain\") were recorded live at the 3 August 1983 First Avenue show in Minneapolis, although overdubs and edits took place on all three in September 1983; this marked Prince's first album to include live recordings.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}