Information about plays

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

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

{
    "id": 1342925,
    "uri": "https://api.kexp.org/v2/plays/1342925/?format=api",
    "airdate": "2008-02-25T14:02:20-08:00",
    "show": 23465,
    "show_uri": "https://api.kexp.org/v2/shows/23465/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XRA94XXXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XRA94XXXL._SL75_.jpg",
    "song": "We Care a Lot",
    "track_id": "cd2179a3-c250-4d99-a1af-b691cf1424b9",
    "recording_id": null,
    "artist": "Faith No More",
    "artist_ids": [
        "b15ebd71-a252-417d-9e1c-3e6863da68f8"
    ],
    "album": "Left of the Dial: Dispatches From the 80's Underground (disc 3)",
    "release_id": "d5d5f504-383b-4e12-8e94-f7db8aec16cb",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2004-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}