Information about plays

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

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

{
    "id": 3581656,
    "uri": "https://api.kexp.org/v2/plays/3581656/?format=api",
    "airdate": "2025-11-22T22:04:34-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Guyliner",
    "track_id": null,
    "recording_id": null,
    "artist": "Sean",
    "artist_ids": [],
    "album": "LADIES CHOICE Vs. VENETO WEST RECORDS",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ladies Choice Records"
    ],
    "label_ids": [],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/label/521880-Ladies-Choice-Records\n\nRIP Adam \"Superfan\" Noble Bass.  You can share stories about him on the FB post linked below:\n\nhttps://www.facebook.com/groups/1110595615993343/posts/2712325525820336/\n\nAnd check out an interview with him by following this link:\n\nhttps://youtu.be/MmMNkrtT8h0?si=iMDQJJ94Z7rw_nz2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}