Information about plays

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

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

{
    "id": 3626229,
    "uri": "https://api.kexp.org/v2/plays/3626229/?format=api",
    "airdate": "2026-03-07T02:50:34-08:00",
    "show": 66113,
    "show_uri": "https://api.kexp.org/v2/shows/66113/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hello / Goodbye",
    "track_id": null,
    "recording_id": "7e46b08d-0132-4a77-bad3-3b9d4d1ccbce",
    "artist": "Modern Art",
    "artist_ids": [
        "979e2f0b-5780-4ca3-ba2d-7248e28d885d"
    ],
    "album": "Underwater Kites",
    "release_id": null,
    "release_group_id": "4354ceda-c629-4c42-94cb-f4ee51f72d51",
    "labels": [
        "Color Tapes"
    ],
    "label_ids": [
        "9f18c24e-53d5-4daf-974f-fbf3a1f5f012"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://modernartofficial.bandcamp.com/album/underwater-kites",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}