Information about plays

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

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

{
    "id": 3545919,
    "uri": "https://api.kexp.org/v2/plays/3545919/?format=api",
    "airdate": "2025-08-28T15:02:51-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://ia800506.us.archive.org/10/items/mbid-e57843d4-9a32-42ba-a9b6-a9d1cf5eda0f/mbid-e57843d4-9a32-42ba-a9b6-a9d1cf5eda0f-15005064519_thumb500.jpg",
    "thumbnail_uri": "https://ia800506.us.archive.org/10/items/mbid-e57843d4-9a32-42ba-a9b6-a9d1cf5eda0f/mbid-e57843d4-9a32-42ba-a9b6-a9d1cf5eda0f-15005064519_thumb250.jpg",
    "song": "Maggot Brain",
    "track_id": "2a908dd7-ad1d-3737-bbb8-29a5b22eb3b8",
    "recording_id": "1e189d22-325d-40fb-a205-d4ef2a0023cc",
    "artist": "Mike Watt",
    "artist_ids": [
        "568203ae-c27b-4990-8997-09c0d5c0de77"
    ],
    "album": "Ball-Hog or Tugboat?",
    "release_id": "e57843d4-9a32-42ba-a9b6-a9d1cf5eda0f",
    "release_group_id": "e373cfba-e7f8-357f-a56d-ee03ce56c229",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1995-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mike Watt was the bassist for The Minutemen. J.Mascis on guitar on this potent Funkadelic cover!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}