Information about plays

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

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

{
    "id": 370272,
    "uri": "https://api.kexp.org/v2/plays/370272/?format=api",
    "airdate": "2019-08-21T06:02:13-07:00",
    "show": 6171,
    "show_uri": "https://api.kexp.org/v2/shows/6171/?format=api",
    "image_uri": "http://coverartarchive.org/release/0466b981-0b33-43dc-b849-3d889eab7cf0/6894504980-250.jpg",
    "thumbnail_uri": "",
    "song": "Desire Lines",
    "track_id": "9104e61d-2d80-428c-a16f-3fef0542c893",
    "recording_id": null,
    "artist": "Deerhunter",
    "artist_ids": [
        "4f416ed7-dda2-45de-a6f1-b986e861cf4b"
    ],
    "album": "Halcyon Digest",
    "release_id": "0466b981-0b33-43dc-b849-3d889eab7cf0",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hey Wednesday, it's time for The Morning Show! <br> </br> According to frontman Bradford Cox, \"“I remember wanting to make ‘Desire Lines’ sound like nothing else that had ever come before, and that was such a stupid goal.” - https://bit.ly/2Z4cDl7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}