Information about plays

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

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

{
    "id": 3596328,
    "uri": "https://api.kexp.org/v2/plays/3596328/?format=api",
    "airdate": "2025-12-26T16:10:19-08:00",
    "show": 65480,
    "show_uri": "https://api.kexp.org/v2/shows/65480/?format=api",
    "image_uri": "https://ia801207.us.archive.org/29/items/mbid-983ae253-215e-4f6c-8411-fa7ddcec2d94/mbid-983ae253-215e-4f6c-8411-fa7ddcec2d94-19120789325_thumb500.jpg",
    "thumbnail_uri": "https://ia601207.us.archive.org/29/items/mbid-983ae253-215e-4f6c-8411-fa7ddcec2d94/mbid-983ae253-215e-4f6c-8411-fa7ddcec2d94-19120789325_thumb250.jpg",
    "song": "World",
    "track_id": "b2da4a2d-7ccd-3ecd-89b5-ef29867e66dc",
    "recording_id": "3d7716c3-7e3d-4ccf-b631-f11a39b8a520",
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "(The Best of) New Order",
    "release_id": "983ae253-215e-4f6c-8411-fa7ddcec2d94",
    "release_group_id": "37df9c81-7084-3e66-a703-94560e61731c",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1995-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "World (The Price of Love) is New Order's twenty-third single, and the third single off of the album Republic. It is Republic's second track. It released on 23 August 1993 and hit number 1 on the US Dance Club charts, as well as 92 on the Hot 100.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}