Information about plays

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

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

{
    "id": 375961,
    "uri": "https://api.kexp.org/v2/plays/375961/?format=api",
    "airdate": "2019-09-03T10:21:11-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "http://coverartarchive.org/release/f2dd4d75-adcd-4347-93f3-4ea35f2b3b35/10158067235-250.jpg",
    "thumbnail_uri": "",
    "song": "Age of Consent",
    "track_id": "7f9740fd-dd8f-36ff-952c-5466538db856",
    "recording_id": null,
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Power, Corruption & Lies",
    "release_id": "f2dd4d75-adcd-4347-93f3-4ea35f2b3b35",
    "release_group_id": null,
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Thanks, Cole, for this request for your mother's favorite song, especially since she's \"listening to the radio in the other room.\"  Just for your mother, here's New Order performing the song live at the BBC Studios in 1984: https://www.youtube.com/watch?v=0VcGJZpfl1c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}