Information about plays

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

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

{
    "id": 356836,
    "uri": "https://api.kexp.org/v2/plays/356836/?format=api",
    "airdate": "2019-07-20T10:59:00-07:00",
    "show": 5945,
    "show_uri": "https://api.kexp.org/v2/shows/5945/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Natty Rebel",
    "track_id": "c7c43534-e540-4dd3-aeca-5c5bd56bb968",
    "recording_id": null,
    "artist": "U-Roy",
    "artist_ids": [
        "c40fa847-7501-4eee-9a20-12d5d1c5c0db"
    ],
    "album": "Natty Rebel",
    "release_id": "5f334c4a-371d-459e-a91e-714bc623f0ed",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [],
    "release_date": "1976-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "U-Roy was a true reggae pioneer, dubbed The Originator for good reason. Bursting onto the Jamaican scene in the early 1970s, he pioneered the vocal approach called “toasting,” which in addition to bringing Jamaican music into a new era, was also heavily influential on an American vocal style also in its infancy: rapping.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}