Information about plays

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

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

{
    "id": 3570505,
    "uri": "https://api.kexp.org/v2/plays/3570505/?format=api",
    "airdate": "2025-10-27T05:47:49-07:00",
    "show": 64947,
    "show_uri": "https://api.kexp.org/v2/shows/64947/?format=api",
    "image_uri": "https://ia600509.us.archive.org/14/items/mbid-5ba9ae5c-96fd-36ee-a2f7-cee595043e2c/mbid-5ba9ae5c-96fd-36ee-a2f7-cee595043e2c-1588124958_thumb500.jpg",
    "thumbnail_uri": "https://ia800509.us.archive.org/14/items/mbid-5ba9ae5c-96fd-36ee-a2f7-cee595043e2c/mbid-5ba9ae5c-96fd-36ee-a2f7-cee595043e2c-1588124958_thumb250.jpg",
    "song": "Desert Island",
    "track_id": "105e47e5-b97b-33e7-b5d8-34177427479f",
    "recording_id": "fc096507-6ef8-47a9-af17-7fe0059dd45d",
    "artist": "The Magnetic Fields",
    "artist_ids": [
        "3ff72a59-f39d-411d-9f93-2d4a86413013"
    ],
    "album": "Holiday",
    "release_id": "5ba9ae5c-96fd-36ee-a2f7-cee595043e2c",
    "release_group_id": "44415c46-1f3d-3371-a756-c8d668958721",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "1999-01-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Magnetic Fields are an American band founded and led by Stephin Merritt. Merritt is the group's primary songwriter, producer, and vocalist, as well as frequent multi-instrumentalist. The band is named after the André Breton/Philippe Soupault novel Les Champs Magnétiques.\n\nhttps://themagneticfields.bandcamp.com/album/holiday\n\nhttps://www.houseoftomorrow.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}