Information about plays

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

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

{
    "id": 1177737,
    "uri": "https://api.kexp.org/v2/plays/1177737/?format=api",
    "airdate": "2006-12-28T00:56:00-08:00",
    "show": 20651,
    "show_uri": "https://api.kexp.org/v2/shows/20651/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51J4EAJ7S4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51J4EAJ7S4L._SL75_.jpg",
    "song": "Devoured in Peace",
    "track_id": "e796da5d-fa60-4181-8898-a451e73129e3",
    "recording_id": null,
    "artist": "The Cloud Room",
    "artist_ids": [
        "ff1f5b54-1db1-4f01-9344-313336a70a9b"
    ],
    "album": "The Cloud Room",
    "release_id": "8f5103f6-7617-4c4b-b57f-2a1368dd931c",
    "release_group_id": null,
    "labels": [
        "Gigantic Music"
    ],
    "label_ids": [
        "ae168656-8b44-4cda-ad71-e6b3743148ef"
    ],
    "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"
}