Information about plays

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

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

{
    "id": 1275631,
    "uri": "https://api.kexp.org/v2/plays/1275631/?format=api",
    "airdate": "2007-09-05T15:36:36-07:00",
    "show": 22327,
    "show_uri": "https://api.kexp.org/v2/shows/22327/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BFZD9CKZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BFZD9CKZL._SL75_.jpg",
    "song": "Divine Intervention",
    "track_id": null,
    "recording_id": null,
    "artist": "Matthew Sweet",
    "artist_ids": [
        "3fbcd2d3-3d78-470f-9e47-8f4d66da2474"
    ],
    "album": "Girlfriend",
    "release_id": "480b5948-d91e-4c4a-bc7b-c42f16f86696",
    "release_group_id": null,
    "labels": [
        "Zoo Entertainment"
    ],
    "label_ids": [
        "9efb4191-76ed-4a41-8889-8573cc106375"
    ],
    "release_date": "1991-10-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}