Information about plays

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

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

{
    "id": 1257746,
    "uri": "https://api.kexp.org/v2/plays/1257746/?format=api",
    "airdate": "2007-07-22T14:10:08-07:00",
    "show": 22026,
    "show_uri": "https://api.kexp.org/v2/shows/22026/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/610K7htqNbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/610K7htqNbL._SL75_.jpg",
    "song": "Grown",
    "track_id": null,
    "recording_id": null,
    "artist": "Awesome Color",
    "artist_ids": [
        "b7b6029b-f417-4ab9-b5fc-a641043f1198"
    ],
    "album": "Awesome Color",
    "release_id": "a4f980a4-6771-42bc-a4d1-5b6fbb902870",
    "release_group_id": null,
    "labels": [
        "Ecstatic Peace"
    ],
    "label_ids": [
        "51d7b1e0-261e-4070-a30f-ad7bb803d26e"
    ],
    "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"
}