Information about plays

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

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

{
    "id": 373908,
    "uri": "https://api.kexp.org/v2/plays/373908/?format=api",
    "airdate": "2019-08-29T08:39:00-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Breathe",
    "track_id": null,
    "recording_id": null,
    "artist": "Telepopmusik",
    "artist_ids": [],
    "album": "",
    "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": "From Tammy Victor's \"Tammy's Mix\" here on Mixtape Week | A lot of people were exposed to this French electronic band through a Mitsubishi commercial in 2003. If our memory serves us correct, this kicked off the whole \"car being driven through dark city streets with languid trance music playing\" commercials that still exists today",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}