Information about plays

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

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

{
    "id": 3630353,
    "uri": "https://api.kexp.org/v2/plays/3630353/?format=api",
    "airdate": "2026-03-17T22:41:58-07:00",
    "show": 66210,
    "show_uri": "https://api.kexp.org/v2/shows/66210/?format=api",
    "image_uri": "https://ia600904.us.archive.org/1/items/mbid-068a70a2-de9d-46db-96aa-7ac42efa73cf/mbid-068a70a2-de9d-46db-96aa-7ac42efa73cf-42717428187_thumb500.jpg",
    "thumbnail_uri": "https://dn710101.ca.archive.org/0/items/mbid-068a70a2-de9d-46db-96aa-7ac42efa73cf/mbid-068a70a2-de9d-46db-96aa-7ac42efa73cf-42717428187_thumb250.jpg",
    "song": "Black Skin Blue Eyed Boys",
    "track_id": "92edcecc-ba5c-33ba-bb5c-a211eeba8665",
    "recording_id": "d621ece4-faea-4126-ab61-460de3b09994",
    "artist": "The Equals",
    "artist_ids": [
        "efe5c081-3a3d-4730-9669-c3eec3018989"
    ],
    "album": "Baby Come Back",
    "release_id": "409db058-e52b-4859-802f-264edf49d9b5",
    "release_group_id": "c3425063-ef23-3e49-8c75-ebc19f0587cc",
    "labels": [],
    "label_ids": [],
    "release_date": "1968-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eddy Grant was in The Equals",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}