Information about plays

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

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

{
    "id": 1416822,
    "uri": "https://api.kexp.org/v2/plays/1416822/?format=api",
    "airdate": "2008-09-01T05:20:46-07:00",
    "show": 24712,
    "show_uri": "https://api.kexp.org/v2/shows/24712/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518XAD2NTBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518XAD2NTBL._SL75_.jpg",
    "song": "Jezebel",
    "track_id": "87749fc4-4aa4-4093-9095-956240d92ae7",
    "recording_id": null,
    "artist": "The Drones",
    "artist_ids": [
        "ea005ab4-6290-42d7-8980-c038a919d628"
    ],
    "album": "Gala Mill",
    "release_id": "26c8d3c3-9d0a-45a3-9d94-50a67b66fd9a",
    "release_group_id": null,
    "labels": [
        "Beat the World"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}