Information about plays

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

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

{
    "id": 3648045,
    "uri": "https://api.kexp.org/v2/plays/3648045/?format=api",
    "airdate": "2026-04-28T23:28:37-07:00",
    "show": 66578,
    "show_uri": "https://api.kexp.org/v2/shows/66578/?format=api",
    "image_uri": "https://dn711009.ca.archive.org/0/items/mbid-5f52d3ff-74dd-460d-a627-4d54f0f7eff6/mbid-5f52d3ff-74dd-460d-a627-4d54f0f7eff6-1611443813_thumb500.jpg",
    "thumbnail_uri": "https://dn711009.ca.archive.org/0/items/mbid-5f52d3ff-74dd-460d-a627-4d54f0f7eff6/mbid-5f52d3ff-74dd-460d-a627-4d54f0f7eff6-1611443813_thumb250.jpg",
    "song": "Tundra/Desert",
    "track_id": "7890902d-58e0-34f3-998a-b358a73a4417",
    "recording_id": "84402e09-605a-482e-bc84-a125df7c7b9c",
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "Interstate 8",
    "release_id": "5f52d3ff-74dd-460d-a627-4d54f0f7eff6",
    "release_group_id": "92fa23c1-436e-3e9e-86c1-a90f37866715",
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "1996-08-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}