Information about plays

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

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

{
    "id": 347150,
    "uri": "https://api.kexp.org/v2/plays/347150/?format=api",
    "airdate": "2019-06-27T20:46:00-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Calvander",
    "track_id": "399ca821-8b2a-44b6-9d66-0eb1a1ec96dc",
    "recording_id": null,
    "artist": "Mount Moriah",
    "artist_ids": [
        "87d81079-fb07-4f4e-b4fe-0ddbc86ae61e"
    ],
    "album": "Calvander",
    "release_id": "b7db1869-09e7-4456-b53f-baf19f46470f",
    "release_group_id": null,
    "labels": [
        "Merge"
    ],
    "label_ids": [],
    "release_date": "2015-10-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}