Information about plays

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

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

{
    "id": 1356663,
    "uri": "https://api.kexp.org/v2/plays/1356663/?format=api",
    "airdate": "2008-03-31T22:12:49-07:00",
    "show": 23695,
    "show_uri": "https://api.kexp.org/v2/shows/23695/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61NNvI4iT6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61NNvI4iT6L._SL75_.jpg",
    "song": "Vagabonds",
    "track_id": "1c8e7364-6adf-407b-889c-e115e1a09f35",
    "recording_id": null,
    "artist": "Gary Louris",
    "artist_ids": [
        "dd3e4c5c-b2fa-4614-9351-28362e31d015"
    ],
    "album": "Vagabonds",
    "release_id": "29e1adee-eb33-4668-b995-42a8c2161202",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "2008-02-19",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}