Information about plays

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

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

{
    "id": 3571871,
    "uri": "https://api.kexp.org/v2/plays/3571871/?format=api",
    "airdate": "2025-10-30T15:26:29-07:00",
    "show": 64976,
    "show_uri": "https://api.kexp.org/v2/shows/64976/?format=api",
    "image_uri": "https://ia800605.us.archive.org/27/items/mbid-8e2278c1-249c-40e6-8b11-d0d8494c27bc/mbid-8e2278c1-249c-40e6-8b11-d0d8494c27bc-21971479800_thumb500.jpg",
    "thumbnail_uri": "https://ia800605.us.archive.org/27/items/mbid-8e2278c1-249c-40e6-8b11-d0d8494c27bc/mbid-8e2278c1-249c-40e6-8b11-d0d8494c27bc-21971479800_thumb250.jpg",
    "song": "Mickey’s Monkey",
    "track_id": "53f30519-7d10-3fc0-981d-72aed4fb4c7b",
    "recording_id": "31b75b88-e1d2-4206-bd6c-c4d44588d900",
    "artist": "The Miracles",
    "artist_ids": [
        "6a4c2d34-7f7f-4f87-b17f-b5540aa840db"
    ],
    "album": "The R&B Box: 30 Years of Rhythm & Blues",
    "release_id": "8e2278c1-249c-40e6-8b11-d0d8494c27bc",
    "release_group_id": "19314ba7-57e8-3374-b3bd-8b171bd92bd8",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song marks the first intersection between two great creative forces in Motown history, William “Smokey” Robinson and the Holland-Dozier-Holland songwriting trio.: https://motownjunkies.co.uk/2011/02/25/326/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}