Information about plays

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

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

{
    "id": 3572812,
    "uri": "https://api.kexp.org/v2/plays/3572812/?format=api",
    "airdate": "2025-11-01T21:54:28-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Piece Of Meat",
    "track_id": null,
    "recording_id": null,
    "artist": "Lili Z",
    "artist_ids": [
        "11218a73-5c75-4047-86ad-fef05653ced9"
    ],
    "album": "The Two Of Us",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Pollymagogo"
    ],
    "label_ids": [],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After her previous achievements with the SPLASH FOUR, the NO-TALENTS, more recently with VOLT, and her first collection of home tapes, LILI Z released The Two of Us.\n\nhttps://intheredrecords.com/collections/lili-z",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}