Information about plays

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

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

{
    "id": 3631968,
    "uri": "https://api.kexp.org/v2/plays/3631968/?format=api",
    "airdate": "2026-03-21T14:45:56-07:00",
    "show": 66242,
    "show_uri": "https://api.kexp.org/v2/shows/66242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How You Like Me Now?",
    "track_id": "c0d84c44-5f0e-424c-a327-e181c34173f0",
    "recording_id": "bb585d18-5175-434a-8dd7-2792d9500381",
    "artist": "The Heavy feat. The Dap-Kings",
    "artist_ids": [
        "d2f8644d-9888-4eaa-9847-ab6e44a658e8",
        "ea99eec5-bd72-4b4f-86e4-54c5a34f7e10"
    ],
    "album": "How You Like Me Now?",
    "release_id": "190d612e-c207-49c5-ac2b-c501b07b7ce0",
    "release_group_id": "691a433c-2537-4871-8da6-42b7e89041d1",
    "labels": [
        "Counter Records",
        "+1 Records"
    ],
    "label_ids": [
        "93214c28-306f-493f-a1e8-be3e04e1ab78",
        "becff808-7fa6-4f85-ab15-0444bca5d04c"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees: The Heavy featuring the Dap-Kings' \"How You Like Me Now?\" samples Dyke and the Blazers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}