Information about plays

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

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

{
    "id": 3623207,
    "uri": "https://api.kexp.org/v2/plays/3623207/?format=api",
    "airdate": "2026-02-27T22:35:11-08:00",
    "show": 66047,
    "show_uri": "https://api.kexp.org/v2/shows/66047/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fireman",
    "track_id": null,
    "recording_id": "da9023df-cd6b-48dc-b82c-2c43ad9a89dc",
    "artist": "Lil Wayne",
    "artist_ids": [
        "ac9a487a-d9d2-4f27-bb23-0f4686488345"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Dre & Vidal, \"Fireman\" peaked at number 32 on the Billboard Hot 100 and showcased Wayne's increasingly experimental approach to wordplay and flow. The song's success helped propel \"Tha Carter II\" to double platinum status and set the stage for Wayne's complete takeover of hip-hop with \"Tha Carter III\" three years later.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}