Information about plays

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

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

{
    "id": 3547427,
    "uri": "https://api.kexp.org/v2/plays/3547427/?format=api",
    "airdate": "2025-09-01T04:30:49-07:00",
    "show": 64443,
    "show_uri": "https://api.kexp.org/v2/shows/64443/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "this is not the end",
    "track_id": null,
    "recording_id": null,
    "artist": "Kee'Ahn",
    "artist_ids": [],
    "album": "this is not the end",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yalanji, Jirrbal, Badu islander\n--\nKee’ahn is a songwriter and performer from North Queensland. The name 'Kee'ahn' comes from the Wik people, meaning to dance, to sing, to play - they aim to honor their name and their Ancestors through their music.\nhttps://keeahnmusic.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}