Information about plays

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

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

{
    "id": 377942,
    "uri": "https://api.kexp.org/v2/plays/377942/?format=api",
    "airdate": "2019-09-07T12:22:15-07:00",
    "show": 6289,
    "show_uri": "https://api.kexp.org/v2/shows/6289/?format=api",
    "image_uri": "http://coverartarchive.org/release/ca47729b-bf2a-4fee-8bf2-1823926d2d5f/5846183948-250.jpg",
    "thumbnail_uri": "",
    "song": "I Melt With You",
    "track_id": "60944648-16c2-3b71-acaa-e8d01378bd23",
    "recording_id": null,
    "artist": "Modern English",
    "artist_ids": [
        "78605d0c-7454-456d-934c-51eb46122566"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 9",
    "release_id": "ca47729b-bf2a-4fee-8bf2-1823926d2d5f",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Modern English will be in Seattle on August 6th at the Triple Door for their 2019 North America Tour. Check out what other cities they'll be in here: http://modernenglish.me/.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}