Information about plays

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

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

{
    "id": 3588778,
    "uri": "https://api.kexp.org/v2/plays/3588778/?format=api",
    "airdate": "2025-12-09T04:50:26-08:00",
    "show": 65328,
    "show_uri": "https://api.kexp.org/v2/shows/65328/?format=api",
    "image_uri": "https://coverartarchive.org/release/f5989ccc-19ce-46a8-b148-b0158a49d09d/38695169747-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f5989ccc-19ce-46a8-b148-b0158a49d09d/38695169747-250.jpg",
    "song": "Peacock Tail",
    "track_id": null,
    "recording_id": "93fa1eb2-dd7c-4e0e-8174-360d32176586",
    "artist": "Boards of Canada",
    "artist_ids": [
        "69158f97-4c07-4c4e-baf8-4e4ab1ed666e"
    ],
    "album": "The Campfire Headphase",
    "release_id": null,
    "release_group_id": "401bc572-414c-3cb2-b2b8-fbef17eb9ab0",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Rob in the UK thanks for listening!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}