Information about plays

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

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

{
    "id": 3574777,
    "uri": "https://api.kexp.org/v2/plays/3574777/?format=api",
    "airdate": "2025-11-06T15:51:57-08:00",
    "show": 65038,
    "show_uri": "https://api.kexp.org/v2/shows/65038/?format=api",
    "image_uri": "https://coverartarchive.org/release/055f24e9-3842-4a2d-81d2-27dfc9c9f901/5262114683-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/055f24e9-3842-4a2d-81d2-27dfc9c9f901/5262114683-250.jpg",
    "song": "Raise Up",
    "track_id": null,
    "recording_id": "ab83edb9-f393-4e1d-9e2d-cf5f7832d6e3",
    "artist": "DJ Cam Quartet",
    "artist_ids": [
        "68b28a39-0966-42b8-b9e9-af6115c9fd77"
    ],
    "album": "Rebirth of Cool",
    "release_id": null,
    "release_group_id": "54cf8a0a-e50e-45bd-9c0f-ffcc1d7aefde",
    "labels": [
        "Inflamable"
    ],
    "label_ids": [
        "88324cb7-68a8-414b-89d7-447ac5ee79d3"
    ],
    "release_date": "2008-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Cam Quartet is a jazzy hip-hop collaboration led by French DJ Laurent Daumail. The quartet consists of DJ Cam on scratches, strings, drums, and programming, Alexandre Tassel on bugle, Christian Brun on guitar, Jerome Regard on bass, and Eric Legnini on keyboard.\n--\n\"Raise Up\" contains samples of \"502 Blues\" by Wayne Shorter and \"Sucker D.J.'s (I Will Survive)\" by Dimples D.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}