Information about plays

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

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

{
    "id": 3521889,
    "uri": "https://api.kexp.org/v2/plays/3521889/?format=api",
    "airdate": "2025-07-03T00:42:36-07:00",
    "show": 63903,
    "show_uri": "https://api.kexp.org/v2/shows/63903/?format=api",
    "image_uri": "https://ia902908.us.archive.org/6/items/mbid-ccaf53f9-57d0-44eb-91cf-9b899d0f57a6/mbid-ccaf53f9-57d0-44eb-91cf-9b899d0f57a6-41471769348_thumb500.jpg",
    "thumbnail_uri": "https://ia802908.us.archive.org/6/items/mbid-ccaf53f9-57d0-44eb-91cf-9b899d0f57a6/mbid-ccaf53f9-57d0-44eb-91cf-9b899d0f57a6-41471769348_thumb250.jpg",
    "song": "a FEW songs",
    "track_id": "7982b104-a7b5-41e6-820a-0855fd44ef9c",
    "recording_id": "bbc11b37-5d63-4ac0-b9ad-4ddea247b669",
    "artist": "Saba & No ID feat. Love Mansuy, Ogi & Smino",
    "artist_ids": [
        "1cd913a1-5641-4b2a-9624-a0417914e3e7",
        "e9095e39-db03-4158-aa5e-1e6d35f43d8b",
        "96800e05-9924-4321-859a-76e0d4750f2f",
        "af6c3d0d-e438-486c-bbd2-b2396e503216",
        "057d211a-fba8-42d7-ad14-41f41d6f762f"
    ],
    "album": "From the Private Collection of Saba and No ID",
    "release_id": "ccaf53f9-57d0-44eb-91cf-9b899d0f57a6",
    "release_group_id": "813a8daf-8ed5-447a-875e-635f42072ade",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-03-18",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}