Information about plays

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

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

{
    "id": 501030,
    "uri": "https://api.kexp.org/v2/plays/501030/?format=api",
    "airdate": "2001-12-27T15:50:00-08:00",
    "show": 8603,
    "show_uri": "https://api.kexp.org/v2/shows/8603/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51IwHqqtboL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51IwHqqtboL._SL75_.jpg",
    "song": "Imitation of Love",
    "track_id": "329d7376-dfc1-4250-b900-50b33e6a6706",
    "recording_id": null,
    "artist": "Dr. John",
    "artist_ids": [
        "fe0e1895-aa84-47d9-8e5b-7930fc20709b"
    ],
    "album": "Creole Moon",
    "release_id": "90c68739-a41a-4a47-9324-8bb9587acd85",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2001-10-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}