Information about plays

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

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

{
    "id": 366279,
    "uri": "https://api.kexp.org/v2/plays/366279/?format=api",
    "airdate": "2019-08-12T06:38:56-07:00",
    "show": 6110,
    "show_uri": "https://api.kexp.org/v2/shows/6110/?format=api",
    "image_uri": "http://coverartarchive.org/release/bbb7a77b-cec6-4327-a457-491d0909da13/23786154701-250.jpg",
    "thumbnail_uri": "",
    "song": "U (Man Like)",
    "track_id": "2540ff1d-8c23-4e0b-8718-41291fe83e87",
    "recording_id": null,
    "artist": "Bon Iver",
    "artist_ids": [
        "437a0e49-c6ae-42f6-a6c1-84f25ed366bc"
    ],
    "album": "U (Man Like)",
    "release_id": "bbb7a77b-cec6-4327-a457-491d0909da13",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2019-06-03",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bon Iver will play the Gorge Amphitheatre on Friday September 6th with Sharon Van Etten! https://boniver.org/tour/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}