Information about plays

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

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

{
    "id": 3587361,
    "uri": "https://api.kexp.org/v2/plays/3587361/?format=api",
    "airdate": "2025-12-06T00:45:24-08:00",
    "show": 65298,
    "show_uri": "https://api.kexp.org/v2/shows/65298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "tv off",
    "track_id": null,
    "recording_id": "4d46af32-8ee0-485a-983e-b765dfabc95f",
    "artist": "Kendrick Lamar feat. Lefty GunPlay",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077",
        "9f57f48c-706e-4dc3-9c67-a790e44ae930"
    ],
    "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": "west coast bounce remix\nK-Dot's \"tv off\" from GNX (November 2024) getting the West Coast remix treatment! The original features Lefty Gunplay and has those hard-hitting drums that Kendrick rides perfectly. Kendrick is currently on the Grand National Tour with SZA through December 2025",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}