Information about plays

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

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

{
    "id": 3631485,
    "uri": "https://api.kexp.org/v2/plays/3631485/?format=api",
    "airdate": "2026-03-20T13:34:40-07:00",
    "show": 66231,
    "show_uri": "https://api.kexp.org/v2/shows/66231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gimmie What You Got",
    "track_id": null,
    "recording_id": "798248f7-22e9-44d5-a4be-40b2a69f544e",
    "artist": "Le Pamplemousse",
    "artist_ids": [
        "c26c5088-ab3c-4165-93a9-f5675e636d8a"
    ],
    "album": "Le Pamplemousse",
    "release_id": null,
    "release_group_id": "2bf09bc8-6938-4f94-b659-44b8483f74e6",
    "labels": [
        "AVI Records"
    ],
    "label_ids": [
        "e68efe8a-1a06-4a21-9ee6-563f4316f72e"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Le Pamplemousse was the brainchild of Michael Lewis and Laurin Rinder. Much like Phil Spector a decade earlier, these producers would create outlets for their musical genius. These outlets or studio groups, would often feature the same musicians and singers. Interchangeable pieces in the master plan. -Last.fm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}