Information about plays

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

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

{
    "id": 416180,
    "uri": "https://api.kexp.org/v2/plays/416180/?format=api",
    "airdate": "2001-04-18T22:13:20-07:00",
    "show": 6945,
    "show_uri": "https://api.kexp.org/v2/shows/6945/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41UCjNOEU3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41UCjNOEU3L._SL75_.jpg",
    "song": "Double Drums",
    "track_id": "bee3297a-d5c6-4e8e-9e92-2e0696b8becb",
    "recording_id": null,
    "artist": "Peace Orchestra",
    "artist_ids": [
        "334cd452-8833-4da4-8f14-90136cb0492f"
    ],
    "album": "Peace Orchestra",
    "release_id": "82c24fe2-36e7-40c2-8ece-55d6bfedd1cd",
    "release_group_id": null,
    "labels": [
        "G Stone"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}