Information about plays

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

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

{
    "id": 3592920,
    "uri": "https://api.kexp.org/v2/plays/3592920/?format=api",
    "airdate": "2025-12-19T03:32:59-08:00",
    "show": 65415,
    "show_uri": "https://api.kexp.org/v2/shows/65415/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In Bulosan’s Words",
    "track_id": "b32ee4e0-08e3-4e65-a9b2-228c021b8501",
    "recording_id": "cfd74f9b-74a3-4fec-b1dc-ab5660deee0f",
    "artist": "Haley Heynderickx & Max García Conover",
    "artist_ids": [
        "f0805df4-1541-48b1-8482-4c789f83cfcf",
        "69e45e41-0ee1-4891-ad16-d50c23134293"
    ],
    "album": "What of Our Nature",
    "release_id": "16b91fa3-4a0a-43ca-840d-7259fc7ad539",
    "release_group_id": "fb28271f-7bda-4c2f-bb04-2e23db030b18",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}