Information about plays

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

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

{
    "id": 1312702,
    "uri": "https://api.kexp.org/v2/plays/1312702/?format=api",
    "airdate": "2007-12-11T00:10:00-08:00",
    "show": 22960,
    "show_uri": "https://api.kexp.org/v2/shows/22960/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51uQuZ8wPEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51uQuZ8wPEL._SL75_.jpg",
    "song": "A Wish in One Hand",
    "track_id": "b81280d6-29ea-454b-9537-b4a8288d8583",
    "recording_id": null,
    "artist": "Joe McPhee",
    "artist_ids": [
        "e8a6ad5b-bfe0-49cf-9de0-71dc78300300"
    ],
    "album": "As Serious as Your Life",
    "release_id": "730b56c9-f9c1-4851-bdf8-ae6036b578bb",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "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"
}