Information about plays

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

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

{
    "id": 414550,
    "uri": "https://api.kexp.org/v2/plays/414550/?format=api",
    "airdate": "2001-04-09T10:00:00-07:00",
    "show": 6912,
    "show_uri": "https://api.kexp.org/v2/shows/6912/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417XG11ZHRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417XG11ZHRL._SL75_.jpg",
    "song": "Dear Diary",
    "track_id": null,
    "recording_id": null,
    "artist": "Luna",
    "artist_ids": [
        "dda04604-b50a-4bd1-8780-77564c659dc0"
    ],
    "album": "The Days of Our Nights",
    "release_id": "7d428035-d036-4796-acb8-069cfe74b03a",
    "release_group_id": null,
    "labels": [
        "Jericho"
    ],
    "label_ids": [
        "e8a7dfea-6ee3-4ea4-bf50-b51fe6cba81c"
    ],
    "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"
}