Information about plays

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

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

{
    "id": 1316099,
    "uri": "https://api.kexp.org/v2/plays/1316099/?format=api",
    "airdate": "2007-12-19T15:01:34-08:00",
    "show": 23015,
    "show_uri": "https://api.kexp.org/v2/shows/23015/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511QMPPPB1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511QMPPPB1L._SL75_.jpg",
    "song": "Don't Stop Till You Get Enough",
    "track_id": "2250aa9d-439e-4571-877c-851d2ff355d0",
    "recording_id": null,
    "artist": "Derrick Laro and Trinity",
    "artist_ids": [
        "54a31f8a-3c4a-4c70-9ffd-4f91bb60f73f"
    ],
    "album": "Hustle! - Reggae Disco Kingston London New York",
    "release_id": "164f1346-30ed-4fb8-8b70-33959d3b5f94",
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2002-07-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}