Information about plays

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

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

{
    "id": 3547655,
    "uri": "https://api.kexp.org/v2/plays/3547655/?format=api",
    "airdate": "2025-09-01T17:41:48-07:00",
    "show": 64448,
    "show_uri": "https://api.kexp.org/v2/shows/64448/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pure Love (Lenzman Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Private Joy",
    "artist_ids": [],
    "album": "Pure Love Remixed",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rhythm Section International"
    ],
    "label_ids": [
        "3147bd72-2495-4616-9356-6830bde11417"
    ],
    "release_date": "2025-06-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://privatejoy.bandcamp.com/album/pure-love-remixed-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}