Information about plays

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

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

{
    "id": 3572193,
    "uri": "https://api.kexp.org/v2/plays/3572193/?format=api",
    "airdate": "2025-10-31T11:16:03-07:00",
    "show": 64983,
    "show_uri": "https://api.kexp.org/v2/shows/64983/?format=api",
    "image_uri": "https://ia600307.us.archive.org/20/items/mbid-4cec89be-51d3-44bf-a5b7-931a859ffdc6/mbid-4cec89be-51d3-44bf-a5b7-931a859ffdc6-13639543516_thumb500.jpg",
    "thumbnail_uri": "https://ia600307.us.archive.org/20/items/mbid-4cec89be-51d3-44bf-a5b7-931a859ffdc6/mbid-4cec89be-51d3-44bf-a5b7-931a859ffdc6-13639543516_thumb250.jpg",
    "song": "I Want Candy",
    "track_id": "366a4e3d-c505-346c-a0ea-9c6ff9d294a3",
    "recording_id": "7797abe9-df5c-4a97-8628-dd814e20b486",
    "artist": "Bow Wow Wow",
    "artist_ids": [
        "2a81f398-647b-4580-b24c-d78b3103a27b"
    ],
    "album": "DJ-Kicks: Annie",
    "release_id": "4cec89be-51d3-44bf-a5b7-931a859ffdc6",
    "release_group_id": "fca557d5-6ad9-3c15-9b17-453aa904aeb5",
    "labels": [
        "!K7"
    ],
    "label_ids": [
        "893364ff-1830-4694-833d-93751f14f984"
    ],
    "release_date": "2005-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The original version of \"I Want Candy\" was released by the Strangeloves in 1965. English group Bow Wow Wow released this rendition in 1982. Other well-known covers have been done by Aaron Carter (2000) and Melanie C (2007).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}