Information about plays

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

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

{
    "id": 3421848,
    "uri": "https://api.kexp.org/v2/plays/3421848/?format=api",
    "airdate": "2024-11-05T21:06:09-08:00",
    "show": 61774,
    "show_uri": "https://api.kexp.org/v2/shows/61774/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pata Pata",
    "track_id": null,
    "recording_id": "be8542dc-5651-48e3-9ffe-7dca14ba5759",
    "artist": "Miriam Makeba",
    "artist_ids": [
        "bc5c2918-4aba-4ef6-a245-100563a4487f"
    ],
    "album": "The Very Best of World Divas",
    "release_id": null,
    "release_group_id": "e649c85d-49ce-4f6b-874b-0e372d184637",
    "labels": [
        "Nascente"
    ],
    "label_ids": [
        "9b31f0e9-85eb-4c1c-a5a4-f9c1f552d3bb"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fun Fact: Miriam Makeba played Bumbershoot 1988!\n---\n\"Pata Pata\" means \"touch touch\" in the Xhosa language, in which the song was originally written and sung. \"Pata Pata\" was also the name of a style of dance that was popular in Johannesburg.\n---\nCheck out this biography detailing the life and legacy of the South African singer and activist Miriam Makeba here, enjoy:\nhttps://www.sahistory.org.za/people/miriam-makeba",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}