Information about plays

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

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

{
    "id": 3539654,
    "uri": "https://api.kexp.org/v2/plays/3539654/?format=api",
    "airdate": "2025-08-13T16:08:41-07:00",
    "show": 64280,
    "show_uri": "https://api.kexp.org/v2/shows/64280/?format=api",
    "image_uri": "https://dn721704.ca.archive.org/0/items/mbid-f1f9698f-c86a-470d-86a7-a5ec0c9e3cb6/mbid-f1f9698f-c86a-470d-86a7-a5ec0c9e3cb6-5133157906_thumb500.jpg",
    "thumbnail_uri": "https://ia601702.us.archive.org/35/items/mbid-f1f9698f-c86a-470d-86a7-a5ec0c9e3cb6/mbid-f1f9698f-c86a-470d-86a7-a5ec0c9e3cb6-5133157906_thumb250.jpg",
    "song": "The Magnificent Seven",
    "track_id": "d49dd503-d541-47ab-9cb9-c18bfcebfb29",
    "recording_id": "860a7ffb-6226-47df-978f-af31436973c3",
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "Sandinista!",
    "release_id": "22b1aaf7-3683-4605-af11-7c0920816be2",
    "release_group_id": "ff729e76-b7c5-3877-bf7d-bbad4fde43cb",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Magnificent Seven\" was recorded in April 1980 at Electric Lady Studios, New York and was released in 1981 as the third single from the Clash's fourth album, Sandinista!. \n\nThe song was inspired by old school hip hop acts from New York City, like the Sugarhill Gang and Grandmaster Flash & the Furious Five. It reached number 34 on the UK Singles Chart.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}