Information about plays

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

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

{
    "id": 1316450,
    "uri": "https://api.kexp.org/v2/plays/1316450/?format=api",
    "airdate": "2007-12-20T11:56:50-08:00",
    "show": 23020,
    "show_uri": "https://api.kexp.org/v2/shows/23020/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51M5IV707GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51M5IV707GL._SL75_.jpg",
    "song": "Crystal Ball",
    "track_id": "129671dc-2bd1-4b54-b68f-ac28a0dd9218",
    "recording_id": null,
    "artist": "Keane",
    "artist_ids": [
        "c7020c6d-cae9-4db3-92a7-e5c561cbad50"
    ],
    "album": "Under the Iron Sea",
    "release_id": "e5e0d51b-cd42-40a7-b88d-5280642069da",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "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"
}