Information about plays

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

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

{
    "id": 3574677,
    "uri": "https://api.kexp.org/v2/plays/3574677/?format=api",
    "airdate": "2025-11-06T09:52:54-08:00",
    "show": 65036,
    "show_uri": "https://api.kexp.org/v2/shows/65036/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crazy for You",
    "track_id": "ae99d15f-e773-336b-af5a-c2a6a28d49a2",
    "recording_id": "e5ed5860-97ad-430f-baf5-7165ec1c1e48",
    "artist": "Madonna",
    "artist_ids": [
        "79239441-bfd5-4981-a70c-55c3f15c1287"
    ],
    "album": "Crazy for You",
    "release_id": "ad623499-435c-4644-a93b-e2ca038fa94d",
    "release_group_id": "b8c86dea-14f5-3dac-9d42-dc19597a272b",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1985-05-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From 1985! The song became Madonna's second number-one single on the U.S. Billboard Hot 100, and reached the top of the charts of Australia and Canada.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}