Information about plays

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

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

{
    "id": 3622072,
    "uri": "https://api.kexp.org/v2/plays/3622072/?format=api",
    "airdate": "2026-02-25T10:44:11-08:00",
    "show": 66027,
    "show_uri": "https://api.kexp.org/v2/shows/66027/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pure Love",
    "track_id": "357558a5-8d28-491c-bacb-3774bb4e4d3f",
    "recording_id": "8fdb9243-dafc-4507-b907-3c89cd12052e",
    "artist": "Bomba Estéreo",
    "artist_ids": [
        "aea8576d-7ad5-4430-bf2e-63725d80f05c"
    ],
    "album": "Elegancia tropical",
    "release_id": "79f45183-2f11-496d-b9e1-2249d272852f",
    "release_group_id": "4c1f6296-3151-4a4a-9ec8-cae332815317",
    "labels": [
        "Polen Records"
    ],
    "label_ids": [
        "1a2ec8f6-a182-4a45-bedc-c2a87e788c0d"
    ],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bomba Estéreo was founded in Colombia in 2006 by musician Simón Mejía and singer Li Saumet.\n\nTranslated lyrics:\n\"As Bob Marley says\nOne love, one love\nLike Lennon and McCartney\nAll you need is love, all you need is love\"\n\nhttps://bombaestereo.bandcamp.com/album/elegancia-tropical",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}