Information about plays

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

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

{
    "id": 3667383,
    "uri": "https://api.kexp.org/v2/plays/3667383/?format=api",
    "airdate": "2026-06-13T14:31:43-07:00",
    "show": 66978,
    "show_uri": "https://api.kexp.org/v2/shows/66978/?format=api",
    "image_uri": "https://dn710006.ca.archive.org/0/items/mbid-bc0a3f56-1529-4507-a17b-bbea62f7a59c/mbid-bc0a3f56-1529-4507-a17b-bbea62f7a59c-30979423705_thumb500.jpg",
    "thumbnail_uri": "https://dn710006.ca.archive.org/0/items/mbid-bc0a3f56-1529-4507-a17b-bbea62f7a59c/mbid-bc0a3f56-1529-4507-a17b-bbea62f7a59c-30979423705_thumb250.jpg",
    "song": "Stephanie Says",
    "track_id": "c7c752b9-90ea-3cbd-be9d-9628bb00112c",
    "recording_id": "41ee5f6d-18bd-481d-84f0-fc98da30db85",
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "The Royal Tenenbaums",
    "release_id": "bc0a3f56-1529-4507-a17b-bbea62f7a59c",
    "release_group_id": "38c3631c-3dfe-3ca2-bab1-1fa92bd76e32",
    "labels": [
        "Hollywood Records"
    ],
    "label_ids": [
        "6bb7c1b2-cb06-4381-9c59-02b1ae4aa96d"
    ],
    "release_date": "2001-12-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Responsible for influencing multiple groups and genres, The Velvet Underground are one of the most influential acts to emerge from the NYC/CBGB's art scene.\n\nhttps://www.velvetundergroundmusic.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}