Information about plays

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

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

{
    "id": 351616,
    "uri": "https://api.kexp.org/v2/plays/351616/?format=api",
    "airdate": "2019-07-08T07:46:07-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "http://coverartarchive.org/release/2e2b089b-5566-49fa-bb3a-3579b08bb7ea/22937941235-250.jpg",
    "thumbnail_uri": "",
    "song": "Alligator",
    "track_id": "ec25e648-e1a8-47c2-bbeb-583a805a8228",
    "recording_id": null,
    "artist": "Of Monsters and Men",
    "artist_ids": [
        "9e103f85-7af7-41d7-b83b-49ba8f0c5abf"
    ],
    "album": "Alligator",
    "release_id": "2e2b089b-5566-49fa-bb3a-3579b08bb7ea",
    "release_group_id": null,
    "labels": [
        "Republic Records"
    ],
    "label_ids": [
        "e0ecd909-0477-485f-80dc-3c27ea4837ca"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "No, you're not \"fever dreaming.\"  They will actually be at the WaMu Theater on Thursday, September 26th, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}