Information about plays

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

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

{
    "id": 3615904,
    "uri": "https://api.kexp.org/v2/plays/3615904/?format=api",
    "airdate": "2026-02-10T21:25:32-08:00",
    "show": 65899,
    "show_uri": "https://api.kexp.org/v2/shows/65899/?format=api",
    "image_uri": "https://ia601500.us.archive.org/29/items/mbid-ebf38be6-81c1-43cb-9f79-12d7c6a05c18/mbid-ebf38be6-81c1-43cb-9f79-12d7c6a05c18-41701934642_thumb500.jpg",
    "thumbnail_uri": "https://ia601500.us.archive.org/29/items/mbid-ebf38be6-81c1-43cb-9f79-12d7c6a05c18/mbid-ebf38be6-81c1-43cb-9f79-12d7c6a05c18-41701934642_thumb250.jpg",
    "song": "Sábado perpetuo",
    "track_id": "04cdf96e-2f94-4e4e-9b37-ef0a5aa9914f",
    "recording_id": "dd36d897-1412-4759-ae17-0edfcee353c8",
    "artist": "Enjambre",
    "artist_ids": [
        "acc7cb5a-8f3a-4f61-b199-a62d45374dec"
    ],
    "album": "Noches de Salón",
    "release_id": "ebf38be6-81c1-43cb-9f79-12d7c6a05c18",
    "release_group_id": "f748ca55-56e6-4659-a939-51e18b4dd127",
    "labels": [
        "DeGira"
    ],
    "label_ids": [
        "e6bb58dc-266e-49b1-8508-0e20cf3271b0"
    ],
    "release_date": "2023-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enjambre will be performing in Seattle February 13 @ The Nectar Lounge & in the Bay Area February 17 @ the Great American Music Hall\n\nSeattle tickets here: https://tinyurl.com/ywaeh263\n\nBay Area tickets here: https://tinyurl.com/42k7f45b",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}