Information about plays

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

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

{
    "id": 3587324,
    "uri": "https://api.kexp.org/v2/plays/3587324/?format=api",
    "airdate": "2025-12-05T22:47:40-08:00",
    "show": 65298,
    "show_uri": "https://api.kexp.org/v2/shows/65298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pimp Juice",
    "track_id": null,
    "recording_id": "9e0464f6-3dcd-4330-be81-3c6a2f7a180f",
    "artist": "Nelly",
    "artist_ids": [
        "811900b2-68fc-4d41-8bad-69b7a1f4d628"
    ],
    "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": "Throwing it back to 2003 with a classic, Nelly’s Pimp Juice still hits. \nFrom the 2002 album Nellyville, this single dropped in 2003 and gave us that smooth-but-street vibe that only Nelly could deliver",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}