Information about plays

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

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

{
    "id": 3598402,
    "uri": "https://api.kexp.org/v2/plays/3598402/?format=api",
    "airdate": "2025-12-31T10:21:07-08:00",
    "show": 65524,
    "show_uri": "https://api.kexp.org/v2/shows/65524/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Devil",
    "track_id": "725646e3-23c2-4558-ba57-ad258112552b",
    "recording_id": "10e043bd-e392-4110-bfc1-2cd777251648",
    "artist": "Full Flower Moon Band",
    "artist_ids": [
        "21db5853-8622-4eb7-b318-2dacdb65ba78"
    ],
    "album": "Megaflower",
    "release_id": "76321c02-2e7c-4255-a784-5c95abd761d4",
    "release_group_id": "e0e558d0-4bd1-4416-8c91-2d8faae36bda",
    "labels": [
        "Silver Arrow"
    ],
    "label_ids": [
        "e3e6fefb-8d9f-4f3a-b90b-5559e62603d2"
    ],
    "release_date": "2024-07-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Full Flower Moon Band  is a Brisbane, Australia five-piece, fronted by Kate \"Babyshakes\"  Dillon.: https://artsound.fm/music/full-flower-moon-band/\n\nHere's the official music video for \"Devil\": https://www.youtube.com/watch?v=xXA0PjIGdEs\n\nhttps://www.fullflowermoonband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}