Information about plays

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

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

{
    "id": 3546596,
    "uri": "https://api.kexp.org/v2/plays/3546596/?format=api",
    "airdate": "2025-08-30T05:52:04-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?format=api",
    "image_uri": "https://ia600703.us.archive.org/29/items/mbid-ea92819f-d4a4-4874-bc0d-f292db29bb01/mbid-ea92819f-d4a4-4874-bc0d-f292db29bb01-23913377131_thumb500.jpg",
    "thumbnail_uri": "https://ia800703.us.archive.org/29/items/mbid-ea92819f-d4a4-4874-bc0d-f292db29bb01/mbid-ea92819f-d4a4-4874-bc0d-f292db29bb01-23913377131_thumb250.jpg",
    "song": "GOD.FEAR.MONEY",
    "track_id": "ce4aa2f7-bd0e-34b2-b6c5-c30abd709298",
    "recording_id": "cb64118a-8e8e-4768-b429-78c280c03657",
    "artist": "Me'Shell NdegéOcello",
    "artist_ids": [
        "55a8b485-1cbf-47ee-ae15-d106200fafe8"
    ],
    "album": "Cookie: The Anthropological Mixtape",
    "release_id": "336d5ca2-4ea9-418e-a2e9-fbfef18a5167",
    "release_group_id": "75f9ba2e-398e-32d7-8eb0-ed0e76acced5",
    "labels": [
        "Maverick"
    ],
    "label_ids": [
        "79afd9ce-c6b2-4e9a-9b23-a13e25d70688"
    ],
    "release_date": "2002-06-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}