Information about plays

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

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

{
    "id": 352447,
    "uri": "https://api.kexp.org/v2/plays/352447/?format=api",
    "airdate": "2019-07-10T05:25:36-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "http://coverartarchive.org/release/3e5f57ec-46d3-4a8e-bc30-58ddc6a5d19b/18227481727-250.jpg",
    "thumbnail_uri": "",
    "song": "Little Thing Gone Wild",
    "track_id": "af113503-2b88-4de8-8ecc-f53b8863a55b",
    "recording_id": null,
    "artist": "Black Rebel Motorcycle Club",
    "artist_ids": [
        "32b90c92-9978-4a07-90eb-caa4b22f4907"
    ],
    "album": "Wrong Creatures",
    "release_id": "3e5f57ec-46d3-4a8e-bc30-58ddc6a5d19b",
    "release_group_id": null,
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2018-01-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live on KEXP https://www.youtube.com/watch?v=GWZ5piWRQ14",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}