Information about plays

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

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

{
    "id": 3631197,
    "uri": "https://api.kexp.org/v2/plays/3631197/?format=api",
    "airdate": "2026-03-19T19:48:41-07:00",
    "show": 66225,
    "show_uri": "https://api.kexp.org/v2/shows/66225/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thousand Knives (Thundercat remodel)",
    "track_id": null,
    "recording_id": "c53a76e7-2d23-4128-b02a-d26bb2854e0e",
    "artist": "Ryuichi Sakamoto & Thundercat",
    "artist_ids": [
        "a7f7df4a-77d8-4f12-8acd-5c60c93f4de8",
        "044fd265-79dd-43eb-afc4-8b20becf7e17"
    ],
    "album": "Thousand Knives (Thundercat remodel)",
    "release_id": null,
    "release_group_id": "055ff9c3-1293-4b9f-bb83-5cd49bd7b90c",
    "labels": [
        "Milan"
    ],
    "label_ids": [
        "41099e29-7301-4fa3-86a4-8d510157b275"
    ],
    "release_date": "2022-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ryuichi Sakamoto was a legendary Japanese musician, composer, keyboardist, record producer, singer and actor. He pursued a diverse range of styles as a solo artist and as a member of the synth-based band Yellow Magic Orchestra.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}