Information about plays

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

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

{
    "id": 3548865,
    "uri": "https://api.kexp.org/v2/plays/3548865/?format=api",
    "airdate": "2025-09-04T14:31:19-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "https://coverartarchive.org/release/0c4d6bd8-4f89-4096-8ee9-a8a15a28e24a/41946893728-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0c4d6bd8-4f89-4096-8ee9-a8a15a28e24a/41946893728-250.jpg",
    "song": "Rough Neck Beats",
    "track_id": null,
    "recording_id": null,
    "artist": "Simon Harris",
    "artist_ids": [],
    "album": "Beats, Breaks & Scratches Volume 2",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Music of Life"
    ],
    "label_ids": [
        "67a9f40a-a9e0-429a-ad30-6330b028b122"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Simon Harris is a British music producer, DJ, remixer and electronic musician from London, predominantly known for his 1988 hit song \"Bass (How Low Can You Go?)\". He is also the founder of the hip hop label Music of Life.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}