Information about plays

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

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

{
    "id": 3571271,
    "uri": "https://api.kexp.org/v2/plays/3571271/?format=api",
    "airdate": "2025-10-29T03:41:49-07:00",
    "show": 64962,
    "show_uri": "https://api.kexp.org/v2/shows/64962/?format=api",
    "image_uri": "https://ia801305.us.archive.org/2/items/mbid-6a3ff7a3-886a-4324-807d-2b9d64552a02/mbid-6a3ff7a3-886a-4324-807d-2b9d64552a02-13664666451_thumb500.jpg",
    "thumbnail_uri": "https://ia801305.us.archive.org/2/items/mbid-6a3ff7a3-886a-4324-807d-2b9d64552a02/mbid-6a3ff7a3-886a-4324-807d-2b9d64552a02-13664666451_thumb250.jpg",
    "song": "Voodoo in My Blood",
    "track_id": "3a6682dc-d11b-40e2-84e2-4c3cec44c655",
    "recording_id": "b03bb2c6-9244-45a9-b7a0-601cb0d33f04",
    "artist": "Massive Attack feat. Young Fathers",
    "artist_ids": [
        "24aa5c20-a275-468a-93a9-b3d96b344b6c",
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Ritual Spirit",
    "release_id": "6a3ff7a3-886a-4324-807d-2b9d64552a02",
    "release_group_id": "ab94293e-1c6d-4c32-86a7-0da10d92f14b",
    "labels": [
        "Virgin EMI Records"
    ],
    "label_ids": [
        "512e8486-bfbe-4779-b029-c364209cbb9c"
    ],
    "release_date": "2016-01-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This EP, released in 2016, features trip hop artist Tricky for the first time since the release of Protection in 1994, and also features Scottish hip-hop group Young Fathers, London rapper Roots Manuva, and singer Azekel. (That's Young Fathers collaborating on this song). -- Watch out for the floating orb in the unsettling video for this song: https://www.youtube.com/watch?v=ElvLZMsYXlo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}