Information about plays

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

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

{
    "id": 1276960,
    "uri": "https://api.kexp.org/v2/plays/1276960/?format=api",
    "airdate": "2007-09-08T22:54:00-07:00",
    "show": 22348,
    "show_uri": "https://api.kexp.org/v2/shows/22348/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41nQdX-g4yL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41nQdX-g4yL._SL75_.jpg",
    "song": "Anti, Anti, Anti",
    "track_id": "4c1e0543-2292-45b7-924d-de41378f8fd8",
    "recording_id": null,
    "artist": "The Consumers",
    "artist_ids": [
        "80eb618f-8ee1-4566-8e44-e24db37653f0"
    ],
    "album": "All My Friends Are Dead",
    "release_id": "bed4255f-7716-445c-ace7-9057ff737194",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "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"
}