Information about plays

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

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

{
    "id": 3623203,
    "uri": "https://api.kexp.org/v2/plays/3623203/?format=api",
    "airdate": "2026-02-27T22:24:37-08:00",
    "show": 66047,
    "show_uri": "https://api.kexp.org/v2/shows/66047/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chickenhead",
    "track_id": null,
    "recording_id": "bc1b00e6-c293-46c6-8519-0aa501d9d9cf",
    "artist": "Project Pat featuring La Chat & Three 6 Mafia",
    "artist_ids": [
        "8b8985eb-f71f-4229-9f11-171a7aac98c1",
        "c662a4f8-ac1e-4316-9411-c9ca20ea64a0",
        "a8754ac4-a85e-4f48-a81f-eecd482570ef"
    ],
    "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": "Released in January 2001 from Project Pat's second album \"Mista Don't Play: Everythangs Workin',\" this Memphis classic became an underground anthem. Produced by DJ Paul and Juicy J of Three 6 Mafia, \"Chickenhead\" peaked at number 35 on the Billboard Hot 100, becoming Project Pat's highest-charting single",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}