Information about plays

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

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

{
    "id": 352144,
    "uri": "https://api.kexp.org/v2/plays/352144/?format=api",
    "airdate": "2019-07-09T15:05:00-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "King Kunta",
    "track_id": "1218a913-7ad5-4ffc-996d-1fedcf4a9782",
    "recording_id": null,
    "artist": "Kendrick Lamar",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "To Pimp a Butterfly",
    "release_id": "d86cb2dd-39f5-4e51-a886-c165a63df493",
    "release_group_id": null,
    "labels": [
        "Top Dawg Entertainment"
    ],
    "label_ids": [],
    "release_date": "2015-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"King Kunta\" is a reference to the archetypal rebellious slave Kunta Kinte, the basis of the main character from the Alex Haley novel, Roots: The Saga of an American Family. The song also contains references to Chinua Achebe's novel Things Fall Apart.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}