Information about plays

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

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

{
    "id": 378717,
    "uri": "https://api.kexp.org/v2/plays/378717/?format=api",
    "airdate": "2019-09-09T11:37:17-07:00",
    "show": 6305,
    "show_uri": "https://api.kexp.org/v2/shows/6305/?format=api",
    "image_uri": "http://coverartarchive.org/release/02f9f649-cd75-4ddf-9630-b8a70ce446e0/22615452521-250.jpg",
    "thumbnail_uri": "",
    "song": "Breaking Bread",
    "track_id": "eebc7584-6f70-4a3f-ac4c-cf41850dcd9f",
    "recording_id": null,
    "artist": "Matmos",
    "artist_ids": [
        "46e8a8ee-d2cd-4165-9725-02f72d0027a9"
    ],
    "album": "Plastic Anniversary",
    "release_id": "02f9f649-cd75-4ddf-9630-b8a70ce446e0",
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "2019-03-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Youtuber Anthony Fantano's aka The Needle Drop review on the album here: https://youtu.be/XrNB3eSiTmg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}