Information about plays

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

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

{
    "id": 3544541,
    "uri": "https://api.kexp.org/v2/plays/3544541/?format=api",
    "airdate": "2025-08-25T07:00:34-07:00",
    "show": 64384,
    "show_uri": "https://api.kexp.org/v2/shows/64384/?format=api",
    "image_uri": "https://dn721800.ca.archive.org/0/items/mbid-ab393e12-c416-422f-bfc7-3b76338de97d/mbid-ab393e12-c416-422f-bfc7-3b76338de97d-31478093076_thumb500.jpg",
    "thumbnail_uri": "https://dn721800.ca.archive.org/0/items/mbid-ab393e12-c416-422f-bfc7-3b76338de97d/mbid-ab393e12-c416-422f-bfc7-3b76338de97d-31478093076_thumb250.jpg",
    "song": "You Keep Me Hangin' On",
    "track_id": "7546e435-060f-3c97-a2a0-7646f4a4d28a",
    "recording_id": "69f11fa3-55a8-4976-990f-41e6ac811207",
    "artist": "The Supremes",
    "artist_ids": [
        "c1aa2ec9-53e7-4d90-8d36-bac75832e986"
    ],
    "album": "Sweet Soul Music: 29 Scorching Classics From 1966",
    "release_id": "ab393e12-c416-422f-bfc7-3b76338de97d",
    "release_group_id": "00effa21-37ed-4d47-85f9-9c5fcc274c53",
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "2009-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"You Keep Me Hangin' On\" was first recorded by The Supremes, reaching number one on the Billboard Hot 100. \n\nIt's also been covered by Vanilla Fudge and Kim Wilde in 1986, reaching number one on the Billboard Hot 100 in June 1987. \n\nIn the first 32 years of the Billboard Hot 100 rock era, \"You Keep Me Hangin' On\" became one of six songs to reach number one by two different musical acts.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}