Information about plays

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

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

{
    "id": 3570864,
    "uri": "https://api.kexp.org/v2/plays/3570864/?format=api",
    "airdate": "2025-10-28T03:46:34-07:00",
    "show": 64954,
    "show_uri": "https://api.kexp.org/v2/shows/64954/?format=api",
    "image_uri": "https://ia801005.us.archive.org/7/items/mbid-46eaa222-1099-44c7-80bc-ca251483ce1e/mbid-46eaa222-1099-44c7-80bc-ca251483ce1e-43366961960_thumb500.jpg",
    "thumbnail_uri": "https://ia801005.us.archive.org/7/items/mbid-46eaa222-1099-44c7-80bc-ca251483ce1e/mbid-46eaa222-1099-44c7-80bc-ca251483ce1e-43366961960_thumb250.jpg",
    "song": "Cumulus / Memory",
    "track_id": "6a28951b-e0c1-4581-bc9a-6b0844d817bc",
    "recording_id": "ddab5863-6212-4e30-b782-e6f86201389e",
    "artist": "Sampha",
    "artist_ids": [
        "130c2184-14f2-4180-a216-04b5a333be57"
    ],
    "album": "Cumulus / Memory",
    "release_id": "46eaa222-1099-44c7-80bc-ca251483ce1e",
    "release_group_id": "22151f20-2ee7-4fd8-9fb7-c234b63bbe77",
    "labels": [
        "Young"
    ],
    "label_ids": [
        "78cd137b-d2d4-4259-bf25-351d15e7de25"
    ],
    "release_date": "2025-10-23",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An outtake from Sampha's 2023 album Lahai, written by The xx’s Romy.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}