Information about plays

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

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

{
    "id": 1195630,
    "uri": "https://api.kexp.org/v2/plays/1195630/?format=api",
    "airdate": "2007-02-11T14:37:04-08:00",
    "show": 20959,
    "show_uri": "https://api.kexp.org/v2/shows/20959/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DEHDyN06L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DEHDyN06L._SL75_.jpg",
    "song": "Until the End",
    "track_id": "b294897d-ed6d-4987-a910-da03a7d5e221",
    "recording_id": null,
    "artist": "Norah Jones",
    "artist_ids": [
        "985c709c-7771-4de3-9024-7bda29ebe3f9"
    ],
    "album": "Not Too Late",
    "release_id": "280704d8-b54c-4668-b640-1c1c9469a4ed",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}