Information about plays

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

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

{
    "id": 3548346,
    "uri": "https://api.kexp.org/v2/plays/3548346/?format=api",
    "airdate": "2025-09-03T08:34:58-07:00",
    "show": 64462,
    "show_uri": "https://api.kexp.org/v2/shows/64462/?format=api",
    "image_uri": "https://ia800205.us.archive.org/18/items/mbid-7981f14a-1bb5-3a36-99ce-a1377a17095b/mbid-7981f14a-1bb5-3a36-99ce-a1377a17095b-26259040094_thumb500.jpg",
    "thumbnail_uri": "https://ia600205.us.archive.org/18/items/mbid-7981f14a-1bb5-3a36-99ce-a1377a17095b/mbid-7981f14a-1bb5-3a36-99ce-a1377a17095b-26259040094_thumb250.jpg",
    "song": "Third Uncle",
    "track_id": "ebfdc43a-acd9-340e-a6ed-90d64b2a9b47",
    "recording_id": "8b5ec69c-755f-45ec-9721-c55dd0bc1a9b",
    "artist": "Bauhaus",
    "artist_ids": [
        "0688add2-c282-4ee2-ba61-223ffdb3c201"
    ],
    "album": "The Sky’s Gone Out",
    "release_id": "7981f14a-1bb5-3a36-99ce-a1377a17095b",
    "release_group_id": "705c2c4b-cb73-39a0-9f15-7e83aedafe72",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"There were tims\nThere was pork\nThere are legs\nThere are skarks\n*There was John*\nThere are cliffs\nThere was mother\nThere's a poker\nThere was you\nThen there was you\":\n https://genius.com/Bauhaus-third-uncle-lyrics\n--\nThis is Bauhaus' cover of Brian Eno's \"Third Uncle.\"\n\nWhat John's doing in there is anyone's guess.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}