Information about plays

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

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

{
    "id": 3587334,
    "uri": "https://api.kexp.org/v2/plays/3587334/?format=api",
    "airdate": "2025-12-05T23:20:57-08:00",
    "show": 65298,
    "show_uri": "https://api.kexp.org/v2/shows/65298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Karaoke",
    "track_id": null,
    "recording_id": "147cf3e6-ff29-4907-9ea7-a5ec4bfb8d39",
    "artist": "Drake",
    "artist_ids": [
        "9fff2f8a-21e6-47de-a2b8-7f449929d43f"
    ],
    "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": "remix ashanti baby beat\nDrake’s Karaoke is one of those deep-cut gems from 2009, tucked inside the So Far Gone era where he really found his sound. Smooth, emotional, and floating on that mellow R&B-meets-rap vibe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}