Information about plays

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

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

{
    "id": 3583648,
    "uri": "https://api.kexp.org/v2/plays/3583648/?format=api",
    "airdate": "2025-11-27T12:06:01-08:00",
    "show": 65223,
    "show_uri": "https://api.kexp.org/v2/shows/65223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Is The World (I Made It For You)",
    "track_id": "d5c46502-4737-4cbd-b424-a0282a7c72f6",
    "recording_id": "626b5c2b-3531-4d47-8e0e-7b219fbf90c3",
    "artist": "Magdalena Bay",
    "artist_ids": [
        "68c261d5-48c8-4ea9-9466-9fc908dc79bb"
    ],
    "album": "This Is The World (I Made It For You) / Nice Day",
    "release_id": "ab019500-09b7-493f-93fc-36bac80e3f25",
    "release_group_id": "dad9a75e-1611-46d7-907d-7c74b1ae916c",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-11-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Magdalena Bay are a pop duo out of LA who whip up a crafty mix of left-field psych-pop quirkiness and early-2000s stylistic hooks.\nhttps://www.allmusic.com/artist/magdalena-bay-mn0003993791#biography\n\nMagdalena Bay will be at Treefort Music Fest in Boise, ID on March 27!\n\nhttps://magdalenabay.bandcamp.com\nhttps://www.magdalenabaymusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}