Information about plays

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

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

{
    "id": 3642778,
    "uri": "https://api.kexp.org/v2/plays/3642778/?format=api",
    "airdate": "2026-04-16T10:49:11-07:00",
    "show": 66468,
    "show_uri": "https://api.kexp.org/v2/shows/66468/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trip to the City",
    "track_id": "2135724a-ae7c-3618-ac61-c7e87a38c932",
    "recording_id": "378be288-19f6-48c6-b3a4-660714800833",
    "artist": "Arlo Guthrie",
    "artist_ids": [
        "b8efe8ac-45db-4a71-bb51-c1503986172f"
    ],
    "album": "Alice's Restaurant",
    "release_id": "1e3cc742-15af-42e3-b36b-5277a84d1c64",
    "release_group_id": "018ebcc8-1cac-4d09-a773-b323a4601ec4",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}