Information about plays

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

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

{
    "id": 3547847,
    "uri": "https://api.kexp.org/v2/plays/3547847/?format=api",
    "airdate": "2025-09-02T04:34:53-07:00",
    "show": 64451,
    "show_uri": "https://api.kexp.org/v2/shows/64451/?format=api",
    "image_uri": "https://coverartarchive.org/release/72746f33-d114-403c-b023-8c19cc57fd21/6506893297-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/72746f33-d114-403c-b023-8c19cc57fd21/6506893297-250.jpg",
    "song": "L’Enfant samba",
    "track_id": null,
    "recording_id": "5ede086d-8cb8-413f-a3a2-154439345ae4",
    "artist": "Cortex",
    "artist_ids": [
        "37e91401-0402-40cb-a5e9-b2a63746bd32"
    ],
    "album": "Troupeau bleu",
    "release_id": null,
    "release_group_id": "17beaab5-7f01-3511-848a-7b981d4d92ff",
    "labels": [
        "Underdog Records"
    ],
    "label_ids": [
        "883ce1f5-60f9-484e-b08f-830dafddb2be"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cortex was a band masterminded by legendary French musician Alain Mion. He’s reportedly France’s most sampled artist, with Whosampled tracking 116 samples of Mion and 124 samples of Cortex (some overlapping). The five-piece band he formed in 1974 with musicians like Alain Gandolfi and Jeff Huttner is the sample source for some of 21st-century rap’s most memorable moments.: https://microchop.substack.com/p/cortex-the-mysterious-french-band",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}