Information about plays

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

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

{
    "id": 1177918,
    "uri": "https://api.kexp.org/v2/plays/1177918/?format=api",
    "airdate": "2006-12-28T13:24:46-08:00",
    "show": 20654,
    "show_uri": "https://api.kexp.org/v2/shows/20654/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515-ajxstyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515-ajxstyL._SL75_.jpg",
    "song": "Fearless",
    "track_id": "80ce2621-89ae-4f9f-beb7-0d38bca56b02",
    "recording_id": null,
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "Works",
    "release_id": "0304caae-7e73-4edd-b807-174735911ff5",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "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"
}