Information about plays

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

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

{
    "id": 3552985,
    "uri": "https://api.kexp.org/v2/plays/3552985/?format=api",
    "airdate": "2025-09-14T14:40:31-07:00",
    "show": 64561,
    "show_uri": "https://api.kexp.org/v2/shows/64561/?format=api",
    "image_uri": "https://ia802908.us.archive.org/18/items/mbid-a1e5381d-33bb-4a24-89ac-f9b8ccecaea8/mbid-a1e5381d-33bb-4a24-89ac-f9b8ccecaea8-25754085200_thumb500.jpg",
    "thumbnail_uri": "https://ia802908.us.archive.org/18/items/mbid-a1e5381d-33bb-4a24-89ac-f9b8ccecaea8/mbid-a1e5381d-33bb-4a24-89ac-f9b8ccecaea8-25754085200_thumb250.jpg",
    "song": "Dolerme",
    "track_id": "00891708-f566-46e0-9d2f-23aeda4dbfde",
    "recording_id": "bd425940-66ca-4b36-afe2-d322ff96c8cb",
    "artist": "ROSALÍA",
    "artist_ids": [
        "25f3abd9-63b5-471a-bd25-feb9672dfa11"
    ],
    "album": "Dolerme",
    "release_id": "a1e5381d-33bb-4a24-89ac-f9b8ccecaea8",
    "release_group_id": "e4606a58-8972-4935-9e2d-0d479c95b060",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2020-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rosalía [Rosalía Vila Tobella] is from Barcelona.\n\n\"Dolerme\" translates to \"hurt me\" in English. Lyrically, \"Dolerme\" describes the aftermath of a failed relationship, where Rosalía imagines her ex-lover's current flames and muses, \"They don't know what awaits them.\"\n\nhttps://www.rosalia.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}