Information about plays

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

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

{
    "id": 414836,
    "uri": "https://api.kexp.org/v2/plays/414836/?format=api",
    "airdate": "2001-04-12T18: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/31LgDWYsgcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31LgDWYsgcL._SL75_.jpg",
    "song": "Midnight Ramble",
    "track_id": null,
    "recording_id": null,
    "artist": "Speedy West & Jimmy Bryant",
    "artist_ids": [
        "1f70a684-ed71-4cf0-8d79-269493a9c906"
    ],
    "album": "Stratosphere Boogie: The Flaming Guitars of Speedy West & Jimmy Bryant",
    "release_id": "25a50b85-ffe4-4bd8-aa87-db66a32f35f6",
    "release_group_id": null,
    "labels": [
        "Razor & Tie"
    ],
    "label_ids": [
        "4b54d76e-7bf0-4988-9a17-1d9e212bb5e4"
    ],
    "release_date": "1954-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}