Information about plays

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

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

{
    "id": 3520528,
    "uri": "https://api.kexp.org/v2/plays/3520528/?format=api",
    "airdate": "2025-06-29T21:14:28-07:00",
    "show": 63877,
    "show_uri": "https://api.kexp.org/v2/shows/63877/?format=api",
    "image_uri": "https://coverartarchive.org/release/114d478e-a614-45f9-9fcc-815dcab0c534/41360084979-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/114d478e-a614-45f9-9fcc-815dcab0c534/41360084979-250.jpg",
    "song": "Boxing (DJ Python Remix)",
    "track_id": null,
    "recording_id": "6aa02459-b43d-4ae4-8cc8-83f533f98ae6",
    "artist": "Mount Kimbie feat. King Krule",
    "artist_ids": [
        "4a3a5fc0-af4b-4990-957b-8d94f7bfe706",
        "c0daae21-ec2a-4dd0-a323-4f53f5945d04"
    ],
    "album": "Boxing (DJ Python remix)",
    "release_id": null,
    "release_group_id": "7ff1c2b7-f46e-4918-a2ac-975d3fd6ad56",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2025-03-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://mountkimbie.bandcamp.com/album/boxing-feat-king-krule-dj-python-remix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}