Information about plays

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

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

{
    "id": 355140,
    "uri": "https://api.kexp.org/v2/plays/355140/?format=api",
    "airdate": "2019-07-16T15:39:39-07:00",
    "show": 5921,
    "show_uri": "https://api.kexp.org/v2/shows/5921/?format=api",
    "image_uri": "http://coverartarchive.org/release/e8e97ec9-e517-4002-980e-d9e2848906fe/22550991190-250.jpg",
    "thumbnail_uri": "",
    "song": "Great Concerns",
    "track_id": "33f412f2-d706-4df5-a61c-f1cfe362135e",
    "recording_id": null,
    "artist": "Lust for Youth",
    "artist_ids": [
        "887d9ae7-583c-424e-bd29-a4f63b04f9f5"
    ],
    "album": "Lust for Youth",
    "release_id": "e8e97ec9-e517-4002-980e-d9e2848906fe",
    "release_group_id": null,
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2019-06-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Copenhagen outfit play Chop Suey on Oct. 29th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}