Information about plays

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

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

{
    "id": 370809,
    "uri": "https://api.kexp.org/v2/plays/370809/?format=api",
    "airdate": "2019-08-22T11:28:19-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "http://coverartarchive.org/release/db1e22a4-119b-4121-8b3b-b1794e2cd6bc/16267245708-250.jpg",
    "thumbnail_uri": "",
    "song": "Monkeys",
    "track_id": "5a1bda4a-f105-3dd0-8318-eeb37bc1c1f6",
    "recording_id": null,
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Crocodiles",
    "release_id": "db1e22a4-119b-4121-8b3b-b1794e2cd6bc",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2004-01-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joe Tangari from Pitchfork said \"So what kind of drugs do you think it was? I only ask because it seems fairly obvious that Echo & The Bunnymen were a band christened during a period of impaired judgment.... 'No, seriously, they're really quite good once you get past the name.'\" https://bit.ly/2ZhTWp5",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}