Information about plays

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

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

{
    "id": 353375,
    "uri": "https://api.kexp.org/v2/plays/353375/?format=api",
    "airdate": "2019-07-12T07:12:53-07:00",
    "show": 5887,
    "show_uri": "https://api.kexp.org/v2/shows/5887/?format=api",
    "image_uri": "http://coverartarchive.org/release/65eec80c-8b0e-4d9c-8b01-c8a289650c2f/21969671092-250.jpg",
    "thumbnail_uri": "",
    "song": "Daddi",
    "track_id": "f659b8ce-81de-47b3-8b54-61631ce23236",
    "recording_id": null,
    "artist": "Cherry Glazerr",
    "artist_ids": [
        "64a0c404-58af-4083-8fc6-a6725ef02ecb"
    ],
    "album": "Stuffed & Ready",
    "release_id": "65eec80c-8b0e-4d9c-8b01-c8a289650c2f",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2019-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band did an amazing set with blow up, deflating fruit here at KEXP. Watch and learn. https://www.youtube.com/watch?v=p-zNwHUO3Sg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}