Information about plays

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

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

{
    "id": 3594360,
    "uri": "https://api.kexp.org/v2/plays/3594360/?format=api",
    "airdate": "2025-12-22T06:41:09-08:00",
    "show": 65446,
    "show_uri": "https://api.kexp.org/v2/shows/65446/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Doin' Me",
    "track_id": "fbff5dab-1987-4742-b21c-1b4c9efe3ab0",
    "recording_id": "d7c22722-5fea-4f05-8cc2-9a13bf3790e5",
    "artist": "Amber Mark",
    "artist_ids": [
        "b44e2752-deb5-4f10-b8e9-6671484acb34"
    ],
    "album": "Pretty Idea",
    "release_id": "82f1d593-13c9-4e38-9a7e-f706ed034674",
    "release_group_id": "91ddf1dd-4e35-4ea7-be4c-d665d7489b5d",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing March 18 at The Castro in San Francisco.\n\nPretty Idea is about falling for a fantasy, something that never was and never will be, and learning to let it go. With a nostalgic summer sound rooted in '70s and '80s grooves, it’s drenched in retro warmth while staying true to Amber’s global, genre-blurring style and features collaborators Anderson .Paak., Julian Bunetta, and John The Blind.\n\nhttps://interscope.com/products/pretty-idea-black-vinyl\nhttps://www.ambermarkmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}