Information about plays

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

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

{
    "id": 3592665,
    "uri": "https://api.kexp.org/v2/plays/3592665/?format=api",
    "airdate": "2025-12-18T11:38:36-08:00",
    "show": 65410,
    "show_uri": "https://api.kexp.org/v2/shows/65410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Weapon of Choice",
    "track_id": "82e89c90-bd1d-30e4-805b-bde6732850e9",
    "recording_id": "4d287271-9f99-432d-9ef3-d83dce243658",
    "artist": "Fatboy Slim feat. Bootsy Collins",
    "artist_ids": [
        "b0ca0d85-24a8-4a00-860d-357ff688b69c",
        "34c63966-445c-4613-afe1-4f0e1e53ae9a"
    ],
    "album": "Halfway Between the Gutter and the Stars",
    "release_id": "0633b78d-d908-3f3b-aade-cb025eab8f42",
    "release_group_id": "652eaff1-61a5-39bf-a18d-ecf1886923dd",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2000-11-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "And here's the famous Sly sample for your ears! \"Weapon of Choice\" samples Sly & The Family Stone's \"Into My Own Thing\".\n\nDirected by Spike Jonze and featuring Christopher Walken, \"Weapon of Choice\" video won six awards at the 2001 MTV Video Music Awards, including Best Choreography. \nhttps://www.youtube.com/watch?v=XQ7z57qrZU8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}