Information about plays

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

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

{
    "id": 3587337,
    "uri": "https://api.kexp.org/v2/plays/3587337/?format=api",
    "airdate": "2025-12-05T23:26:02-08:00",
    "show": 65298,
    "show_uri": "https://api.kexp.org/v2/shows/65298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hot Boy",
    "track_id": null,
    "recording_id": "41aee9ca-e952-4d22-a330-a7ba6116fa6e",
    "artist": "Bobby Shmurda",
    "artist_ids": [
        "4ec3b7d8-efbb-4672-8067-5e72bd8dba3e"
    ],
    "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": "dj remix blend ft. rowdy rebel. This blend is the definition of a street anthem! Bobby and Rowdy's chemistry is a lethal combo, that back-and-forth flow feels like a non-stop victory lap. The remix energy takes the original grit and amplifies it for the system.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}