Information about plays

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

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

{
    "id": 3617221,
    "uri": "https://api.kexp.org/v2/plays/3617221/?format=api",
    "airdate": "2026-02-14T03:25:36-08:00",
    "show": 65928,
    "show_uri": "https://api.kexp.org/v2/shows/65928/?format=api",
    "image_uri": "https://dn721607.ca.archive.org/0/items/mbid-f36d8ca5-df31-4f0a-8b30-644dd61c9874/mbid-f36d8ca5-df31-4f0a-8b30-644dd61c9874-29187831433_thumb500.jpg",
    "thumbnail_uri": "https://dn721607.ca.archive.org/0/items/mbid-f36d8ca5-df31-4f0a-8b30-644dd61c9874/mbid-f36d8ca5-df31-4f0a-8b30-644dd61c9874-29187831433_thumb250.jpg",
    "song": "Hip Like Junk",
    "track_id": "4a713e15-9d95-348c-89e3-bd036781e929",
    "recording_id": "a36920da-0f55-49bd-bebe-56a615bed476",
    "artist": "7 Year Bitch",
    "artist_ids": [
        "91d06612-5c1e-4278-b40b-b6ce22dc9bb4"
    ],
    "album": "¡Viva Zapata!",
    "release_id": "f36d8ca5-df31-4f0a-8b30-644dd61c9874",
    "release_group_id": "cf569f00-4afc-3450-bf61-ef8f5010da13",
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "release_date": "1994-06-28",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}