Information about plays

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

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

{
    "id": 3524238,
    "uri": "https://api.kexp.org/v2/plays/3524238/?format=api",
    "airdate": "2025-07-08T07:39:17-07:00",
    "show": 63956,
    "show_uri": "https://api.kexp.org/v2/shows/63956/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wreck",
    "track_id": null,
    "recording_id": null,
    "artist": "Neko Case",
    "artist_ids": [
        "e13d2935-8c42-4c0a-96d7-654062acf106"
    ],
    "album": "Neon Grey Midnight Green",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2025-07-08",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Neko Case has announced her first album in seven years: Neon Grey Midnight Green, and it is out September 26 via Anti-. We just grabbed the new single “Wreck” featuring our pal Rachel Flotard (Visqueen) on background vocals. \n\nNeko says, “There are so few producers who are women, nonbinary, or trans, people don’t think of us as an option. I’m proud to say I produced this record. It is my vision. It is my veto power. It is my taste.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}