Information about plays

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

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

{
    "id": 373126,
    "uri": "https://api.kexp.org/v2/plays/373126/?format=api",
    "airdate": "2019-08-27T18:28:00-07:00",
    "show": 6215,
    "show_uri": "https://api.kexp.org/v2/shows/6215/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boasty",
    "track_id": null,
    "recording_id": null,
    "artist": "Wiley, Sean paul, Stefflon Don, Idris Elba",
    "artist_ids": [],
    "album": "Boasty",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wiley is a British MC, rapper and record producer from Bow, East London. He is regarded as a key figure in the creation of grime music and often labelled the \"Godfather of Grime\".Stefflon Don was born in Birmingham, England. She is of Jamaican descent. When she was five years old, her family moved to Rotterdam, Netherlands, (hence Don speaks fluent Dutch)but at the age of fourteen, she returned to Britain to study at a London school.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}