Information about plays

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

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

{
    "id": 3640561,
    "uri": "https://api.kexp.org/v2/plays/3640561/?format=api",
    "airdate": "2026-04-11T03:48:38-07:00",
    "show": 66421,
    "show_uri": "https://api.kexp.org/v2/shows/66421/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vox Wah-Wah Pedal Radio Spot",
    "track_id": null,
    "recording_id": "b15c96d7-aafa-49f2-bb26-ede31e0b1984",
    "artist": "The Electric Prunes",
    "artist_ids": [
        "8cb8b329-e152-4394-80d0-6aab033ec16c"
    ],
    "album": "Too Much to Dream, Original Group Recordings: Reprise 1966-1967",
    "release_id": null,
    "release_group_id": "cb5ed9f2-3323-38e6-9727-e8ce212fed6a",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2007-03-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}