Information about plays

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

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

{
    "id": 350086,
    "uri": "https://api.kexp.org/v2/plays/350086/?format=api",
    "airdate": "2019-07-04T15:47:23-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/1846244b-2ce1-308c-af3e-c90a7061b91e/19290476352-250.jpg",
    "thumbnail_uri": "",
    "song": "Waving Flags",
    "track_id": "b8fd1bb4-2f9b-3724-9e45-7d0b90f2d123",
    "recording_id": null,
    "artist": "British Sea Power",
    "artist_ids": [
        "8830afec-83b3-4213-aad0-f6377f1d73ac"
    ],
    "album": "Do You Like Rock Music?",
    "release_id": "1846244b-2ce1-308c-af3e-c90a7061b91e",
    "release_group_id": null,
    "labels": [
        "Rough Trade America"
    ],
    "label_ids": [
        "df7754b9-fc08-4f71-a1c7-fd5ea330c051"
    ],
    "release_date": "2008-02-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}