Information about plays

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

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

{
    "id": 3546573,
    "uri": "https://api.kexp.org/v2/plays/3546573/?format=api",
    "airdate": "2025-08-30T04:35:06-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?format=api",
    "image_uri": "https://ia800804.us.archive.org/13/items/mbid-7b952493-a2a9-4470-92b0-642fd46d191c/mbid-7b952493-a2a9-4470-92b0-642fd46d191c-9837414845_thumb500.jpg",
    "thumbnail_uri": "https://ia800804.us.archive.org/13/items/mbid-7b952493-a2a9-4470-92b0-642fd46d191c/mbid-7b952493-a2a9-4470-92b0-642fd46d191c-9837414845_thumb250.jpg",
    "song": "Fear of a Black Planet",
    "track_id": "f0a858ca-f197-3233-9325-c5f015f6eec9",
    "recording_id": "599d7b7e-0113-4f0d-b97b-823dcece4d8a",
    "artist": "Public Enemy",
    "artist_ids": [
        "bf2e15d0-4b77-469e-bfb4-f8414415baca"
    ],
    "album": "Fear of a Black Planet",
    "release_id": "7b952493-a2a9-4470-92b0-642fd46d191c",
    "release_group_id": "13cf2244-c850-304d-bc46-b30e3f10e0cc",
    "labels": [
        "Def Jam Recordings",
        "Columbia"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004",
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}