Information about plays

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

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

{
    "id": 3636975,
    "uri": "https://api.kexp.org/v2/plays/3636975/?format=api",
    "airdate": "2026-04-02T19:00:30-07:00",
    "show": 66347,
    "show_uri": "https://api.kexp.org/v2/shows/66347/?format=api",
    "image_uri": "https://coverartarchive.org/release/f4fbec73-a9dd-40c0-ad03-73248336d004/42866430412-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f4fbec73-a9dd-40c0-ad03-73248336d004/42866430412-250.jpg",
    "song": "Sun",
    "track_id": null,
    "recording_id": "7d8a59ff-032b-41a4-a29a-331ab6652b18",
    "artist": "Takuya Nakamura",
    "artist_ids": [
        "da8a52b3-3432-4f82-aaf9-4e892ea7c847"
    ],
    "album": "Spacetak",
    "release_id": null,
    "release_group_id": "48950eaf-a211-4a1e-b2e1-49fe2f272f50",
    "labels": [
        "Codek Records"
    ],
    "label_ids": [
        "f817456f-0369-4bb5-8659-14f09a22328d"
    ],
    "release_date": "2018-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Welcome to Eastern Echoes with Mike Ramos!\n\nStarting with this track from Takuya Nakamura who was just announced as part of the 2026 Bumbershoot lineup -- https://bumbershoot.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}