Information about plays

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

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

{
    "id": 3625483,
    "uri": "https://api.kexp.org/v2/plays/3625483/?format=api",
    "airdate": "2026-03-05T04:17:45-08:00",
    "show": 66094,
    "show_uri": "https://api.kexp.org/v2/shows/66094/?format=api",
    "image_uri": "https://dn710307.ca.archive.org/0/items/mbid-1a9976be-9d1d-4ba6-a6da-d99b578dea83/mbid-1a9976be-9d1d-4ba6-a6da-d99b578dea83-17257561540_thumb500.jpg",
    "thumbnail_uri": "https://dn710307.ca.archive.org/0/items/mbid-1a9976be-9d1d-4ba6-a6da-d99b578dea83/mbid-1a9976be-9d1d-4ba6-a6da-d99b578dea83-17257561540_thumb250.jpg",
    "song": "Players",
    "track_id": "992b4157-8770-4b15-a6c0-3a592a0b9d55",
    "recording_id": "c62fd882-3340-4e7b-a29a-07a9a6a670d4",
    "artist": "Slum Village",
    "artist_ids": [
        "c0c1183e-6940-48ca-8f96-98250fcb3ef1"
    ],
    "album": "Slum Village",
    "release_id": "8ab3d4d7-5616-464e-9359-5e246181abf6",
    "release_group_id": "7668e3d0-c82a-37d3-b6b2-73c7b29b7da6",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Throughout this song, Dilla plays with the listener. He used a sample from The Singers Unlimited's cover of \"Clair,\" but the sample is treated as though it says \"players\" rather than \"clair.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}