Information about plays

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

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

{
    "id": 1313651,
    "uri": "https://api.kexp.org/v2/plays/1313651/?format=api",
    "airdate": "2007-12-13T08:47:17-08:00",
    "show": 22974,
    "show_uri": "https://api.kexp.org/v2/shows/22974/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51bO%2BzhBXdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51bO%2BzhBXdL._SL75_.jpg",
    "song": "Chinese Letter (Ulrich Schauss Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "The High Violets",
    "artist_ids": [
        "45576ad4-2c90-4a87-b82d-56cac95273aa"
    ],
    "album": "Satellite Remixes",
    "release_id": "feb7a024-490e-4366-bad8-1fcf1f9a0c43",
    "release_group_id": null,
    "labels": [
        "Reverb Records"
    ],
    "label_ids": [
        "7798cb5d-4af5-466f-b84f-12be43876696"
    ],
    "release_date": "2007-11-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}