Information about plays

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

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

{
    "id": 3593822,
    "uri": "https://api.kexp.org/v2/plays/3593822/?format=api",
    "airdate": "2025-12-21T05:00:38-08:00",
    "show": 65436,
    "show_uri": "https://api.kexp.org/v2/shows/65436/?format=api",
    "image_uri": "https://ia800603.us.archive.org/1/items/mbid-ae2d3328-11d0-405c-a36d-137c01dd368f/mbid-ae2d3328-11d0-405c-a36d-137c01dd368f-28538178896_thumb500.jpg",
    "thumbnail_uri": "https://ia800603.us.archive.org/1/items/mbid-ae2d3328-11d0-405c-a36d-137c01dd368f/mbid-ae2d3328-11d0-405c-a36d-137c01dd368f-28538178896_thumb250.jpg",
    "song": "Norf Norf",
    "track_id": "18bea2d3-2269-4799-957c-637dc5263825",
    "recording_id": "9c649ce0-ea55-44f6-b84f-974c997c36ee",
    "artist": "Vince Staples",
    "artist_ids": [
        "78e854b8-9713-4ff2-9218-6b3784893bff"
    ],
    "album": "Summertime ’06",
    "release_id": "ae2d3328-11d0-405c-a36d-137c01dd368f",
    "release_group_id": "ce0c3be2-5d01-4640-9bb8-9ced890ea989",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2015-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"WALL-E's in the Closet next to Lost Highway and Malcolm X\"\n- Vince Staples in the Criterion Closet.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}