Information about plays

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

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

{
    "id": 3539553,
    "uri": "https://api.kexp.org/v2/plays/3539553/?format=api",
    "airdate": "2025-08-13T10:03:59-07:00",
    "show": 64278,
    "show_uri": "https://api.kexp.org/v2/shows/64278/?format=api",
    "image_uri": "https://ia800504.us.archive.org/5/items/mbid-9da227d1-9283-44f9-8545-f01b796eabb8/mbid-9da227d1-9283-44f9-8545-f01b796eabb8-14527973395_thumb500.jpg",
    "thumbnail_uri": "https://ia800504.us.archive.org/5/items/mbid-9da227d1-9283-44f9-8545-f01b796eabb8/mbid-9da227d1-9283-44f9-8545-f01b796eabb8-14527973395_thumb250.jpg",
    "song": "A Good Idea",
    "track_id": "229e3873-634b-324d-8388-67ef46b6ca6c",
    "recording_id": "84518e73-07e9-41c4-87b1-fab61e0e8752",
    "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": "Sugar released the great debut album \"Copper Blue\" on this date in 1992. Here's a 30-year retrospective from 2022: https://www.loudersound.com/features/sugars-copper-blue-at-30-how-alt-rock-godhead-bob-mould-finally-struck-gold",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}