Information about plays

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

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

{
    "id": 1341819,
    "uri": "https://api.kexp.org/v2/plays/1341819/?format=api",
    "airdate": "2008-02-22T04:46:49-08:00",
    "show": 23440,
    "show_uri": "https://api.kexp.org/v2/shows/23440/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Bsp654t4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Bsp654t4L._SL75_.jpg",
    "song": "Pink & Sour",
    "track_id": "e30ada33-f9e5-4942-ab32-96d3b7c7be97",
    "recording_id": null,
    "artist": "Califone",
    "artist_ids": [
        "68025033-de1b-42f5-8a21-bedfb8895dda"
    ],
    "album": "Roots & Crowns",
    "release_id": "def9fbe3-e9f5-4614-ba31-2970657e9d53",
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "2006-10-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}