Information about plays

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

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

{
    "id": 376981,
    "uri": "https://api.kexp.org/v2/plays/376981/?format=api",
    "airdate": "2019-09-05T11:04:18-07:00",
    "show": 6273,
    "show_uri": "https://api.kexp.org/v2/shows/6273/?format=api",
    "image_uri": "http://coverartarchive.org/release/8c87718d-57f8-4382-ac20-77cc56d5bacf/23575574434-250.jpg",
    "thumbnail_uri": "",
    "song": "Hey, Ma",
    "track_id": "b15438e5-5973-48e9-b8b6-5350eb879b31",
    "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": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bon Iver is playing tomorrow night, Friday, September 6th, at the Gorge Amphitheatre with Sharon Van Etten. https://bit.ly/2klJCOL",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}