Information about plays

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

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

{
    "id": 3628149,
    "uri": "https://api.kexp.org/v2/plays/3628149/?format=api",
    "airdate": "2026-03-12T16:12:19-07:00",
    "show": 66163,
    "show_uri": "https://api.kexp.org/v2/shows/66163/?format=api",
    "image_uri": "https://dn711201.ca.archive.org/0/items/mbid-8c45c5da-aaef-4c05-89c5-b54822f219b8/mbid-8c45c5da-aaef-4c05-89c5-b54822f219b8-24798539326_thumb500.jpg",
    "thumbnail_uri": "https://dn711201.ca.archive.org/0/items/mbid-8c45c5da-aaef-4c05-89c5-b54822f219b8/mbid-8c45c5da-aaef-4c05-89c5-b54822f219b8-24798539326_thumb250.jpg",
    "song": "Detachable Penis",
    "track_id": "51d991c7-1421-3eba-9f8b-2be4ac012397",
    "recording_id": "bd62175e-39f8-4b1f-a0bd-2d1816420258",
    "artist": "King Missile",
    "artist_ids": [
        "62881dc4-2776-4743-a938-79a7d865ea53"
    ],
    "album": "Happy Hour",
    "release_id": "8c45c5da-aaef-4c05-89c5-b54822f219b8",
    "release_group_id": "78b05d28-1756-3ce1-a72f-d8997acf836e",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1992-12-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a history of this hilariously absurd song: https://www.spin.com/2013/02/king-missile-detachable-penis-oral-history-john-s-hall/\n--\nHere's the thoughtful video: https://www.youtube.com/watch?v=byDiILrNbM4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}