Information about plays

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

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

{
    "id": 3627523,
    "uri": "https://api.kexp.org/v2/plays/3627523/?format=api",
    "airdate": "2026-03-10T20:51:05-07:00",
    "show": 66147,
    "show_uri": "https://api.kexp.org/v2/shows/66147/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pata Pata",
    "track_id": "513d71c0-138a-34d2-a99e-5cacb1b8c787",
    "recording_id": "38989fb2-064e-49eb-be5d-3078db18dcbd",
    "artist": "Miriam Makeba",
    "artist_ids": [
        "bc5c2918-4aba-4ef6-a245-100563a4487f"
    ],
    "album": "The Best of the Early Years",
    "release_id": "36585f2a-2aa2-4971-b8bc-c46147d3cd04",
    "release_group_id": "68d9477d-292c-3dbf-9fe0-fa829c449910",
    "labels": [
        "Wrasse Records"
    ],
    "label_ids": [
        "3a33c6f4-b06e-4d23-8ebf-ba3d2c9edab3"
    ],
    "release_date": "2003-01-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch and listen to Miriam Makeba perform this classic live on The Ed Sullivan Show in 1967, the year of its U.S. release, 10 years after its original recording.\n\nhttps://tinyurl.com/ucx2tp43",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}