Information about plays

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

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

{
    "id": 2678360,
    "uri": "https://api.kexp.org/v2/plays/2678360/?format=api",
    "airdate": "2019-12-26T11:26:00-08:00",
    "show": 46227,
    "show_uri": "https://api.kexp.org/v2/shows/46227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lady",
    "track_id": null,
    "recording_id": null,
    "artist": "D'angelo",
    "artist_ids": [
        "1e84ef87-440c-4857-ad46-2bfab071b5cb"
    ],
    "album": "Brown Sugar",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "D'Angelo was born Michael Eugene Archer, in Richmond, Virginia, to a Pentecostal preacher father. He started playing the piano at the age of three. His debut album <i>Brown Sugar</i>, released in 1995, contains themes of love and romance. Watch the video here: https://www.youtube.com/watch?v=YBB8valskCQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}