Information about plays

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

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

{
    "id": 3545173,
    "uri": "https://api.kexp.org/v2/plays/3545173/?format=api",
    "airdate": "2025-08-26T18:36:50-07:00",
    "show": 64395,
    "show_uri": "https://api.kexp.org/v2/shows/64395/?format=api",
    "image_uri": "https://ia904606.us.archive.org/9/items/mbid-6339b300-26d8-329b-910b-c8280f286e9e/mbid-6339b300-26d8-329b-910b-c8280f286e9e-10210348954_thumb500.jpg",
    "thumbnail_uri": "https://ia804606.us.archive.org/9/items/mbid-6339b300-26d8-329b-910b-c8280f286e9e/mbid-6339b300-26d8-329b-910b-c8280f286e9e-10210348954_thumb250.jpg",
    "song": "Hazy Shade of Winter",
    "track_id": "61326195-dda4-39ba-9d1c-7ff961dd9e4b",
    "recording_id": "40e1e083-d058-417f-90c5-9bafcce70211",
    "artist": "Bangles",
    "artist_ids": [
        "f31ec2ac-9071-4306-acd1-d2c8321033b5"
    ],
    "album": "Less Than Zero",
    "release_id": "6339b300-26d8-329b-910b-c8280f286e9e",
    "release_group_id": "d7090d06-6a75-380d-abdc-ed8944c0c9c9",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A cover of a Simon & Garfunkel classic, the Bangles' version was released on the \"Less Than Zero\" Motion Picture Soundtrack in 1987.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}