Information about plays

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

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

{
    "id": 3638476,
    "uri": "https://api.kexp.org/v2/plays/3638476/?format=api",
    "airdate": "2026-04-06T04:07:39-07:00",
    "show": 66380,
    "show_uri": "https://api.kexp.org/v2/shows/66380/?format=api",
    "image_uri": "https://coverartarchive.org/release/289fbe11-3c31-4f9c-8f7e-846cb388b2b0/8377591165-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/289fbe11-3c31-4f9c-8f7e-846cb388b2b0/8377591165-250.jpg",
    "song": "Little Dream (Jones Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Future Islands & Victoria Legrand",
    "artist_ids": [],
    "album": "Wave Like Home",
    "release_id": null,
    "release_group_id": "84ba1090-f754-33ee-871a-86545ed9dee3",
    "labels": [
        "Upset The Rhythm"
    ],
    "label_ids": [
        "efa567aa-45c4-493c-9624-7348446dbef0"
    ],
    "release_date": "2008-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "~ Charm City, hon ~",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}