Information about plays

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

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

{
    "id": 3567200,
    "uri": "https://api.kexp.org/v2/plays/3567200/?format=api",
    "airdate": "2025-10-19T13:26:09-07:00",
    "show": 64877,
    "show_uri": "https://api.kexp.org/v2/shows/64877/?format=api",
    "image_uri": "https://dn710004.ca.archive.org/0/items/mbid-5edf49b6-8364-42b2-ae25-611004289403/mbid-5edf49b6-8364-42b2-ae25-611004289403-26886953373_thumb500.jpg",
    "thumbnail_uri": "https://dn710004.ca.archive.org/0/items/mbid-5edf49b6-8364-42b2-ae25-611004289403/mbid-5edf49b6-8364-42b2-ae25-611004289403-26886953373_thumb250.jpg",
    "song": "I Keep Forgettin’ (Every Time You’re Near)",
    "track_id": "b7c9beb9-2158-3288-a480-ee35475ad33a",
    "recording_id": "eb686af1-889a-4065-90b8-fec847e87a5e",
    "artist": "Michael McDonald",
    "artist_ids": [
        "cacbe57b-02d0-4d21-be86-c8a3a5ea6e1e"
    ],
    "album": "If That's What It Takes",
    "release_id": "5edf49b6-8364-42b2-ae25-611004289403",
    "release_group_id": "812a45c6-ab55-3a02-8917-8fa00fb9f0d3",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I Keep Forgettin'\" is based on a 1962 song with that title that was written by the legendary songwriting team of Jerry Leiber and Mike Stoller, and was originally recorded by the R&B singer Chuck Jackson in 1962. This original version went to #55 in the US.\n\nMcDonald put together a new version of Jackson's song with Ed Sanford of the Sanford-Townsend Band (\"Smoke From A Distant Fire\"). Their version isn't really a cover - it has different lyrics and a different arrangement, but it uses the title along with the vocal melody and concept in the chorus.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}