Information about plays

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

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

{
    "id": 354059,
    "uri": "https://api.kexp.org/v2/plays/354059/?format=api",
    "airdate": "2019-07-13T23:34:00-07:00",
    "show": 5901,
    "show_uri": "https://api.kexp.org/v2/shows/5901/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "breaking Wheel",
    "track_id": null,
    "recording_id": null,
    "artist": "Bad Breeding",
    "artist_ids": [
        "d66e36e8-9b9b-46c1-aaf0-8217c1ce848a"
    ],
    "album": "Exiled",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Iron Lung Records"
    ],
    "label_ids": [],
    "release_date": "2019-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "UK: https://badbreeding.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}