Information about plays

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

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

{
    "id": 465506,
    "uri": "https://api.kexp.org/v2/plays/465506/?format=api",
    "airdate": "2001-09-12T15:56:28-07:00",
    "show": 7913,
    "show_uri": "https://api.kexp.org/v2/shows/7913/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BBN1EAYVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BBN1EAYVL._SL75_.jpg",
    "song": "Where the Green Grass Grows",
    "track_id": "e7540b48-08f9-49ec-b3b0-338f1f6afd7c",
    "recording_id": null,
    "artist": "Eric Bibb & Needed Time",
    "artist_ids": [
        "028706f8-fbd2-4567-ad2b-49fa1d884ae2"
    ],
    "album": "Good Stuff",
    "release_id": "244d92bf-f33c-4e65-8fa1-3dba87a49a4c",
    "release_group_id": null,
    "labels": [
        "Earthbeat"
    ],
    "label_ids": [],
    "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"
}