Information about plays

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

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

{
    "id": 3553935,
    "uri": "https://api.kexp.org/v2/plays/3553935/?format=api",
    "airdate": "2025-09-16T22:43:03-07:00",
    "show": 64582,
    "show_uri": "https://api.kexp.org/v2/shows/64582/?format=api",
    "image_uri": "https://ia800203.us.archive.org/16/items/mbid-3d08ec09-d852-43ce-ab7d-2a14d44d6ad9/mbid-3d08ec09-d852-43ce-ab7d-2a14d44d6ad9-4528115695_thumb500.jpg",
    "thumbnail_uri": "https://ia800203.us.archive.org/16/items/mbid-3d08ec09-d852-43ce-ab7d-2a14d44d6ad9/mbid-3d08ec09-d852-43ce-ab7d-2a14d44d6ad9-4528115695_thumb250.jpg",
    "song": "Solitude Is Bliss",
    "track_id": "4c6976a9-786e-31af-8e3d-64701952a331",
    "recording_id": "4d4525cb-1c7b-4b38-b859-758443c0727a",
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Innerspeaker",
    "release_id": "3d08ec09-d852-43ce-ab7d-2a14d44d6ad9",
    "release_group_id": "0cfdeff7-4aa7-4df4-918d-88c9421cc512",
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2010-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Best Debut Albums! Australian band Tame Impala arrived on scene with a fully-realized and unique psych rock sound on this first full-length. https://official.tameimpala.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}