Information about plays

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

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

{
    "id": 349046,
    "uri": "https://api.kexp.org/v2/plays/349046/?format=api",
    "airdate": "2019-07-02T13:23:51-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "http://coverartarchive.org/release/7a669e75-78e0-4c7d-9c2f-92486d251fb4/21160298914-250.jpg",
    "thumbnail_uri": "",
    "song": "Sing to Me",
    "track_id": "83569d26-1bdd-4313-8f2a-c6419bb8aa26",
    "recording_id": null,
    "artist": "Cumulus",
    "artist_ids": [
        "766af644-9e17-4cf1-b20b-3185cdcff0a1"
    ],
    "album": "Comfort World",
    "release_id": "7a669e75-78e0-4c7d-9c2f-92486d251fb4",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Cumulus will be at the Doe Bay Fest, Thursday, August 8th through Sunday, August 11th, 2019.:  https://doebay.com/doe-bay-fest/schedule/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}