Information about plays

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

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

{
    "id": 1414257,
    "uri": "https://api.kexp.org/v2/plays/1414257/?format=api",
    "airdate": "2008-08-25T20:45:56-07:00",
    "show": 24670,
    "show_uri": "https://api.kexp.org/v2/shows/24670/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61V6uiX2dPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61V6uiX2dPL._SL75_.jpg",
    "song": "Little Man",
    "track_id": "99279665-4d55-4b88-9df4-9b9e2523985f",
    "recording_id": null,
    "artist": "Lila Downs",
    "artist_ids": [
        "ad29ae1c-2eda-4071-9dc8-31910e7e546c"
    ],
    "album": "Shake Away",
    "release_id": "b21ab99f-6390-44f7-b10a-206e3aa367d7",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "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"
}