Information about plays

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

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

{
    "id": 3580165,
    "uri": "https://api.kexp.org/v2/plays/3580165/?format=api",
    "airdate": "2025-11-19T08:46:16-08:00",
    "show": 65152,
    "show_uri": "https://api.kexp.org/v2/shows/65152/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "i used to live in england",
    "track_id": "689d7e3b-5041-47d1-ab87-5005d7a19bb7",
    "recording_id": "7a1bf479-1c58-4c0e-a2e0-9b4a2eac3bec",
    "artist": "supermodel*",
    "artist_ids": [
        "025f15cb-e1f1-43f6-b02b-4ba722f1ba45"
    ],
    "album": "i used to live in england",
    "release_id": "76592947-20b4-4288-9eb6-c7f4a8887276",
    "release_group_id": "0d7dff19-47c3-425a-beed-f28eb22fc704",
    "labels": [
        "f***ing whatever."
    ],
    "label_ids": [
        "106d01a8-bff7-4d54-a9fe-b55c1d4150b4"
    ],
    "release_date": "2025-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning, John! We are heading to Edinburgh today to celebrate our daughter’s grad school graduation. Would you please play “I used to live in England” by *Supermodel for our brilliant and beautiful Eliza and her dear friends Ally, Ariana, Dagny, Kate, and Amelia?  Cheers!\n\nsupermodel* is the brainchild of Frankie Beanie, a Virginia native who is now based in L.A.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}