Information about plays

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

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

{
    "id": 1380795,
    "uri": "https://api.kexp.org/v2/plays/1380795/?format=api",
    "airdate": "2008-06-01T00:36:00-07:00",
    "show": 24099,
    "show_uri": "https://api.kexp.org/v2/shows/24099/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51N0i1DwphL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51N0i1DwphL._SL75_.jpg",
    "song": "Almost Ready",
    "track_id": null,
    "recording_id": null,
    "artist": "Dinosaur Jr.",
    "artist_ids": [
        "77c167d2-4965-4421-830a-9815e4956475"
    ],
    "album": "Beyond",
    "release_id": "f5dcd9e6-c8e2-4d7f-8778-e6659328390a",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2007-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}