Information about plays

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

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

{
    "id": 459238,
    "uri": "https://api.kexp.org/v2/plays/459238/?format=api",
    "airdate": "2001-08-24T20:41:44-07:00",
    "show": 7784,
    "show_uri": "https://api.kexp.org/v2/shows/7784/?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": "Comin' On",
    "track_id": "a535febd-88c1-4961-833d-fd3aaad3e2e2",
    "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"
}