Information about plays

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

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

{
    "id": 3597935,
    "uri": "https://api.kexp.org/v2/plays/3597935/?format=api",
    "airdate": "2025-12-30T08:43:42-08:00",
    "show": 65514,
    "show_uri": "https://api.kexp.org/v2/shows/65514/?format=api",
    "image_uri": "https://ia800405.us.archive.org/12/items/mbid-9731589d-3b2d-4494-8413-8caa9c7dfa9e/mbid-9731589d-3b2d-4494-8413-8caa9c7dfa9e-19767684896_thumb500.jpg",
    "thumbnail_uri": "https://ia800405.us.archive.org/12/items/mbid-9731589d-3b2d-4494-8413-8caa9c7dfa9e/mbid-9731589d-3b2d-4494-8413-8caa9c7dfa9e-19767684896_thumb250.jpg",
    "song": "Always See Your Face",
    "track_id": "366be23c-5ab0-3224-af9d-8676b2d4cad1",
    "recording_id": "30943be6-2a58-4365-95bc-3e26b7c7e49d",
    "artist": "Love",
    "artist_ids": [
        "34ec9a8d-c65b-48fd-bcdd-aad2f72fdb47"
    ],
    "album": "Love Story 1962-1966",
    "release_id": "9731589d-3b2d-4494-8413-8caa9c7dfa9e",
    "release_group_id": "9f8588cf-21ed-3faf-bd64-6e6efdecd973",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1995-07-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You may know this wonderful song from the movie \"High Fidelity.\"  It's from Love's fourth album, \"Four Sail.\" Enjoy this loving retrospective: https://rockandrollglobe.com/psychedelics/always-see-your-face-loves-four-sail-at-50/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}