Information about plays

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

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

{
    "id": 3550914,
    "uri": "https://api.kexp.org/v2/plays/3550914/?format=api",
    "airdate": "2025-09-09T15:23:14-07:00",
    "show": 64518,
    "show_uri": "https://api.kexp.org/v2/shows/64518/?format=api",
    "image_uri": "https://coverartarchive.org/release/3992d95c-b869-4328-b17c-d4434778e3bc/38930673306-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3992d95c-b869-4328-b17c-d4434778e3bc/38930673306-250.jpg",
    "song": "Hi Babe",
    "track_id": null,
    "recording_id": "d5be4600-9c0a-4f96-a3d5-5dcd2c2e5abd",
    "artist": "Ngozi Family",
    "artist_ids": [
        "88cd7699-7130-4538-841b-32d92969dce6"
    ],
    "album": "Day Of Judgement",
    "release_id": null,
    "release_group_id": "59cb6331-1a86-4b15-9e60-1e126a1f8636",
    "labels": [
        "Now-Again Records"
    ],
    "label_ids": [
        "22bafcc1-3a4b-4fe9-b932-6125af3a297c"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Forming in 1975, Ngozi Family was one of the most prolific bands in Zambia at that time and rocketed to stardom in a period that is hailed as the golden age of Zambian music. The Ngozi Family music is also best remembered for his witty and poignant lyrics that reflected the life and times of Zambians.\n\nhttps://www.nts.live/artists/798-ngozi-family",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}