Information about plays

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

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

{
    "id": 3663232,
    "uri": "https://api.kexp.org/v2/plays/3663232/?format=api",
    "airdate": "2026-06-03T13:53:56-07:00",
    "show": 66893,
    "show_uri": "https://api.kexp.org/v2/shows/66893/?format=api",
    "image_uri": "https://coverartarchive.org/release/672374a9-0b5d-491a-ac8d-16d4808d9633/31948508838-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/672374a9-0b5d-491a-ac8d-16d4808d9633/31948508838-250.jpg",
    "song": "Your Motion Says",
    "track_id": null,
    "recording_id": "3ccda9ad-4d09-48ed-a5de-8c561b3e808b",
    "artist": "Arthur Russell",
    "artist_ids": [
        "f43370e3-6d86-44e7-ae4c-ca098962dcd0"
    ],
    "album": "Love Is Overtaking Me",
    "release_id": null,
    "release_group_id": "f08d9681-9870-35ca-adcc-6a830f9650f9",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2008-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Arthur Russell biography, \"Travels Over Feeling,\" was published in 2024.  Learn more about this cellist and musical genius: https://www.popmatters.com/arthur-russell-richard-king-biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}