Information about plays

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

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

{
    "id": 3610028,
    "uri": "https://api.kexp.org/v2/plays/3610028/?format=api",
    "airdate": "2026-01-28T02:34:33-08:00",
    "show": 65774,
    "show_uri": "https://api.kexp.org/v2/shows/65774/?format=api",
    "image_uri": "https://ia601208.us.archive.org/11/items/mbid-771cf632-fd29-3d11-b523-ec2d3226a7cd/mbid-771cf632-fd29-3d11-b523-ec2d3226a7cd-11605771706_thumb500.jpg",
    "thumbnail_uri": "https://ia601208.us.archive.org/11/items/mbid-771cf632-fd29-3d11-b523-ec2d3226a7cd/mbid-771cf632-fd29-3d11-b523-ec2d3226a7cd-11605771706_thumb250.jpg",
    "song": "Hard to Be Human Again",
    "track_id": "330b8337-cc53-3d42-93b3-677070a39964",
    "recording_id": "6a79a18e-5c47-4b0a-9055-be73386ba9a5",
    "artist": "The Mekons",
    "artist_ids": [
        "66d2169c-dea5-46d3-b4cb-52ed87b24ab0"
    ],
    "album": "Fear and Whiskey",
    "release_id": "771cf632-fd29-3d11-b523-ec2d3226a7cd",
    "release_group_id": "e929100a-27b7-3d08-97a5-0fdd97f5a476",
    "labels": [
        "Quarterstick Records"
    ],
    "label_ids": [
        "ec609a3f-541e-43f2-84c5-9ee20b404f26"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}