Information about plays

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

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

{
    "id": 3545134,
    "uri": "https://api.kexp.org/v2/plays/3545134/?format=api",
    "airdate": "2025-08-26T16:43:26-07:00",
    "show": 64395,
    "show_uri": "https://api.kexp.org/v2/shows/64395/?format=api",
    "image_uri": "https://ia800306.us.archive.org/27/items/mbid-ad04e117-58f8-3698-8c20-5887400f11fd/mbid-ad04e117-58f8-3698-8c20-5887400f11fd-5297388434_thumb500.jpg",
    "thumbnail_uri": "https://ia600306.us.archive.org/27/items/mbid-ad04e117-58f8-3698-8c20-5887400f11fd/mbid-ad04e117-58f8-3698-8c20-5887400f11fd-5297388434_thumb250.jpg",
    "song": "Better Must Come",
    "track_id": "655750c7-b6c0-3bec-b1df-d488a448b9a1",
    "recording_id": "549dfe8c-39a3-41bb-993b-8a096adb7113",
    "artist": "Delroy Wilson",
    "artist_ids": [
        "19b3c333-bfc3-4915-ace8-cdb4a5a79a9b"
    ],
    "album": "The Outernational Sound",
    "release_id": "ad04e117-58f8-3698-8c20-5887400f11fd",
    "release_group_id": "334d16a4-3184-3cbb-b42c-6a17b918cfaf",
    "labels": [],
    "label_ids": [],
    "release_date": "2004-07-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Delroy Wilson was a Jamaican ska, rocksteady and reggae singer, who started his recording career at age 13.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}