Information about plays

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

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

{
    "id": 3635222,
    "uri": "https://api.kexp.org/v2/plays/3635222/?format=api",
    "airdate": "2026-03-29T16:37:13-07:00",
    "show": 66313,
    "show_uri": "https://api.kexp.org/v2/shows/66313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pure Love",
    "track_id": "cdb0f8f9-eaba-4ac5-a3a0-f967ef6d4e2c",
    "recording_id": "85708c64-0057-45ca-9b15-0b148ef55941",
    "artist": "Bellaire feat. Barbara Tucker",
    "artist_ids": [
        "123eec02-145a-4d61-92c0-35529632c0fd",
        "9b1ad5c8-851a-4ead-a6d8-5145987cbc45"
    ],
    "album": "Pure Love",
    "release_id": "12d6a930-82df-4b2f-a84a-3ce617fefc19",
    "release_group_id": "d8e1c709-bdd0-4d4a-afb7-476f485754f9",
    "labels": [
        "Le Plan"
    ],
    "label_ids": [
        "b60a563d-c294-4834-91c8-ef026b24c3fb"
    ],
    "release_date": "2026-01-30",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "French producer Bellaire has joined forces with legendary vocalist Barbara Tucker on new single ‘Pure Love’, out now! The release also marks the beginning of a landmark year for Bellaire, with a forthcoming album on the horizon alongside a major international tour. https://tinyurl.com/bdh9tpnt https://bellaire.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}