Information about plays

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

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

{
    "id": 1277951,
    "uri": "https://api.kexp.org/v2/plays/1277951/?format=api",
    "airdate": "2007-09-11T15:01:07-07:00",
    "show": 22367,
    "show_uri": "https://api.kexp.org/v2/shows/22367/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RJFBT9QCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RJFBT9QCL._SL75_.jpg",
    "song": "Supply and Demand",
    "track_id": "3201cdf5-52a2-4a6f-b23f-8e4b8d02f77d",
    "recording_id": null,
    "artist": "The Hives",
    "artist_ids": [
        "487bfd74-71bf-46dd-b89c-80b7a0f06f2f"
    ],
    "album": "Veni Vidi Vicious",
    "release_id": "c5288cfa-d773-42c6-a7cb-47cd3bfb41b5",
    "release_group_id": null,
    "labels": [
        "Burning Heart Records"
    ],
    "label_ids": [
        "cd84bba3-342f-4b3d-93cd-a2b2e79465fe"
    ],
    "release_date": "2000-04-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}