Information about plays

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

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

{
    "id": 3580873,
    "uri": "https://api.kexp.org/v2/plays/3580873/?format=api",
    "airdate": "2025-11-21T02:52:43-08:00",
    "show": 65166,
    "show_uri": "https://api.kexp.org/v2/shows/65166/?format=api",
    "image_uri": "https://dn721609.ca.archive.org/0/items/mbid-48abe606-b4de-4377-9bbd-bfd03ad2ce9a/mbid-48abe606-b4de-4377-9bbd-bfd03ad2ce9a-43111075104_thumb500.jpg",
    "thumbnail_uri": "https://dn721609.ca.archive.org/0/items/mbid-48abe606-b4de-4377-9bbd-bfd03ad2ce9a/mbid-48abe606-b4de-4377-9bbd-bfd03ad2ce9a-43111075104_thumb250.jpg",
    "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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}