Information about plays

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

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

{
    "id": 351779,
    "uri": "https://api.kexp.org/v2/plays/351779/?format=api",
    "airdate": "2019-07-08T16:58:00-07:00",
    "show": 5862,
    "show_uri": "https://api.kexp.org/v2/shows/5862/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Echo Beach",
    "track_id": "1c86ef31-2c30-3d65-90f9-f85ef70d96be",
    "recording_id": null,
    "artist": "Martha and the Muffins",
    "artist_ids": [
        "d0a4fd70-d8ab-442e-8fb0-f5608936dce3"
    ],
    "album": "Echo Beach",
    "release_id": "328a9747-b0ec-464c-9714-df1490ce9c27",
    "release_group_id": null,
    "labels": [
        "Dindisc"
    ],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I love CanCon.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}