Information about plays

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

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

{
    "id": 414852,
    "uri": "https://api.kexp.org/v2/plays/414852/?format=api",
    "airdate": "2001-04-12T19:00:00-07:00",
    "show": 6919,
    "show_uri": "https://api.kexp.org/v2/shows/6919/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31GKQdLI-TL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31GKQdLI-TL._SL75_.jpg",
    "song": "Teardrops Fell Like Raindrops",
    "track_id": "cc37b3fc-8fc6-47ec-88ed-a6d96afc5ff5",
    "recording_id": null,
    "artist": "The Johnson Mountain Boys",
    "artist_ids": [
        "4b592200-7799-4b27-95b8-d4b1996e35e0"
    ],
    "album": "Blue Diamond",
    "release_id": "abb2b1b0-1858-4734-902d-a109dfa88b52",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}