Information about plays

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

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

{
    "id": 3591419,
    "uri": "https://api.kexp.org/v2/plays/3591419/?format=api",
    "airdate": "2025-12-15T12:06:08-08:00",
    "show": 65386,
    "show_uri": "https://api.kexp.org/v2/shows/65386/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Turns Blue",
    "track_id": "62a4527e-2d72-4641-bff1-ad3f21bd49ff",
    "recording_id": "a57c1080-00d8-4cac-b969-f9b119149739",
    "artist": "Naked Giants",
    "artist_ids": [
        "0b183251-c4a7-47ab-87b4-4cc0e50dfe95"
    ],
    "album": "The Shadow",
    "release_id": "3df30773-8457-4e7f-afb9-f9c2d887cfa3",
    "release_group_id": "f36c276f-a171-4569-9687-52ea101b6c1e",
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2020-08-21",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "And, here's some Naked Giants! Off their 2020 record. \n\nThe Seattle band most recently performed Live on KEXP back in January of this year!\n\nhttps://www.youtube.com/watch?v=mI_FN1-JmVc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}