Information about plays

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

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

{
    "id": 3599518,
    "uri": "https://api.kexp.org/v2/plays/3599518/?format=api",
    "airdate": "2026-01-03T03:45:01-08:00",
    "show": 65548,
    "show_uri": "https://api.kexp.org/v2/shows/65548/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Desire",
    "track_id": "8b827bbe-3e69-4bde-9360-91c645bcebf0",
    "recording_id": "c6dde622-b258-496c-83dc-88b5f438f362",
    "artist": "True Blue",
    "artist_ids": [
        "dde545bb-1a2e-448d-ba4c-30482d5f496f"
    ],
    "album": "Star Witness",
    "release_id": "bb8f125c-1a52-42e2-9f89-17e233b9ff50",
    "release_group_id": "f1bc0dd9-cb2f-4204-a60d-68617eac3cb9",
    "labels": [
        "True Nature"
    ],
    "label_ids": [
        "e12f86cb-f3ef-4e85-ba4c-3372e5bf17a9"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "True Blue is the solo alias of Maya Laner, a Copenhagen/NYC-based artist who’s also the bassist in Porches and Caroline Polachek’s current touring bassist and backing vocalist.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}