Information about plays

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

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

{
    "id": 3657446,
    "uri": "https://api.kexp.org/v2/plays/3657446/?format=api",
    "airdate": "2026-05-21T00:35:45-07:00",
    "show": 66771,
    "show_uri": "https://api.kexp.org/v2/shows/66771/?format=api",
    "image_uri": "https://dn711003.ca.archive.org/0/items/mbid-ad5fd2a3-3256-4881-900c-997364af628a/mbid-ad5fd2a3-3256-4881-900c-997364af628a-45133479919_thumb500.jpg",
    "thumbnail_uri": "https://dn711003.ca.archive.org/0/items/mbid-ad5fd2a3-3256-4881-900c-997364af628a/mbid-ad5fd2a3-3256-4881-900c-997364af628a-45133479919_thumb250.jpg",
    "song": "New Highs",
    "track_id": "bbece563-ee64-4a2a-9f98-11ed70df6005",
    "recording_id": "47cb32a8-a824-4550-88bd-0df180dbe41d",
    "artist": "Cerrone & Adi Oasis",
    "artist_ids": [
        "9ec90f51-2c4a-495b-b478-2dfc9c07f8bc",
        "b5841405-bc29-45b2-ac29-b66a923124af"
    ],
    "album": "New Highs",
    "release_id": "ad5fd2a3-3256-4881-900c-997364af628a",
    "release_group_id": "8bdf27da-ee3e-45e4-b3d5-abf1553927a1",
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2026-05-15",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}