Information about plays

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

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

{
    "id": 3525227,
    "uri": "https://api.kexp.org/v2/plays/3525227/?format=api",
    "airdate": "2025-07-10T16:22:14-07:00",
    "show": 63975,
    "show_uri": "https://api.kexp.org/v2/shows/63975/?format=api",
    "image_uri": "https://coverartarchive.org/release/31f149bc-b826-423b-9c2a-3c10aac3836a/13324104853-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/31f149bc-b826-423b-9c2a-3c10aac3836a/13324104853-250.jpg",
    "song": "Mother’s Daughter",
    "track_id": null,
    "recording_id": "2c5c9f2b-b40f-427d-82ff-31e54bc8ec19",
    "artist": "Santana",
    "artist_ids": [
        "9a3bf45c-347d-4630-894d-7cf3e8e0b632"
    ],
    "album": "Abraxas",
    "release_id": null,
    "release_group_id": "43424c73-fc58-36b0-b9cf-f8b057ac0603",
    "labels": [],
    "label_ids": [],
    "release_date": "1970-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Abraxas is a word of mystic meaning in the system of the Gnostic Basilides, being there applied to the \"Great Archon\", the princeps of the 365 spheres. The word is found in Gnostic texts such as the Holy Book of the Great Invisible Spirit, and also appears in the Greek Magical Papyri.\n\nIt's also the title of Santana's second album, which was their first to go to number 1!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}