Information about plays

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

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

{
    "id": 3545893,
    "uri": "https://api.kexp.org/v2/plays/3545893/?format=api",
    "airdate": "2025-08-28T13:37:17-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://ia800102.us.archive.org/25/items/mbid-66bfb0a9-6dac-4971-b147-af6f21020600/mbid-66bfb0a9-6dac-4971-b147-af6f21020600-17167397253_thumb500.jpg",
    "thumbnail_uri": "https://ia800102.us.archive.org/25/items/mbid-66bfb0a9-6dac-4971-b147-af6f21020600/mbid-66bfb0a9-6dac-4971-b147-af6f21020600-17167397253_thumb250.jpg",
    "song": "Cha Cha Cha",
    "track_id": "ff024286-32d5-3685-86f9-db91c8b8eac9",
    "recording_id": "538856d9-254d-4006-98bd-c96362a6547c",
    "artist": "MC Lyte",
    "artist_ids": [
        "fac552dc-55e5-498c-818a-c278f1e02a75"
    ],
    "album": "Eyes on This",
    "release_id": "66bfb0a9-6dac-4971-b147-af6f21020600",
    "release_group_id": "5e1135b2-79e9-3a1a-8a43-8dbfe7ba2c32",
    "labels": [
        "First Priority Music"
    ],
    "label_ids": [
        "fff9e885-6148-409e-9ad8-2ff1974743fb"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another song that sampled the drumming from \"Good Old Music.''...\n--\nRap pioneer MC Lyte (real name Lana Michele Moorer) was the first solo female rapper to release a full album with 1988's critically acclaimed \"Lyte as a Rock,\"\n -- \nWatch her flow in the original video for \"Cha Cha Cha\":: https://www.youtube.com/watch?v=VMttICy5MSg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}