Information about plays

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

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

{
    "id": 3547642,
    "uri": "https://api.kexp.org/v2/plays/3547642/?format=api",
    "airdate": "2025-09-01T16:48:11-07:00",
    "show": 64448,
    "show_uri": "https://api.kexp.org/v2/shows/64448/?format=api",
    "image_uri": "https://coverartarchive.org/release/ba5ca536-00e1-483d-b175-8abcdf9389f8/22258649843-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ba5ca536-00e1-483d-b175-8abcdf9389f8/22258649843-250.jpg",
    "song": "At Last I Am Free",
    "track_id": null,
    "recording_id": "fc0580a4-41da-4c67-b316-9e7ba461991b",
    "artist": "Elizabeth Fraser",
    "artist_ids": [
        "0bf0cabe-def2-4113-8dc5-6e721b9c3a92"
    ],
    "album": "Stop Me If You Think You've Heard This One Before",
    "release_id": null,
    "release_group_id": "0a1594da-1466-3671-8539-6750e920807e",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2003-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally by Chic.\n\nvocalist for the Cocteau Twins.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}