Information about plays

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

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

{
    "id": 370052,
    "uri": "https://api.kexp.org/v2/plays/370052/?format=api",
    "airdate": "2019-08-20T19:34:00-07:00",
    "show": 6168,
    "show_uri": "https://api.kexp.org/v2/shows/6168/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cahuita Is A Beautiful Place",
    "track_id": null,
    "recording_id": null,
    "artist": "Walter Gavitt Ferguson",
    "artist_ids": [],
    "album": "The Legendary Tape Recordings",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bongo Joe"
    ],
    "label_ids": [],
    "release_date": "2018-06-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cahuita, Costa Rica. \n99 year old Walter Gavitt Ferguson from Costa Rica is a humble soul and a living legend, a Calypsonian of mythical proportions. Rooted like an old tree on the caribbean shore, he has never left his hometown to look for fame, instead fame did come to look for him. They once even moved a recording studio to his house as he refused to go to the city. https://waltergavittferguson.bandcamp.com/track/cahuita-is-a-beautiful-place",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}