Information about plays

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

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

{
    "id": 460888,
    "uri": "https://api.kexp.org/v2/plays/460888/?format=api",
    "airdate": "2001-08-29T19:28:00-07:00",
    "show": 7821,
    "show_uri": "https://api.kexp.org/v2/shows/7821/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FEHGKG5ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FEHGKG5ML._SL75_.jpg",
    "song": "The Christian Life",
    "track_id": "d96a7924-5895-4079-8447-f2a9e3cc26dd",
    "recording_id": null,
    "artist": "The Byrds",
    "artist_ids": [
        "2819834e-4e08-47b0-a2c4-b7672318e8f0"
    ],
    "album": "The Byrds (disc 2: Cruising Altitude)",
    "release_id": "11d247b4-e669-4495-ab9e-10e83ceba787",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "1990-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}