Information about plays

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

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

{
    "id": 3578157,
    "uri": "https://api.kexp.org/v2/plays/3578157/?format=api",
    "airdate": "2025-11-14T17:42:07-08:00",
    "show": 65108,
    "show_uri": "https://api.kexp.org/v2/shows/65108/?format=api",
    "image_uri": "https://ia803401.us.archive.org/24/items/mbid-20a55a85-2942-3444-be5c-3bf4eef707cf/mbid-20a55a85-2942-3444-be5c-3bf4eef707cf-23106666641_thumb500.jpg",
    "thumbnail_uri": "https://ia803401.us.archive.org/24/items/mbid-20a55a85-2942-3444-be5c-3bf4eef707cf/mbid-20a55a85-2942-3444-be5c-3bf4eef707cf-23106666641_thumb250.jpg",
    "song": "A minha menina",
    "track_id": "ae7b8a05-e79f-35b1-8f1b-541d5df12a80",
    "recording_id": "0f5e6382-4e62-49f2-a658-b08fc661b879",
    "artist": "Os Mutantes",
    "artist_ids": [
        "a3212186-5da5-4e84-a935-6952b3e14921"
    ],
    "album": "Os Mutantes",
    "release_id": "20a55a85-2942-3444-be5c-3bf4eef707cf",
    "release_group_id": "f3578417-4c90-3891-a2cf-d1eab06cc084",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Psych-rock Brazilian Band Os Mutantes is one of the most formative rock groups to Brazil. Tied to the Tropicalia movement, the band uplifted Brazilian artists at a time where they were under heavy military control. \nThe band performed live on KEXP back in 2013, check that out here:https://www.youtube.com/watch?v=bMVyNUx-sak",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}