Information about plays

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

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

{
    "id": 351615,
    "uri": "https://api.kexp.org/v2/plays/351615/?format=api",
    "airdate": "2019-07-08T07:42:42-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "http://coverartarchive.org/release/2f1e71b1-8edf-4a5e-9d9d-9d4e98647daf/11735022667-250.jpg",
    "thumbnail_uri": "",
    "song": "Feed the Tree",
    "track_id": "33fc511d-ac4d-3a11-b225-4af7c01e49c8",
    "recording_id": null,
    "artist": "Belly",
    "artist_ids": [
        "c118bc97-11a7-41dc-a55e-48c3bcf22ac2"
    ],
    "album": "Star",
    "release_id": "2f1e71b1-8edf-4a5e-9d9d-9d4e98647daf",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "There are lots of trees (Surprise!) in the official video for this classic song:  https://www.youtube.com/watch?v=LTtdtURXKqc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}