Information about plays

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

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

{
    "id": 415243,
    "uri": "https://api.kexp.org/v2/plays/415243/?format=api",
    "airdate": "2001-04-16T09:03:20-07:00",
    "show": 6928,
    "show_uri": "https://api.kexp.org/v2/shows/6928/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41wiB96aMwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41wiB96aMwL._SL75_.jpg",
    "song": "Would You Say Stop?",
    "track_id": "14cdb4c2-dbc3-40b1-82ca-df87f1fd04f4",
    "recording_id": null,
    "artist": "Acid House Kings",
    "artist_ids": [
        "c3ee2b9c-d315-41c3-b55a-3c1c2b29addf"
    ],
    "album": "Music Sounds Better With You",
    "release_id": "c276d2e6-f6ed-4294-9447-1519356867e0",
    "release_group_id": null,
    "labels": [
        "Labrador"
    ],
    "label_ids": [
        "9c4f19be-ce66-44a6-8a19-9202c17361b5"
    ],
    "release_date": "2011-03-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}