Information about plays

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

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

{
    "id": 3594919,
    "uri": "https://api.kexp.org/v2/plays/3594919/?format=api",
    "airdate": "2025-12-23T14:01:11-08:00",
    "show": 65457,
    "show_uri": "https://api.kexp.org/v2/shows/65457/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Old Snow, White Sun",
    "track_id": null,
    "recording_id": "2e486f66-48d9-4c89-acf2-bea85baca0c0",
    "artist": "Kikagaku Moyo",
    "artist_ids": [
        "3a605eba-b6a1-4298-855d-b3033df0bf8b"
    ],
    "album": "House in the Tall Grass",
    "release_id": "b0509ae0-782c-49f2-9deb-96fee10d52c5",
    "release_group_id": "3e0709fe-24c9-44ae-84ca-f9a93b6d0f34",
    "labels": [
        "Guruguru Brain"
    ],
    "label_ids": [
        "de0ecc1e-519d-40fe-8a29-b07035d9462e"
    ],
    "release_date": "2016-05-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Kikagaku Moyo perform \"Old Snow, White Sun\" live at a KEXP VIP event in 2019.\nhttps://www.youtube.com/watch?v=H-h9yktpJ7I\n\nhttps://kikagakumoyoggb.bandcamp.com\nhttps://kikagakumoyo.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}