Information about plays

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

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

{
    "id": 1356119,
    "uri": "https://api.kexp.org/v2/plays/1356119/?format=api",
    "airdate": "2008-03-30T12:19:48-07:00",
    "show": 23685,
    "show_uri": "https://api.kexp.org/v2/shows/23685/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51OzGuvn-LL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51OzGuvn-LL._SL75_.jpg",
    "song": "Everywhere You Turn",
    "track_id": null,
    "recording_id": null,
    "artist": "Longwave",
    "artist_ids": [
        "b476264b-dcdc-4cbf-bd40-9eddaf5a6942"
    ],
    "album": "The Strangest Things",
    "release_id": "8bb1f92f-845e-49ec-9d73-ddf2201b39e3",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "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"
}