Information about plays

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

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

{
    "id": 348987,
    "uri": "https://api.kexp.org/v2/plays/348987/?format=api",
    "airdate": "2019-07-02T09:42:05-07:00",
    "show": 5816,
    "show_uri": "https://api.kexp.org/v2/shows/5816/?format=api",
    "image_uri": "http://coverartarchive.org/release/311fcb7a-40c4-455e-bc60-61011caf9e08/23125615532-250.jpg",
    "thumbnail_uri": "",
    "song": "Anytime",
    "track_id": "b6fc3453-bb6f-4783-99c6-c49d2a4bb48d",
    "recording_id": null,
    "artist": "Mavis Staples",
    "artist_ids": [
        "04f57a2d-2449-400e-8fff-5b1c5af9560b"
    ],
    "album": "We Get By",
    "release_id": "311fcb7a-40c4-455e-bc60-61011caf9e08",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Legendary singer Mavis Staples will be playing King County's CHOMP! Festival (for free!) at Marymoor Park on Saturday, August 17th, 2019: https://www.kingcounty.gov/depts/dnrp/newsroom/newsreleases/2019/June/07-CHOMP-preview.aspx",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}