Information about plays

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

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

{
    "id": 3597977,
    "uri": "https://api.kexp.org/v2/plays/3597977/?format=api",
    "airdate": "2025-12-30T11:08:28-08:00",
    "show": 65515,
    "show_uri": "https://api.kexp.org/v2/shows/65515/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mood Ring",
    "track_id": "19841423-4902-4a2e-9788-79cb5d60acaa",
    "recording_id": "25fc77ba-cc5d-4e62-b50d-3c68ce344619",
    "artist": "Dehd",
    "artist_ids": [
        "d5ccd5b5-44b5-497e-9829-d8f1b69f412c"
    ],
    "album": "Poetry",
    "release_id": "6ea8bf31-40d4-4bd3-8b74-a457713d1717",
    "release_group_id": "1b596224-e7ed-4f2a-8176-4fa20fbd74e4",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2024-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Requested by Stephen!\n\n\"Mood Ring\" is about \"blithely falling in love with a biker boy\" http://bit.ly/3X4AeNY\n\nhttps://dehdforever.bandcamp.com\nhttps://dehd.horse/\n\nCheck out Dehd live on KEXP in 2024! https://www.youtube.com/watch?v=4YcfTJzNd-0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}