Information about plays

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

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

{
    "id": 349019,
    "uri": "https://api.kexp.org/v2/plays/349019/?format=api",
    "airdate": "2019-07-02T11:48:06-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "http://coverartarchive.org/release/3954d89f-842d-4eea-a093-98a8d5ed832e/22192055413-250.jpg",
    "thumbnail_uri": "",
    "song": "Rio Grande",
    "track_id": "1e55bad0-abd9-4679-9b1f-7314718b26d6",
    "recording_id": null,
    "artist": "Wand",
    "artist_ids": [
        "5dc7b78d-7777-4dd7-87e2-fbe9f42f7e42"
    ],
    "album": "Laughing Matter",
    "release_id": "3954d89f-842d-4eea-a093-98a8d5ed832e",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2019-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wand will play The Showbox (with Stereolab)  on Tuesday, October 15th, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}