Information about plays

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

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

{
    "id": 415374,
    "uri": "https://api.kexp.org/v2/plays/415374/?format=api",
    "airdate": "2001-04-16T15:37:30-07:00",
    "show": 6931,
    "show_uri": "https://api.kexp.org/v2/shows/6931/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21YE1PPQGGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21YE1PPQGGL._SL75_.jpg",
    "song": "Terrified of Flight",
    "track_id": null,
    "recording_id": null,
    "artist": "764-HERO",
    "artist_ids": [
        "c8c21975-7d9e-4eb9-802f-ded3d7493fbf"
    ],
    "album": "Weekends of Sound",
    "release_id": "f8e2bc25-e61e-4044-afcb-94bcd4625a7f",
    "release_group_id": null,
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "2000-07-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}