Information about plays

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

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

{
    "id": 3592105,
    "uri": "https://api.kexp.org/v2/plays/3592105/?format=api",
    "airdate": "2025-12-17T02:15:52-08:00",
    "show": 65399,
    "show_uri": "https://api.kexp.org/v2/shows/65399/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1L0v3myL1f3!",
    "track_id": "4f0116cb-90b7-430c-9192-36e3d13e762e",
    "recording_id": "4967bc3a-af0b-4e19-b69a-a129d4422b8d",
    "artist": "Danny Brown feat. femtanyl",
    "artist_ids": [
        "eb3c021d-e056-42d6-8fad-064205a90527",
        "960afc67-9c21-46dd-9c7f-ff2b509e3150"
    ],
    "album": "Stardust",
    "release_id": "48abe606-b4de-4377-9bbd-bfd03ad2ce9a",
    "release_group_id": "9b6f5937-d031-47c9-9767-cfa9d4975f0d",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stardust is the first album Brown has recorded entirely sober in his personal life. The album notably features much-more EDM and hyperpop-inspired production, with guest appearances from Quadeca, Jane Remover, Underscores, 8485, Frost Children, Zheani, Nnamdï, Johnnascus, Issbrokie, Femtanyl, Ta Ukraїnka, and Cynthoni, who also helped produce the album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}