Information about plays

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

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

{
    "id": 1414419,
    "uri": "https://api.kexp.org/v2/plays/1414419/?format=api",
    "airdate": "2008-08-26T05:06:41-07:00",
    "show": 24672,
    "show_uri": "https://api.kexp.org/v2/shows/24672/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61wb9UEiaML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61wb9UEiaML._SL75_.jpg",
    "song": "Huancayo Orchestrelle",
    "track_id": "a7f2e474-7d74-4934-96b2-923c645e0f36",
    "recording_id": null,
    "artist": "Talkdemonic",
    "artist_ids": [
        "cffb263e-f6af-4127-b783-f4bbf28cad0c"
    ],
    "album": "Eyes at Half Mast",
    "release_id": "1b652d8e-b032-4f5d-8d6c-7ea9e6c03f4d",
    "release_group_id": null,
    "labels": [
        "Arena Rock"
    ],
    "label_ids": [
        "a17b6df2-ee3d-44de-b9ac-e6cb9c67951b"
    ],
    "release_date": "2008-09-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}