Information about plays

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

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

{
    "id": 3634113,
    "uri": "https://api.kexp.org/v2/plays/3634113/?format=api",
    "airdate": "2026-03-27T03:04:37-07:00",
    "show": 66289,
    "show_uri": "https://api.kexp.org/v2/shows/66289/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If You Were Here Tonight",
    "track_id": null,
    "recording_id": "3e93d74d-a7a2-46a9-89f5-d90a5f644a64",
    "artist": "Alexander O’Neal",
    "artist_ids": [
        "fc4af92a-1aa8-4f35-9aea-29b2ecbe0779"
    ],
    "album": "Live in Minneapolis",
    "release_id": null,
    "release_group_id": "40f2e129-4413-47af-a427-772af70a7d81",
    "labels": [
        "CC Entertainment"
    ],
    "label_ids": [
        "83a4a2a7-4b34-496c-94fb-574b7d101892"
    ],
    "release_date": "2011-08-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by Monte Moir, formerly of The Time, formerly known as Flyte Time. Alexander O'Neal was the lead singer of The Time before being replaced by Morris Day at the behest of Prince.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}