Information about plays

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

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

{
    "id": 1363857,
    "uri": "https://api.kexp.org/v2/plays/1363857/?format=api",
    "airdate": "2008-04-18T21:21:32-07:00",
    "show": 23813,
    "show_uri": "https://api.kexp.org/v2/shows/23813/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JDQF9F5ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JDQF9F5ML._SL75_.jpg",
    "song": "Golden Years",
    "track_id": null,
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Best of Bowie",
    "release_id": "91fb7b66-7190-48f6-bf6e-d58580fa4ae3",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "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"
}