Information about plays

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

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

{
    "id": 3598340,
    "uri": "https://api.kexp.org/v2/plays/3598340/?format=api",
    "airdate": "2025-12-31T06:48:59-08:00",
    "show": 65522,
    "show_uri": "https://api.kexp.org/v2/shows/65522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Fragile Thing (Sally C remix)",
    "track_id": "4d1e713f-1bd8-4aa8-8adb-8abe0ba65507",
    "recording_id": "323d9cdb-7965-4d19-a678-fe535bdd0aa0",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Mixes of a Lost World",
    "release_id": "972a75f7-145f-4be0-9009-ad9a191faa87",
    "release_group_id": "0ef1d20b-847b-4034-9ec2-a9854cd1f9a8",
    "labels": [
        "Polydor",
        "Lost Music Limited"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2",
        "53af8f7d-391b-45e6-a7e1-f0e5206d46db"
    ],
    "release_date": "2025-06-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Certified Lisa LeClair Top 10 of 2025: The Cure's \"Mixes of a Lost World\" featuring 24 remixes of songs from the band's 2024 'Songs of a Lost World,' including reworks from Four Tet, Paul Oakenfold, Orbital and many more.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}