Information about plays

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

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

{
    "id": 3601206,
    "uri": "https://api.kexp.org/v2/plays/3601206/?format=api",
    "airdate": "2026-01-07T00:22:38-08:00",
    "show": 65583,
    "show_uri": "https://api.kexp.org/v2/shows/65583/?format=api",
    "image_uri": "https://ia800208.us.archive.org/7/items/mbid-287e761a-d3ce-4782-a453-f0650f017227/mbid-287e761a-d3ce-4782-a453-f0650f017227-9786658910_thumb500.jpg",
    "thumbnail_uri": "https://ia600208.us.archive.org/7/items/mbid-287e761a-d3ce-4782-a453-f0650f017227/mbid-287e761a-d3ce-4782-a453-f0650f017227-9786658910_thumb250.jpg",
    "song": "Blank Generation",
    "track_id": "214b46a9-ab87-3b7d-bcaf-ed98b9b1175e",
    "recording_id": "5cdfc151-7134-4c90-9785-c377498580b6",
    "artist": "Richard Hell & The Voidoids",
    "artist_ids": [
        "42995787-59e7-46fa-9d4f-d9bb68d27521"
    ],
    "album": "Blank Generation",
    "release_id": "287e761a-d3ce-4782-a453-f0650f017227",
    "release_group_id": "d0a52f62-e66d-34a0-9ff1-c4fce47f517f",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1990-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}