Information about plays

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

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

{
    "id": 3413973,
    "uri": "https://api.kexp.org/v2/plays/3413973/?format=api",
    "airdate": "2024-10-17T17:36:41-07:00",
    "show": 61601,
    "show_uri": "https://api.kexp.org/v2/shows/61601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mothership Connection (Star Child)",
    "track_id": "c22c05e7-0d38-30e7-ac1e-7b374a6bd102",
    "recording_id": "c3beb211-b0a7-4488-a9b0-43814535cc69",
    "artist": "Parliament",
    "artist_ids": [
        "d1947987-9614-49ae-bd36-8000e6b6f7d0"
    ],
    "album": "Mothership Connection",
    "release_id": "6f8468cf-f8a4-4c2b-bded-a66c5a83041c",
    "release_group_id": "cb69bfc6-a15c-34cd-b1af-76b6481bf09a",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "2003-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On their 1976 tour, P-Funk introduced The Mothership, a spacecraft that would descend to the stage while they performed this song. When the song ended, George Clinton would emerge as a different character: Dr. Funkenstein. It stayed in their stage shows until 1981.\n\nThe Mothership became a big part of P-Funk lore and a cultural milestone. A replica of the ship, which looks like a lander from one of the Apollo missions, is in the Smithsonian National Museum of African American History and Culture.\nhttps://www.songfacts.com/facts/parliament/mothership-connection-star-child",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}