Information about plays

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

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

{
    "id": 3641834,
    "uri": "https://api.kexp.org/v2/plays/3641834/?format=api",
    "airdate": "2026-04-14T04:12:05-07:00",
    "show": 66448,
    "show_uri": "https://api.kexp.org/v2/shows/66448/?format=api",
    "image_uri": "https://dn711004.ca.archive.org/0/items/mbid-85d8e359-348f-4368-91b7-7ea1c3d17ad3/mbid-85d8e359-348f-4368-91b7-7ea1c3d17ad3-44830504438_thumb500.jpg",
    "thumbnail_uri": "https://dn711004.ca.archive.org/0/items/mbid-85d8e359-348f-4368-91b7-7ea1c3d17ad3/mbid-85d8e359-348f-4368-91b7-7ea1c3d17ad3-44830504438_thumb250.jpg",
    "song": "Waterbed",
    "track_id": "a5b50ce8-6ef8-4125-a591-5970f8a86caf",
    "recording_id": "29ae1162-8d81-43b5-a02a-a47fa020ea7a",
    "artist": "Midpak",
    "artist_ids": [
        "2049c589-01fb-4b2b-80a9-d7f4b8be5f2e"
    ],
    "album": "Torpedo",
    "release_id": "85d8e359-348f-4368-91b7-7ea1c3d17ad3",
    "release_group_id": "8b6adcf6-1469-40f4-92e5-b31f2d900390",
    "labels": [
        "Middy P Ink"
    ],
    "label_ids": [
        "56bdf9c1-ed2f-415d-8174-42500f10406f"
    ],
    "release_date": "2026-03-13",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Latest record from Seattle's own\n\nhttps://midpak.bandcamp.com/album/torpedo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}