Information about plays

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

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

{
    "id": 1277936,
    "uri": "https://api.kexp.org/v2/plays/1277936/?format=api",
    "airdate": "2007-09-11T14:00:00-07:00",
    "show": 22367,
    "show_uri": "https://api.kexp.org/v2/shows/22367/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MprLgkGBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MprLgkGBL._SL75_.jpg",
    "song": "Trav'lin All Alone (Nickodemus & Zeb remix)",
    "track_id": "0875fb71-0436-49fd-ad42-399321ecdcbb",
    "recording_id": null,
    "artist": "Billie Holiday",
    "artist_ids": [
        "d59c4cda-11d9-48db-8bfe-b557ee602aed"
    ],
    "album": "Remixed & Reimagined",
    "release_id": "124bfd08-36ca-4344-a1f4-138fa55aed4a",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2007-08-07",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}