Information about plays

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

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

{
    "id": 3590063,
    "uri": "https://api.kexp.org/v2/plays/3590063/?format=api",
    "airdate": "2025-12-12T07:40:02-08:00",
    "show": 65354,
    "show_uri": "https://api.kexp.org/v2/shows/65354/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fortune Teller",
    "track_id": "1e2ca1de-ecbe-3b91-9f7d-92947bd9e65c",
    "recording_id": "0df82822-0a6b-4c28-a013-9b8a93fad197",
    "artist": "Sugar",
    "artist_ids": [
        "e3347fbd-2595-480e-926d-278566debf9d"
    ],
    "album": "Copper Blue",
    "release_id": "9da227d1-9283-44f9-8545-f01b796eabb8",
    "release_group_id": "997a4855-3bd3-3e5c-81d0-656209b3aa74",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1992-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bob Mould will join Blondshell (and John) for tomorrow night's SMooCH Benefit, Saturday, December 13th.  Learn more here: https://www.kexp.org/events/kexp-events/smooch-2025/\n--\n\"Copper Blue\" is our Morning Show album of the week.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}