Information about plays

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

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

{
    "id": 3588418,
    "uri": "https://api.kexp.org/v2/plays/3588418/?format=api",
    "airdate": "2025-12-08T08:27:52-08:00",
    "show": 65322,
    "show_uri": "https://api.kexp.org/v2/shows/65322/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Act We Act",
    "track_id": "102c4b75-f680-3a40-b466-74348c021816",
    "recording_id": "42e8f457-8bd2-47dd-b72d-762829ffb256",
    "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": "\"Copper Blue\" is the Morning Show Album of the Week!\n\nCome see Bob Mould play SMooCH, Dec 13th: https://smoochforkids.com/\n\nOr, watch Bob Mould perform this song live on KEXP: https://www.youtube.com/watch?v=rMvMS7PK8iA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}