Information about plays

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

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

{
    "id": 1385988,
    "uri": "https://api.kexp.org/v2/plays/1385988/?format=api",
    "airdate": "2008-06-15T17:00:13-07:00",
    "show": 24196,
    "show_uri": "https://api.kexp.org/v2/shows/24196/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/618MCbWurML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/618MCbWurML._SL75_.jpg",
    "song": "Crimewave (Crystal Castles vs. Health)",
    "track_id": null,
    "recording_id": null,
    "artist": "HEALTH",
    "artist_ids": [
        "6805e4d5-f550-40fe-b731-05dc8229e74b"
    ],
    "album": "Health//Disco",
    "release_id": "0ba65fea-00a4-4f61-acc7-8140edad8b96",
    "release_group_id": null,
    "labels": [
        "Lovepump United"
    ],
    "label_ids": [
        "280cfa2e-04e5-4f01-ae3c-9ab5e7ea9b73"
    ],
    "release_date": "2008-05-27",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}