Information about plays

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

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

{
    "id": 3583768,
    "uri": "https://api.kexp.org/v2/plays/3583768/?format=api",
    "airdate": "2025-11-27T19:12:39-08:00",
    "show": 65226,
    "show_uri": "https://api.kexp.org/v2/shows/65226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "コーラル・リーフ",
    "track_id": null,
    "recording_id": "9ab71757-0869-4421-8da5-8ad6a304e6bb",
    "artist": "鈴木茂",
    "artist_ids": [
        "a818b4fc-31b1-43e3-8d2a-93ed9ff211ba"
    ],
    "album": "Pacific",
    "release_id": null,
    "release_group_id": "6919af6b-49db-4e37-954a-d92ae00e5d24",
    "labels": [
        "GT music"
    ],
    "label_ids": [
        "c87f7f8f-09f2-403f-bfb8-c7a683419199"
    ],
    "release_date": "1978-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "鈴木茂 (Shigeru Suzuki) is a Japanese musician, songwriter and guitarist. He first became known as a member of the influential rock band Happy End in the early 1970s, before starting a solo career and becoming a prolific session musician.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}