Information about plays

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

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

{
    "id": 3639265,
    "uri": "https://api.kexp.org/v2/plays/3639265/?format=api",
    "airdate": "2026-04-08T01:31:07-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://dn720700.ca.archive.org/0/items/mbid-37ee916e-a628-48c5-a8d7-805a403d50e9/mbid-37ee916e-a628-48c5-a8d7-805a403d50e9-20205876202_thumb500.jpg",
    "thumbnail_uri": "https://dn720700.ca.archive.org/0/items/mbid-37ee916e-a628-48c5-a8d7-805a403d50e9/mbid-37ee916e-a628-48c5-a8d7-805a403d50e9-20205876202_thumb250.jpg",
    "song": "Don’t Talk to Me About Work",
    "track_id": "0957ec27-15ff-4a53-ad32-79a8a96f2ff0",
    "recording_id": "e5681628-c26c-447d-bdf1-20c290ee8d84",
    "artist": "Lou Reed",
    "artist_ids": [
        "9d1ebcfe-4c15-4d18-95d3-d919898638a1"
    ],
    "album": "Legendary Hearts",
    "release_id": "0a79b5f2-bce3-4cab-8034-5517adac40f3",
    "release_group_id": "752ba621-0a8a-3ee0-ae10-5850d3f5c631",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}