Information about plays

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

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

{
    "id": 351328,
    "uri": "https://api.kexp.org/v2/plays/351328/?format=api",
    "airdate": "2019-07-07T13:43:29-07:00",
    "show": 5854,
    "show_uri": "https://api.kexp.org/v2/shows/5854/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dreams",
    "track_id": "4f334eba-315e-4dda-8c43-b45434dd6c8a",
    "recording_id": null,
    "artist": "Danny Newcomb & The Sugarmakers",
    "artist_ids": [
        "89b66c54-1bd5-4f05-ae67-c82a9f5256a2"
    ],
    "album": "Steal The World",
    "release_id": "c0322847-d3d7-4bc5-9edb-bcec13f7f686",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-03-15",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}