Information about plays

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

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

{
    "id": 3585027,
    "uri": "https://api.kexp.org/v2/plays/3585027/?format=api",
    "airdate": "2025-11-30T14:29:38-08:00",
    "show": 65253,
    "show_uri": "https://api.kexp.org/v2/shows/65253/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love the One You’re With",
    "track_id": "f920dd2f-75dc-4ee0-9ac1-f7429ba50c15",
    "recording_id": "fa3315a8-3abc-4f15-95b6-a5cff325f918",
    "artist": "Stephen Stills",
    "artist_ids": [
        "5642774a-72c0-4099-8da4-7c1ab36378a8"
    ],
    "album": "Stephen Stills",
    "release_id": "a24de147-4251-4079-930b-6fc631bd509c",
    "release_group_id": "9bb9b77e-0a1a-3de1-bbc4-c31e3a61445c",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1970-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released as lead single from Stephen Stills' debut self-titled studio album, on this day in 1970.\n\n\"If you can't be with the one you love, love the one you're with\" was a frequent remark by Billy Preston. Stills expanded his quip into arguably Stills' most famous track.\n\nhttps://stephenstills.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}