Information about plays

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

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

{
    "id": 3552833,
    "uri": "https://api.kexp.org/v2/plays/3552833/?format=api",
    "airdate": "2025-09-14T04:44:06-07:00",
    "show": 64558,
    "show_uri": "https://api.kexp.org/v2/shows/64558/?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://ia600102.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": "Released on this day in 1990!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}