Information about plays

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

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

{
    "id": 3560862,
    "uri": "https://api.kexp.org/v2/plays/3560862/?format=api",
    "airdate": "2025-10-03T13:32:01-07:00",
    "show": 64734,
    "show_uri": "https://api.kexp.org/v2/shows/64734/?format=api",
    "image_uri": "https://ia801902.us.archive.org/1/items/mbid-4b3b5c57-8665-45f7-8592-b8f2a251a2e8/mbid-4b3b5c57-8665-45f7-8592-b8f2a251a2e8-39257672818_thumb500.jpg",
    "thumbnail_uri": "https://ia601902.us.archive.org/1/items/mbid-4b3b5c57-8665-45f7-8592-b8f2a251a2e8/mbid-4b3b5c57-8665-45f7-8592-b8f2a251a2e8-39257672818_thumb250.jpg",
    "song": "Witness (1 Hope)",
    "track_id": "aeca5832-9b10-3227-a48f-7974b9616276",
    "recording_id": "6bae37cd-8f08-465b-8de2-bca0c05c66b2",
    "artist": "Roots Manuva",
    "artist_ids": [
        "4f6dd51e-bfd7-4153-ace7-9316d1757a57"
    ],
    "album": "Run Come Save Me",
    "release_id": "4b3b5c57-8665-45f7-8592-b8f2a251a2e8",
    "release_group_id": "caa65443-c87c-33b1-a6a9-e0510958acd4",
    "labels": [
        "Big Dada"
    ],
    "label_ids": [
        "1382bfb9-0880-4696-a8ae-1ce2d94ce097"
    ],
    "release_date": "2001-08-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "British rapper/producer Rodney Smith established himself as Roots Manuva in the late '90s and began releasing a series of highly regarded albums through Big Dada. Smith's work was firmly rooted in dub and ragga but also incorporated much of the trip-hop style often associated with Ninja Tune, the U.K. imprint that often distributed Big Dada releases.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}