Information about plays

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

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

{
    "id": 3545138,
    "uri": "https://api.kexp.org/v2/plays/3545138/?format=api",
    "airdate": "2025-08-26T16:53:36-07:00",
    "show": 64395,
    "show_uri": "https://api.kexp.org/v2/shows/64395/?format=api",
    "image_uri": "https://ia803102.us.archive.org/1/items/mbid-4dcc6f8b-661a-469a-8d64-f22d0099b392/mbid-4dcc6f8b-661a-469a-8d64-f22d0099b392-24474476694_thumb500.jpg",
    "thumbnail_uri": "https://ia803102.us.archive.org/1/items/mbid-4dcc6f8b-661a-469a-8d64-f22d0099b392/mbid-4dcc6f8b-661a-469a-8d64-f22d0099b392-24474476694_thumb250.jpg",
    "song": "What It Comes Down To",
    "track_id": "4db0ae34-c81d-34f7-82ad-975a1c78b527",
    "recording_id": "dad26f46-9a0e-466c-a69f-2481b2b4cc13",
    "artist": "The Isley Brothers",
    "artist_ids": [
        "4a76400d-283f-492e-9754-18ef41755f81"
    ],
    "album": "The Essential Isley Brothers",
    "release_id": "4dcc6f8b-661a-469a-8d64-f22d0099b392",
    "release_group_id": "d64f0e64-679d-301d-a5dd-a4c7b5100aef",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Isley Brothers remain one of the longest enduring family musical acts.\n\nhttps://officialisleybrothers.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}