Information about plays

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

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

{
    "id": 1393231,
    "uri": "https://api.kexp.org/v2/plays/1393231/?format=api",
    "airdate": "2008-07-03T19:35:53-07:00",
    "show": 24314,
    "show_uri": "https://api.kexp.org/v2/shows/24314/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4103NZ42RWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4103NZ42RWL._SL75_.jpg",
    "song": "Signs",
    "track_id": "961708a8-78ea-43d8-b714-e0ef2c702d89",
    "recording_id": null,
    "artist": "The Avett Brothers",
    "artist_ids": [
        "0a176d0a-ef46-4e7f-b018-9f4d65614668"
    ],
    "album": "Mignonette",
    "release_id": "a573d1b4-528b-479f-bdc7-47fbaecaa55a",
    "release_group_id": null,
    "labels": [
        "Ramseur Records"
    ],
    "label_ids": [
        "71d01e4c-36e8-4679-aeac-bf044618cca0"
    ],
    "release_date": "2004-07-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}