Information about plays

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

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

{
    "id": 353107,
    "uri": "https://api.kexp.org/v2/plays/353107/?format=api",
    "airdate": "2019-07-11T16:28:56-07:00",
    "show": 5882,
    "show_uri": "https://api.kexp.org/v2/shows/5882/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jelmore",
    "track_id": "8fd5bac5-3f18-4899-8f55-2af6cdd3d4ef",
    "recording_id": null,
    "artist": "Bon Iver",
    "artist_ids": [
        "437a0e49-c6ae-42f6-a6c1-84f25ed366bc"
    ],
    "album": "i,i",
    "release_id": "8c87718d-57f8-4382-ac20-77cc56d5bacf",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2019-08-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bon iver's new album \"i,i\" is due out on August 30th. They will be performing at the Gorge Amphitheater on September 6th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}