Information about plays

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

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

{
    "id": 3616031,
    "uri": "https://api.kexp.org/v2/plays/3616031/?format=api",
    "airdate": "2026-02-11T04:51:35-08:00",
    "show": 65901,
    "show_uri": "https://api.kexp.org/v2/shows/65901/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "CUE",
    "track_id": "60529db3-8934-3006-9ecc-27572d57c480",
    "recording_id": "6fabb1f2-0018-4172-aa76-8df448b7dc5d",
    "artist": "Yellow Magic Orchestra",
    "artist_ids": [
        "ac5af671-1df0-4312-8b7b-e61992ecc883"
    ],
    "album": "YMO Go Home!",
    "release_id": "deb843ae-3ac9-483b-a69e-ec00ea435dc9",
    "release_group_id": "38cd27b3-0656-34f4-9517-7bd1e1ec1855",
    "labels": [
        "EASTWORLD"
    ],
    "label_ids": [
        "31af4a29-1d1a-46f4-bf47-a3e8e84dadfb"
    ],
    "release_date": "1999-09-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yellow Magic Orchestra (YMO) is a Japanese electronic music band formed in Tokyo in 1978. \"CUE\" was first released on their 1981 album, BGM.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}