Information about plays

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

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

{
    "id": 3568944,
    "uri": "https://api.kexp.org/v2/plays/3568944/?format=api",
    "airdate": "2025-10-23T13:06:05-07:00",
    "show": 64911,
    "show_uri": "https://api.kexp.org/v2/shows/64911/?format=api",
    "image_uri": "https://coverartarchive.org/release/d340f58d-2908-4689-ba67-25f9ad4aae33/3669134436-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d340f58d-2908-4689-ba67-25f9ad4aae33/3669134436-250.jpg",
    "song": "The Colorado Trail",
    "track_id": null,
    "recording_id": "a8cf55ca-ec30-457d-87f3-02b57d444321",
    "artist": "Dave Grusin",
    "artist_ids": [
        "7915b61a-da59-4e4e-83d3-bde7a24bd1ba"
    ],
    "album": "Discovered Again!",
    "release_id": null,
    "release_group_id": "54ceb9fe-af41-3c43-87a9-13434778ed95",
    "labels": [
        "Sheffield Lab"
    ],
    "label_ids": [
        "21e0fce4-ac17-4ddd-9128-e9995bfc3d64"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track was sampled in D'Angelo's 'Those Dreaming Eyes' (Jay Dee remix). Jay Dee also sampled it in 2003 for his song \"Dreamy.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}