Information about plays

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

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

{
    "id": 3577266,
    "uri": "https://api.kexp.org/v2/plays/3577266/?format=api",
    "airdate": "2025-11-12T13:47:39-08:00",
    "show": 65091,
    "show_uri": "https://api.kexp.org/v2/shows/65091/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yvette Glover",
    "track_id": "ba5e70af-e295-4b38-8846-ca202050a817",
    "recording_id": "a95b3e8e-9180-40b1-a79a-e119192913b8",
    "artist": "Fearce Vill",
    "artist_ids": [
        "16892179-3691-4c5e-b383-9fe5376c5fcf"
    ],
    "album": "Let It Be",
    "release_id": "60448188-e941-461c-a6d9-65ab63ec1d88",
    "release_group_id": "ca77792e-5058-46c3-8a92-59355fc0c9da",
    "labels": [
        "Yuk The World"
    ],
    "label_ids": [
        "48d66283-3773-43c0-bdf0-5ce05c36e989"
    ],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Don't miss this performance of \"Yvette Glover,\" live on KEXP in 2014 (It was hosted by Larry Mizell Jr.): https://www.youtube.com/watch?v=8s-lOTCKejk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}