Information about plays

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

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

{
    "id": 3599641,
    "uri": "https://api.kexp.org/v2/plays/3599641/?format=api",
    "airdate": "2026-01-03T12:10:37-08:00",
    "show": 65553,
    "show_uri": "https://api.kexp.org/v2/shows/65553/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Star Stuff",
    "track_id": "5285ae72-5792-4351-868d-f5f0f7e0f952",
    "recording_id": "fa1c125a-b47e-41bd-99e8-3f73de3b0b49",
    "artist": "Chaz Bundick Meets The Mattson 2",
    "artist_ids": [
        "89be1555-4771-443b-b76c-47156d606bfa",
        "05e293d2-9ba9-47c3-9c71-5fe7b9a0be13"
    ],
    "album": "Star Stuff",
    "release_id": "f46564d6-8b95-4812-ad59-85c8295cfd3b",
    "release_group_id": "6771d504-f587-4c64-9f02-7cadc3207749",
    "labels": [
        "Company Records"
    ],
    "label_ids": [
        "98b3cc0e-0467-4874-8bdc-e505e662151c"
    ],
    "release_date": "2017-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aptly named, this is a collaboration with Chaz Bundick of Toro y Moi, and twin-brother jazz dynamos The Mattson 2. \n---\nThey were featured on a Music That Matters podcast titled \"Smile Yourself Happy!\" that Kevin Cole hosted for KEXP back in 2017, check it out: https://www.kexp.org/read/2017/04/21/music-that-matters-smile-yourself-happy/\n\nhttps://chazbundickmeetsthemattson2.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}