Information about plays

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

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

{
    "id": 3585035,
    "uri": "https://api.kexp.org/v2/plays/3585035/?format=api",
    "airdate": "2025-11-30T14:51:22-08:00",
    "show": 65253,
    "show_uri": "https://api.kexp.org/v2/shows/65253/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": "Michael McDonald wrote this song with Ed Sanford, but it was so similar to a Jerry Leiber and Mike Stoller song, Chuck Jackson's 1962 \"I Keep Forgettin',\" that Lieber and Stoller were given songwriting credit.\n\nMichael McDonald will perform with The Doobie Brothers at The Venue at Thunder Valley on December 5th.\n\nhttps://www.michaelmcdonald.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}