Information about plays

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

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

{
    "id": 3637015,
    "uri": "https://api.kexp.org/v2/plays/3637015/?format=api",
    "airdate": "2026-04-02T21:19:27-07:00",
    "show": 66348,
    "show_uri": "https://api.kexp.org/v2/shows/66348/?format=api",
    "image_uri": "https://coverartarchive.org/release/cc80ec69-2027-3376-b78e-b2f64c7bd6a0/34429905436-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cc80ec69-2027-3376-b78e-b2f64c7bd6a0/34429905436-250.jpg",
    "song": "Yellow Magic (Tong Poo)",
    "track_id": null,
    "recording_id": "1b4f079d-943b-469d-a8fa-7358df98e6bb",
    "artist": "Yellow Magic Orchestra",
    "artist_ids": [
        "ac5af671-1df0-4312-8b7b-e61992ecc883"
    ],
    "album": "Yellow Magic Orchestra",
    "release_id": null,
    "release_group_id": "e92c42f1-acc8-3ad9-8a6c-8d1593f3a9a3",
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "1978-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yellow Magic Orchestra's debut, self-entitled album released in 1978. The album was intended to be a one-off project for producer and bass player, Haruomi Hosono, and the two session musicians he had hired: drummer Yukihiro Takahashi and keyboard player Ryuichi Sakamoto.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}