Information about plays

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

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

{
    "id": 356547,
    "uri": "https://api.kexp.org/v2/plays/356547/?format=api",
    "airdate": "2019-07-19T17:23:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sorry for Laughing",
    "track_id": "8b88cc15-b88b-3d30-a1bd-e19ce1cb48c1",
    "recording_id": null,
    "artist": "Josef K",
    "artist_ids": [
        "ab5f1b53-dabe-444a-a8fe-116cde87f709"
    ],
    "album": "The Only Fun in Town",
    "release_id": "1a57919b-a1d1-45e7-b96b-a79f4f9a7fec",
    "release_group_id": null,
    "labels": [
        "Postcard Records"
    ],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Scottish post-punk band, active between 1979 and 1982, released singles on the Postcard Records label, and was named after the protagonist of Franz Kafka's novel The Trial. Although they released just one album while together and achieved only moderate success, they have since proved influential on many bands that followed.  https://bit.ly/2JQTyZ3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}