Information about plays

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

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

{
    "id": 3578691,
    "uri": "https://api.kexp.org/v2/plays/3578691/?format=api",
    "airdate": "2025-11-15T21:06:33-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "https://coverartarchive.org/release/e4ee8067-1d7e-49f8-af79-1bf9ef30427b/6643476883-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e4ee8067-1d7e-49f8-af79-1bf9ef30427b/6643476883-250.jpg",
    "song": "Mind Over Matter",
    "track_id": null,
    "recording_id": "de09eed6-722e-41c9-a2c9-df51af958d99",
    "artist": "Fitz of Depression",
    "artist_ids": [
        "45545a35-551c-42f0-ad54-d0f689005671"
    ],
    "album": "Swing",
    "release_id": null,
    "release_group_id": "bd755dc1-b0ac-42f3-bb85-bfe9e73bd19d",
    "labels": [
        "K"
    ],
    "label_ids": [
        "bb1f7af7-67d5-417a-8dbe-2025caffe9a0"
    ],
    "release_date": "1996-06-11",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Fitz of Depression vocalist and guitarist, Mikey Dees passed away in 2019.  RIP",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}