Information about plays

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

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

{
    "id": 376533,
    "uri": "https://api.kexp.org/v2/plays/376533/?format=api",
    "airdate": "2019-09-04T13:08:00-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Streets of Philadelphia",
    "track_id": "46216bcd-75bb-4b67-b9c2-b24df445774e",
    "recording_id": null,
    "artist": "Lea Porcelain",
    "artist_ids": [
        "5b83ee82-56ce-4302-b61b-724a10bedc52"
    ],
    "album": "Streets of Philadelphia",
    "release_id": "95976ebd-1153-4024-aedc-c5662806807d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-03-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lea Porcelain covering Bruce Springsteen's \"Streets of Philadelphia\". The London-via-Berlin duo recorded the track as a Christmas gift for their family. \"We remembered that for some reason we would always blast this song through our stereo at home and it was kind of a homecoming song during our recording period. One day before we drove down to the family for Christmas, we spent a night covering this song and in various versions, this is the version that we came up with that sounds fully like us and we would give this song to everyone of our family and friends to listen to and to thank them for their support, their understanding and their love.” https://bit.ly/2k0e4xw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}