Information about plays

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

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

{
    "id": 3524728,
    "uri": "https://api.kexp.org/v2/plays/3524728/?format=api",
    "airdate": "2025-07-09T12:29:12-07:00",
    "show": 63965,
    "show_uri": "https://api.kexp.org/v2/shows/63965/?format=api",
    "image_uri": "https://ia800802.us.archive.org/7/items/mbid-f588fe96-243a-4f1d-b2d6-cca0b29e6d93/mbid-f588fe96-243a-4f1d-b2d6-cca0b29e6d93-16295343404_thumb500.jpg",
    "thumbnail_uri": "https://ia800802.us.archive.org/7/items/mbid-f588fe96-243a-4f1d-b2d6-cca0b29e6d93/mbid-f588fe96-243a-4f1d-b2d6-cca0b29e6d93-16295343404_thumb250.jpg",
    "song": "Connection",
    "track_id": "ae39cd77-dfd4-3c4c-8cf7-4d1bc9cfde25",
    "recording_id": "1ad11b47-7106-4ac8-85cb-9b31e9f62ae2",
    "artist": "Elastica",
    "artist_ids": [
        "46693641-1e2e-4aae-80ed-6b28170de63a"
    ],
    "album": "Elastica",
    "release_id": "f588fe96-243a-4f1d-b2d6-cca0b29e6d93",
    "release_group_id": "f1cbf448-c205-3642-a4c5-6042989d8ed4",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1995-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This hit from Elastica's debut record reached an out-of-court settlement for lifting (and elevating?) a riff from Wire's \"Three Girl Rhumba.\" The Song also sampled Karlheinz Stockhausen \"Gesang der Jünglinge.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}