Information about plays

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

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

{
    "id": 3632789,
    "uri": "https://api.kexp.org/v2/plays/3632789/?format=api",
    "airdate": "2026-03-23T16:14:08-07:00",
    "show": 66262,
    "show_uri": "https://api.kexp.org/v2/shows/66262/?format=api",
    "image_uri": "https://dn711008.ca.archive.org/0/items/mbid-aa48ac28-57e0-3019-ba97-db523a26471e/mbid-aa48ac28-57e0-3019-ba97-db523a26471e-7733173920_thumb500.jpg",
    "thumbnail_uri": "https://dn711008.ca.archive.org/0/items/mbid-aa48ac28-57e0-3019-ba97-db523a26471e/mbid-aa48ac28-57e0-3019-ba97-db523a26471e-7733173920_thumb250.jpg",
    "song": "Lady (Hear Me Tonight)",
    "track_id": "dc89790c-c66d-3e39-b488-c6dceafe8d84",
    "recording_id": "72b9408f-52b2-4f4f-863c-96e8eea64dca",
    "artist": "Modjo",
    "artist_ids": [
        "04bac789-bf59-4383-8ad7-799d20d969f7"
    ],
    "album": "Modjo",
    "release_id": "aa48ac28-57e0-3019-ba97-db523a26471e",
    "release_group_id": "7151886c-53d9-3075-9c58-3417f8d09510",
    "labels": [
        "Sound of Barclay",
        "Modjo Music"
    ],
    "label_ids": [
        "a296629f-9887-41a6-b56a-b4ac72c36f55",
        "369f4189-62f7-4e26-99e4-701b31c93a04"
    ],
    "release_date": "2001-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The lead single from the debut LP by French house duo Modjo -  written and performed by vocalist Yann Destagnol and producer Romain Tranchart\n\nThis song features a guitar sample from the 1982 single \"Soup for One\" by Chic",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}