Information about plays

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

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

{
    "id": 3656597,
    "uri": "https://api.kexp.org/v2/plays/3656597/?format=api",
    "airdate": "2026-05-19T00:13:50-07:00",
    "show": 66755,
    "show_uri": "https://api.kexp.org/v2/shows/66755/?format=api",
    "image_uri": "https://coverartarchive.org/release/93c81368-06a3-40d4-827f-114d3353c912/14765848021-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/93c81368-06a3-40d4-827f-114d3353c912/14765848021-250.jpg",
    "song": "Face B",
    "track_id": null,
    "recording_id": null,
    "artist": "Pizzicato Five",
    "artist_ids": [
        "1bbb60c9-6b1b-4bb1-a442-2b669436b50e"
    ],
    "album": "Happy Sad",
    "release_id": null,
    "release_group_id": "dfdd77f7-0dbf-3b0d-adde-10d0cda50e6d",
    "labels": [
        "TRIAD"
    ],
    "label_ids": [
        "9097518e-bae0-48b3-bde3-2eeaa8861b3e"
    ],
    "release_date": "1994-04-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Sad B-Side",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}