Information about plays

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

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

{
    "id": 3610035,
    "uri": "https://api.kexp.org/v2/plays/3610035/?format=api",
    "airdate": "2026-01-28T02:59:52-08:00",
    "show": 65774,
    "show_uri": "https://api.kexp.org/v2/shows/65774/?format=api",
    "image_uri": "https://ia800107.us.archive.org/6/items/mbid-63f85bb7-aa07-4a69-bf89-b60d6ce3b98b/mbid-63f85bb7-aa07-4a69-bf89-b60d6ce3b98b-16176927774_thumb500.jpg",
    "thumbnail_uri": "https://ia600107.us.archive.org/6/items/mbid-63f85bb7-aa07-4a69-bf89-b60d6ce3b98b/mbid-63f85bb7-aa07-4a69-bf89-b60d6ce3b98b-16176927774_thumb250.jpg",
    "song": "Stay Human (All the Freaky People)",
    "track_id": "584fdcd6-bca3-456d-b272-40dcff0d5864",
    "recording_id": "0595ffe4-4b50-42e9-bf8d-d531da968b46",
    "artist": "Michael Franti & Spearhead",
    "artist_ids": [
        "e23eac42-f904-47da-8599-823ff431bea4"
    ],
    "album": "Stay Human",
    "release_id": "63f85bb7-aa07-4a69-bf89-b60d6ce3b98b",
    "release_group_id": "1771148f-bc9c-319c-bd1c-8ae5d0fe23ec",
    "labels": [
        "Six Degrees Records"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "release_date": "2001-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}