Information about plays

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

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

{
    "id": 3545407,
    "uri": "https://api.kexp.org/v2/plays/3545407/?format=api",
    "airdate": "2025-08-27T07:47:48-07:00",
    "show": 64400,
    "show_uri": "https://api.kexp.org/v2/shows/64400/?format=api",
    "image_uri": "https://ia600102.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": "Mama Said Knock You Out",
    "track_id": "338e9d5b-27af-3e2d-846e-99a5162e4829",
    "recording_id": "72de8de0-4a1c-4184-a95e-558546986772",
    "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": "Our Amplifiers knock us out with their love!\n\nHappy Amplifiers Love Day! We'll spend all day playing song requests and sharing stories on air about what being an Amplifier means to you. We can’t wait to devote an entire day to the beating heart of this community of music lovers. Go to KEXP.ORG (https://kexp.org/) to learn more!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}