Information about plays

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

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

{
    "id": 3599088,
    "uri": "https://api.kexp.org/v2/plays/3599088/?format=api",
    "airdate": "2026-01-02T04:40:08-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Downtown",
    "track_id": "357d0752-c409-48a1-a4bb-00a22aa13d7f",
    "recording_id": "7ea3f789-098f-405a-8b0d-a5948074a25b",
    "artist": "The Afghan Whigs",
    "artist_ids": [
        "2feb192c-2363-46d6-b476-1c88a25cb294"
    ],
    "album": "Fake Like / Downtown",
    "release_id": "b2d36027-338b-45df-91d1-b5a4175a7542",
    "release_group_id": "dbb6e6ea-af2a-4b1f-9658-8640ca1add41",
    "labels": [
        "Royal Cream",
        "BMG"
    ],
    "label_ids": [
        "51f1b632-4f4f-44fc-9907-03ede28ea157",
        "82ef9b02-7b42-49fe-a6bc-0d8ba816d72f"
    ],
    "release_date": "2025-12-10",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}