Information about plays

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

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

{
    "id": 377976,
    "uri": "https://api.kexp.org/v2/plays/377976/?format=api",
    "airdate": "2019-09-07T14:22:58-07:00",
    "show": 6289,
    "show_uri": "https://api.kexp.org/v2/shows/6289/?format=api",
    "image_uri": "http://coverartarchive.org/release/003fd004-d079-4c95-9a34-db023b6d9640/24017001794-250.jpg",
    "thumbnail_uri": "",
    "song": "Violence",
    "track_id": "d98423b5-d8f5-4244-98bf-5edd129ce8a7",
    "recording_id": null,
    "artist": "Grimes & i_o",
    "artist_ids": [
        "7e5a2a59-6d9f-4a17-b7c2-e1eedb7bd222"
    ],
    "album": "Violence",
    "release_id": "003fd004-d079-4c95-9a34-db023b6d9640",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-09-05",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Violence\" is a long-awaited single from recently dropped album 'Violence'. Grimes  recent;y spoke to Zane Lowe about feeling like for the first time she sees herself as a singer. \"It actually feels really good to just sing. Because I've always just been so pushing that part of myself away because I've been like, ‘I'm a producer first.’ I think as a female, it's important to foreground the producer stuff,\" Grimes. https://bit.ly/2ko4ZPv.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}