Information about plays

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

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

{
    "id": 3585312,
    "uri": "https://api.kexp.org/v2/plays/3585312/?format=api",
    "airdate": "2025-12-01T06:09:10-08:00",
    "show": 65260,
    "show_uri": "https://api.kexp.org/v2/shows/65260/?format=api",
    "image_uri": "https://ia801201.us.archive.org/19/items/mbid-9e2d8f0e-4373-3afb-9538-4496e6e22600/mbid-9e2d8f0e-4373-3afb-9538-4496e6e22600-18175810784_thumb500.jpg",
    "thumbnail_uri": "https://ia801201.us.archive.org/19/items/mbid-9e2d8f0e-4373-3afb-9538-4496e6e22600/mbid-9e2d8f0e-4373-3afb-9538-4496e6e22600-18175810784_thumb250.jpg",
    "song": "The Great Beyond",
    "track_id": "03e83347-48e6-3b92-b976-71332932943e",
    "recording_id": "5032c350-16e4-4fce-a7e9-42267b1875dd",
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "In Time: The Best of R.E.M. 1988–2003",
    "release_id": "9e2d8f0e-4373-3afb-9538-4496e6e22600",
    "release_group_id": "8d6d044d-0d8f-3764-ae5a-c364473baaff",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2003-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written for the 1999 film Man on the Moon, \"The Great Beyond\" is an abstract tribute to Andy Kaufman, the surreal prankster famous for his Elvis impersonation.\n\nOfficial music video:\nhttps://www.youtube.com/watch?v=k_JnCWT-_O8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}