Information about plays

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

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

{
    "id": 3631476,
    "uri": "https://api.kexp.org/v2/plays/3631476/?format=api",
    "airdate": "2026-03-20T13:00:50-07:00",
    "show": 66231,
    "show_uri": "https://api.kexp.org/v2/shows/66231/?format=api",
    "image_uri": "https://coverartarchive.org/release/1f5d5ea5-9ba9-4b0e-84fd-1e36670a9fb5/37054793950-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1f5d5ea5-9ba9-4b0e-84fd-1e36670a9fb5/37054793950-250.jpg",
    "song": "Vernal Equinox",
    "track_id": null,
    "recording_id": "e2778223-ec6a-469a-9c50-4b76d6a2f7dc",
    "artist": "Can",
    "artist_ids": [
        "13501c7d-d181-45ba-af52-5f101d8516a0"
    ],
    "album": "CAN Box 4",
    "release_id": null,
    "release_group_id": "96ad31df-0627-41fe-9712-ffb3faffe263",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1992-01-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Spring Equinox!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}