Information about plays

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

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

{
    "id": 3557440,
    "uri": "https://api.kexp.org/v2/plays/3557440/?format=api",
    "airdate": "2025-09-25T04:26:01-07:00",
    "show": 64654,
    "show_uri": "https://api.kexp.org/v2/shows/64654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rich Girl",
    "track_id": null,
    "recording_id": null,
    "artist": "Louchie Lou & Michie One",
    "artist_ids": [
        "e8a04d64-14c0-44fc-a08c-4a6f7cd604ba"
    ],
    "album": "Rich Girl",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In addition to sampling Zero Mostel's famous song from the musical \"Fiddler on the Roof,\" you may be able to hear a sample of Donna Summer's \"Bad Girls.\" -- Louchie Lou and Michie One are a female ragga/soul duo from London, Louise Gold and Michelle Charles.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}