Information about plays

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

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

{
    "id": 372502,
    "uri": "https://api.kexp.org/v2/plays/372502/?format=api",
    "airdate": "2019-08-26T09:23:46-07:00",
    "show": 6206,
    "show_uri": "https://api.kexp.org/v2/shows/6206/?format=api",
    "image_uri": "http://coverartarchive.org/release/0644af17-471f-3736-830c-888b3205c009/4135620147-250.jpg",
    "thumbnail_uri": "",
    "song": "Personal Jesus",
    "track_id": "0d0aacb1-f7b6-3d47-aadc-3326fb3f5268",
    "recording_id": null,
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Violator",
    "release_id": "0644af17-471f-3736-830c-888b3205c009",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to songwriter Martin Gore: \"It's a song about being a Jesus for somebody else, someone to give you hope and care. It's about how Elvis Presley was her man and her mentor and how often that happens in love relationships; how everybody's heart is like a god in some way, and that's not a very balanced view of someone, is it?\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}