Information about plays

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

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

{
    "id": 3622726,
    "uri": "https://api.kexp.org/v2/plays/3622726/?format=api",
    "airdate": "2026-02-26T21:02:38-08:00",
    "show": 66038,
    "show_uri": "https://api.kexp.org/v2/shows/66038/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Silent of Seminyak",
    "track_id": null,
    "recording_id": null,
    "artist": "宇山寛人, Segawa Tatsuya",
    "artist_ids": [
        "ff139930-ec21-4c01-8737-4e4c05bdd472",
        "7608cb6a-cf9e-4d74-8c7f-1c8601ca6930"
    ],
    "album": "Huge Wave",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "宇山寛人 (Uyama Hiroto) is a jazz and hip hop artist. Influenced by his uncle, who was also a jazz guitarist, he became familiar with music from an early age. After \"Letter From Yokosuka\", he was involved in many Nujabes works.  He strongly emphasizes his identity as a Japanese person, and as a proposal for a new style of Japanese free jazz, his work is different from his previous works, and due to its originality, he was featured in the overseas magazine HYPEBEAST, and has received a lot of praise from Japanese listeners as well as listeners overseas.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}