Information about plays

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

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

{
    "id": 3577923,
    "uri": "https://api.kexp.org/v2/plays/3577923/?format=api",
    "airdate": "2025-11-14T04:31:08-08:00",
    "show": 65103,
    "show_uri": "https://api.kexp.org/v2/shows/65103/?format=api",
    "image_uri": "https://dn721606.ca.archive.org/0/items/mbid-6ecfc7b2-82f4-32b2-9682-ccaddce77e8d/mbid-6ecfc7b2-82f4-32b2-9682-ccaddce77e8d-27772761164_thumb500.jpg",
    "thumbnail_uri": "https://dn721606.ca.archive.org/0/items/mbid-6ecfc7b2-82f4-32b2-9682-ccaddce77e8d/mbid-6ecfc7b2-82f4-32b2-9682-ccaddce77e8d-27772761164_thumb250.jpg",
    "song": "Steppin’ to the A.M.",
    "track_id": "749d140a-90a6-3ba3-9fdc-9db84f7152f5",
    "recording_id": "a78d5273-3f07-4506-9bcf-0b73d3ef7033",
    "artist": "3rd Bass",
    "artist_ids": [
        "34ea2ef9-c05c-427e-a26f-0bb35c7d6524"
    ],
    "album": "The Cactus Album",
    "release_id": "6ecfc7b2-82f4-32b2-9682-ccaddce77e8d",
    "release_group_id": "eee50b13-5b40-3f78-9107-da77778e94a3",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Cactus Album,\" which dropped on this day in 1989, was the full-length debut from the New York City collective of MC Serch, Prime Minister Pete Nice, and DJ Richie Rich (aka DJ Daddy Rich). The first single from that would-be gold LP was “Steppin’ To The A.M.”  Read a review of this hip-hop classic: http://www.thevinyldistrict.com/storefront/2014/10/graded-on-a-curve-3rd-bass-the-cactus-album/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}