Information about plays

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

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

{
    "id": 3555432,
    "uri": "https://api.kexp.org/v2/plays/3555432/?format=api",
    "airdate": "2025-09-20T12:39:29-07:00",
    "show": 64613,
    "show_uri": "https://api.kexp.org/v2/shows/64613/?format=api",
    "image_uri": "https://dn721501.ca.archive.org/0/items/mbid-22e8329a-ba62-4cfe-add6-6a33af9edf9c/mbid-22e8329a-ba62-4cfe-add6-6a33af9edf9c-42253392599_thumb500.jpg",
    "thumbnail_uri": "https://ia600600.us.archive.org/30/items/mbid-22e8329a-ba62-4cfe-add6-6a33af9edf9c/mbid-22e8329a-ba62-4cfe-add6-6a33af9edf9c-42253392599_thumb250.jpg",
    "song": "Now That You're Gone",
    "track_id": "c2859c44-bc38-48eb-a631-14beb75fd848",
    "recording_id": "7ddfda8d-9d3f-498f-bdac-2d49d9082004",
    "artist": "Nation of Language",
    "artist_ids": [
        "88927646-0c28-4b1b-a69e-cb33c400d650"
    ],
    "album": "Dance Called Memory",
    "release_id": "22e8329a-ba62-4cfe-add6-6a33af9edf9c",
    "release_group_id": "d29e8491-8f3d-4f70-b494-3a196796ce75",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2025-09-19",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Nation of Language track from their new album, Dance Called Memory!\n--\nNation of Language will be performing in Seattle October 9th & 10th at The Showbox\n\nMore dates & locales here: https://www.nationoflanguage.com/events\n--\nWatch a Live on KEXP Full Performance from 2023: https://youtu.be/gTla9xP9atk?si=tJqu-X6WQKvVdfDz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}