Information about plays

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

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

{
    "id": 3541628,
    "uri": "https://api.kexp.org/v2/plays/3541628/?format=api",
    "airdate": "2025-08-18T14:11:11-07:00",
    "show": 64325,
    "show_uri": "https://api.kexp.org/v2/shows/64325/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "SENSE_LESS",
    "track_id": null,
    "recording_id": null,
    "artist": "Hollis",
    "artist_ids": [
        "c020936a-65d2-486b-9f0e-d9d69d0b00a0"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-06-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A new single from Hollis (The Flavr Blue), Seattle artist by way of the Bay Area based in Los Angeles!\n\nCheck out the song's music video, directed by CHARISSA KROEGER‬: \n\nhttps://www.youtube.com/watch?v=KuhciIlWUlQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}