Information about plays

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

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

{
    "id": 373987,
    "uri": "https://api.kexp.org/v2/plays/373987/?format=api",
    "airdate": "2019-08-29T13:39:36-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/a782c648-c08a-3558-bd7a-c85f0a970ec6/18805998616-250.jpg",
    "thumbnail_uri": "",
    "song": "Love Will Tear Us Apart",
    "track_id": "e4cec9b8-9679-388c-a322-a1751d98e1fe",
    "recording_id": null,
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Substance",
    "release_id": "a782c648-c08a-3558-bd7a-c85f0a970ec6",
    "release_group_id": null,
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1988-08-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Jeffry's \"City Daze\" mix. \"Originally made as an homage to dancing at the City Nightclub in Portland, OR, in the early 90s...  in particular, the goth/industrial dance floor upstairs.  For all the marginalized...\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}