Information about plays

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

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

{
    "id": 3428709,
    "uri": "https://api.kexp.org/v2/plays/3428709/?format=api",
    "airdate": "2024-11-22T14:21:47-08:00",
    "show": 61916,
    "show_uri": "https://api.kexp.org/v2/shows/61916/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Garoto do Pife",
    "track_id": null,
    "recording_id": "7470b161-c094-4bab-bb6f-ddf584d909d6",
    "artist": "João do Pife",
    "artist_ids": [
        "90083ee8-2d3b-427a-a81e-d7189596fea7"
    ],
    "album": "Folclore Alagoano",
    "release_id": null,
    "release_group_id": "cab6290f-bce6-45f7-ab38-caeecb11e3f0",
    "labels": [
        "Tropicana"
    ],
    "label_ids": [
        "fa4bdf9a-cd02-4546-b778-56fe000cafb3"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Known as João do Pife, João Dos Santos is a master pife (bamboo flute) maker and player as well as an icon of Pernambuco-Brazilian culture.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}