Information about plays

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

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

{
    "id": 3627905,
    "uri": "https://api.kexp.org/v2/plays/3627905/?format=api",
    "airdate": "2026-03-11T23:59:18-07:00",
    "show": 66156,
    "show_uri": "https://api.kexp.org/v2/shows/66156/?format=api",
    "image_uri": "https://coverartarchive.org/release/66f37362-8157-4bb8-b57e-92698ea61cd4/21997149649-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/66f37362-8157-4bb8-b57e-92698ea61cd4/21997149649-250.jpg",
    "song": "Amstramgram",
    "track_id": null,
    "recording_id": "13f27eb2-5f06-4c97-8205-be49002c24f9",
    "artist": "Isabelle",
    "artist_ids": [
        "8388c1d3-258a-4443-b561-fc71c80e8e9d"
    ],
    "album": "Wizzz, Volume 2: Psychorama français 1966-1970",
    "release_id": null,
    "release_group_id": "4afd6395-a002-3545-af8b-0f22aa18c29a",
    "labels": [
        "Born Bad Records"
    ],
    "label_ids": [
        "c82f5a52-138e-46b0-b359-acab96b71ce6"
    ],
    "release_date": "2008-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}