Information about plays

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

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

{
    "id": 3632151,
    "uri": "https://api.kexp.org/v2/plays/3632151/?format=api",
    "airdate": "2026-03-21T22:39:34-07:00",
    "show": 66246,
    "show_uri": "https://api.kexp.org/v2/shows/66246/?format=api",
    "image_uri": "https://coverartarchive.org/release/1d11a841-5414-4b74-8e04-a50ce7332567/41870155268-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1d11a841-5414-4b74-8e04-a50ce7332567/41870155268-250.jpg",
    "song": "Selector",
    "track_id": null,
    "recording_id": "22ee803a-bdde-4bc4-a2ea-f708052bda14",
    "artist": "The Smart Shoppers",
    "artist_ids": [
        "48e2a4fc-60ab-4baf-9092-6be74177faca"
    ],
    "album": "Dorkwave",
    "release_id": null,
    "release_group_id": "fad0c6a0-8a26-4be3-b54e-79d5d2a62a6f",
    "labels": [
        "Bulge Records"
    ],
    "label_ids": [
        "cbf14458-a0b6-441d-acc9-c70859fbd858"
    ],
    "release_date": "2021-08-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rev Norb appears on bass here with The Smart Shoppers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}