Information about plays

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

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

{
    "id": 351363,
    "uri": "https://api.kexp.org/v2/plays/351363/?format=api",
    "airdate": "2019-07-07T15:43:10-07:00",
    "show": 5855,
    "show_uri": "https://api.kexp.org/v2/shows/5855/?format=api",
    "image_uri": "http://coverartarchive.org/release/2eebdb83-011b-4c9b-877d-53a2cf763ce7/21164714454-250.jpg",
    "thumbnail_uri": "",
    "song": "101",
    "track_id": "ebf46e52-daac-4ede-88fe-c2069b22fd2f",
    "recording_id": null,
    "artist": "NAVVI",
    "artist_ids": [
        "b2595e56-5e19-43e1-8e6a-3e27fc7f7476"
    ],
    "album": "Ultra",
    "release_id": "2eebdb83-011b-4c9b-877d-53a2cf763ce7",
    "release_group_id": null,
    "labels": [
        "Hush Hush"
    ],
    "label_ids": [
        "e16ca8cb-0b05-4457-82ea-dc89913c0c86"
    ],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing KEXP & Seattle Center's Concerts at the Mural on August 23rd with Helado Negro and ARCHIE. Check out the full-line up for these free, all-ages shows https://www.kexp.org/events/catm/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}