Information about plays

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

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

{
    "id": 3634288,
    "uri": "https://api.kexp.org/v2/plays/3634288/?format=api",
    "airdate": "2026-03-27T14:24:01-07:00",
    "show": 66293,
    "show_uri": "https://api.kexp.org/v2/shows/66293/?format=api",
    "image_uri": "https://coverartarchive.org/release/d79638eb-7e29-4844-a961-e1a39d5f75b0/1161751629-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d79638eb-7e29-4844-a961-e1a39d5f75b0/1161751629-250.jpg",
    "song": "Louisianimal (50 Cent Diss)",
    "track_id": null,
    "recording_id": "b525e402-45c3-42bc-995c-2993d5a4683f",
    "artist": "Lil Wayne feat. Lil Boosie",
    "artist_ids": [
        "ac9a487a-d9d2-4f27-bb23-0f4686488345",
        "8ba17cf6-bec2-4ae4-9820-b1cda47adc08"
    ],
    "album": "The Stand Down Order to Joe Rodge",
    "release_id": null,
    "release_group_id": "4b11936a-6690-374d-801d-6562550b0d92",
    "labels": [],
    "label_ids": [],
    "release_date": "2009-01-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lil Wayne's 2009 diss single \"Louisianimal\" features Lil Boosie (Boosie Badazz) and is directed against 50 Cent; it has nothing to do with a \"Stand Down Order to Joe Rodge.\" It was a reaction to 50 Cent's provocations during a time of high tension between 50 Cent and Wayne, and it was frequently heard on mixtape releases rather than official channels",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}