Information about plays

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

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

{
    "id": 501419,
    "uri": "https://api.kexp.org/v2/plays/501419/?format=api",
    "airdate": "2001-12-28T18:28:00-08:00",
    "show": 8610,
    "show_uri": "https://api.kexp.org/v2/shows/8610/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/414Z9sZmBLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/414Z9sZmBLL._SL75_.jpg",
    "song": "Crazy Crazy Party",
    "track_id": null,
    "recording_id": null,
    "artist": "The Firebirds",
    "artist_ids": [
        "49a2aaca-7e03-4aa6-900a-a5718110475c"
    ],
    "album": "Come on, Let's Go",
    "release_id": "6e321a58-8afb-4b76-b677-46158653a32a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}