Information about plays

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

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

{
    "id": 454366,
    "uri": "https://api.kexp.org/v2/plays/454366/?format=api",
    "airdate": "2001-08-10T21:42:51-07:00",
    "show": 7688,
    "show_uri": "https://api.kexp.org/v2/shows/7688/?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": "Goin' Back",
    "track_id": "a6acef94-1949-4593-a2f3-550dc8a5392b",
    "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": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "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"
}