Information about plays

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

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

{
    "id": 3539499,
    "uri": "https://api.kexp.org/v2/plays/3539499/?format=api",
    "airdate": "2025-08-13T06:54:12-07:00",
    "show": 64276,
    "show_uri": "https://api.kexp.org/v2/shows/64276/?format=api",
    "image_uri": "https://ia801904.us.archive.org/14/items/mbid-b22b09ab-adbc-4ab9-a327-c3c4549c25b0/mbid-b22b09ab-adbc-4ab9-a327-c3c4549c25b0-15203500868_thumb500.jpg",
    "thumbnail_uri": "https://ia801904.us.archive.org/14/items/mbid-b22b09ab-adbc-4ab9-a327-c3c4549c25b0/mbid-b22b09ab-adbc-4ab9-a327-c3c4549c25b0-15203500868_thumb250.jpg",
    "song": "The Show (vocal)",
    "track_id": "61a8bcfb-f361-3507-92b4-a1df617a333d",
    "recording_id": "5a4863c1-1289-4f63-ab27-3e7cab053714",
    "artist": "Doug E. Fresh & The Get Fresh Crew",
    "artist_ids": [
        "029c683d-4e0f-4264-a563-ca7743b33b07",
        "ab08005c-6c7f-4bda-a30c-209b568fc7e1"
    ],
    "album": "The Show / La-Di-Da-Di",
    "release_id": "b22b09ab-adbc-4ab9-a327-c3c4549c25b0",
    "release_group_id": "ecb12b57-527b-3dac-b3e3-eb5c93db309b",
    "labels": [
        "Reality Records"
    ],
    "label_ids": [
        "44ec3c71-83a2-4701-bbe1-ab5abd4010da"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1985, Doug E. Fresh released the single \"The Show.\" Its b-side \"La Di Da Di\" has been sampled over 1000 times as of this writing including Hypnotize by The Notorious B.I.G., Hold It Now, Hit It by Beastie Boys, Christiansands by Tricky and “O.P.P.” by Naughty by Nature.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}