Information about plays

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

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

{
    "id": 3547069,
    "uri": "https://api.kexp.org/v2/plays/3547069/?format=api",
    "airdate": "2025-08-31T06:56:38-07:00",
    "show": 64435,
    "show_uri": "https://api.kexp.org/v2/shows/64435/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slip",
    "track_id": null,
    "recording_id": null,
    "artist": "Power Strip",
    "artist_ids": [
        "c0dabcf7-7b79-4d77-93be-2b65dad2b448"
    ],
    "album": "I Want / Slip",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2025-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "B-side to the new 2-track release from Seattle's Power Strip ~ https://powrstrp.bandcamp.com/album/i-want-slip :: Read more about Power Strip in Martin Douglas' recent Throwaway Style feature: https://kexp.org/read/2024/6/28/throwaway-style-power-strip-feature/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}