Information about plays

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

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

{
    "id": 1177555,
    "uri": "https://api.kexp.org/v2/plays/1177555/?format=api",
    "airdate": "2006-12-27T14:28:51-08:00",
    "show": 20649,
    "show_uri": "https://api.kexp.org/v2/shows/20649/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514Y7OuA9TL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514Y7OuA9TL._SL75_.jpg",
    "song": "The Littlest Birds",
    "track_id": "2b5d6ad0-6a13-4899-bfe1-6b123fce44da",
    "recording_id": null,
    "artist": "The Be Good Tanyas",
    "artist_ids": [
        "bf52f343-a752-4633-8521-9e99eaad8f9f"
    ],
    "album": "Blue Horse",
    "release_id": "1ff4ea24-a87a-4240-a76c-d6249f559db4",
    "release_group_id": null,
    "labels": [
        "Nettwerk America"
    ],
    "label_ids": [
        "284e302e-a5d5-48ae-8add-e047d3e0abba"
    ],
    "release_date": "2001-09-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}