Information about plays

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

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

{
    "id": 3528487,
    "uri": "https://api.kexp.org/v2/plays/3528487/?format=api",
    "airdate": "2025-07-18T06:04:01-07:00",
    "show": 64043,
    "show_uri": "https://api.kexp.org/v2/shows/64043/?format=api",
    "image_uri": "https://ia800102.us.archive.org/2/items/mbid-c5b802bb-b3f0-482d-801f-439c5a95a652/mbid-c5b802bb-b3f0-482d-801f-439c5a95a652-21488132473_thumb500.jpg",
    "thumbnail_uri": "https://ia800102.us.archive.org/2/items/mbid-c5b802bb-b3f0-482d-801f-439c5a95a652/mbid-c5b802bb-b3f0-482d-801f-439c5a95a652-21488132473_thumb250.jpg",
    "song": "Around the Way Girl",
    "track_id": "31702f2a-a558-3b73-9f70-4d8ac6d540ea",
    "recording_id": "f19df69d-5039-4b3f-86ef-09eb9a8063d7",
    "artist": "LL Cool J",
    "artist_ids": [
        "a4dd0e77-83b8-4e92-89b7-effb0e47fd8c"
    ],
    "album": "Mama Said Knock You Out",
    "release_id": "c5b802bb-b3f0-482d-801f-439c5a95a652",
    "release_group_id": "a1440823-4a3f-38c3-8649-a346a86fe1ec",
    "labels": [
        "Def Jam Recordings",
        "Columbia"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004",
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1990-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song samples Mary Jane Girls 1983 song \"All Night Long\", and is apparently known as an \"ode to girls\". Heck yea",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}