Information about plays

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

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

{
    "id": 3597160,
    "uri": "https://api.kexp.org/v2/plays/3597160/?format=api",
    "airdate": "2025-12-28T11:45:38-08:00",
    "show": 65497,
    "show_uri": "https://api.kexp.org/v2/shows/65497/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Villain",
    "track_id": "987728b6-1533-4de1-bf27-7543054c8dfa",
    "recording_id": "632ebaa0-be9b-4406-a38a-39f8f4381b9c",
    "artist": "Annahstasia",
    "artist_ids": [
        "abd48371-0c51-4265-beb2-98e5b120c21c"
    ],
    "album": "Tether",
    "release_id": "181408c7-7eb3-4ede-adca-46acaa9cdb81",
    "release_group_id": "ae371a9b-95de-4c92-b0ff-cac39ea05c7a",
    "labels": [
        "drink sum wtr"
    ],
    "label_ids": [
        "778a90c4-21ff-4035-b3dc-80f62d0e989c"
    ],
    "release_date": "2025-06-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the finest debuts of 2025.\n\nhttps://annahstasia.bandcamp.com\n\nKEXP was lucky enough to have Annahstasia perform live on KEXP on June 23rd, 2025. Watch the in-studio here: \n\nhttps://youtu.be/EJendwI1Qec?si=wUNpJHH-tL5CDRvz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}