Information about plays

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

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

{
    "id": 3560854,
    "uri": "https://api.kexp.org/v2/plays/3560854/?format=api",
    "airdate": "2025-10-03T13:02:27-07:00",
    "show": 64733,
    "show_uri": "https://api.kexp.org/v2/shows/64733/?format=api",
    "image_uri": "https://ia903207.us.archive.org/19/items/mbid-9353f811-70e9-3c32-ac8c-f9dd113c8a9f/mbid-9353f811-70e9-3c32-ac8c-f9dd113c8a9f-3810258865_thumb500.jpg",
    "thumbnail_uri": "https://ia803207.us.archive.org/19/items/mbid-9353f811-70e9-3c32-ac8c-f9dd113c8a9f/mbid-9353f811-70e9-3c32-ac8c-f9dd113c8a9f-3810258865_thumb250.jpg",
    "song": "Scarlet",
    "track_id": "82cbd8ca-bc88-3c9f-84e2-21b56b707930",
    "recording_id": "7ad24d30-e01c-4728-8088-2721c54c4fdd",
    "artist": "Lush",
    "artist_ids": [
        "697801d1-68b2-4413-a7e4-0ef507d21cc1"
    ],
    "album": "Gala",
    "release_id": "7c22043b-2926-4286-a194-58ab444ca26b",
    "release_group_id": "347e0971-6e5e-3d79-bf6e-d1ffbb2c6bb3",
    "labels": [
        "Reprise Records",
        "4AD"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59",
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1990-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Gala' was Lush's debut compilation album, comprising their earliest releases from 1989-1990 in reverse chronological order, plus two additional tracks (a cover version of ABBA’s ‘Hey Hey Helen’ and the extended Robin Guthrie mix of Scar track ‘Scarlet’).\n\nRead more about it, and the 35th anniversary of the album, here:\nhttps://4ad.com/news/1533",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}