Information about plays

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

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

{
    "id": 3628134,
    "uri": "https://api.kexp.org/v2/plays/3628134/?format=api",
    "airdate": "2026-03-12T15:08:29-07:00",
    "show": 66162,
    "show_uri": "https://api.kexp.org/v2/shows/66162/?format=api",
    "image_uri": "https://dn721800.ca.archive.org/0/items/mbid-04aaee6c-f34f-4e11-9ab4-e0695cadb539/mbid-04aaee6c-f34f-4e11-9ab4-e0695cadb539-31391357752_thumb500.jpg",
    "thumbnail_uri": "https://dn721800.ca.archive.org/0/items/mbid-04aaee6c-f34f-4e11-9ab4-e0695cadb539/mbid-04aaee6c-f34f-4e11-9ab4-e0695cadb539-31391357752_thumb250.jpg",
    "song": "Award Tour (radio version)",
    "track_id": "90762520-55bf-3b23-9840-144b06e80a4e",
    "recording_id": "5b8abe76-5740-4691-b575-262b241b538d",
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "Award Tour",
    "release_id": "04aaee6c-f34f-4e11-9ab4-e0695cadb539",
    "release_group_id": "b86a4ce0-50c3-490d-8ee7-4e6eca005238",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Award Tour\" sampled the hook from Weldon Irvine's \"We Gettin' Down.\" You are probably also hearing vibraphonist Milt Jackson's \"Olinga\" being sampled. \n---\nThis song features De La Soul's  late and beloved Trugoy the Dove on vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}