Information about plays

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

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

{
    "id": 1275216,
    "uri": "https://api.kexp.org/v2/plays/1275216/?format=api",
    "airdate": "2007-09-04T15:34:23-07:00",
    "show": 22321,
    "show_uri": "https://api.kexp.org/v2/shows/22321/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51cbKRFaiOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51cbKRFaiOL._SL75_.jpg",
    "song": "Heaven (Nicola Conte \"West Coast Vibes\" remix)",
    "track_id": "d46d3cbf-14d4-48fa-973c-2c6459d22d8b",
    "recording_id": null,
    "artist": "Bitter:Sweet",
    "artist_ids": [
        "dcebc476-b53c-42ee-9251-f946a4c3cea2"
    ],
    "album": "The Remix Game",
    "release_id": "c219d6af-4408-4783-8f4c-8a1692b2ab29",
    "release_group_id": null,
    "labels": [
        "Quango Records"
    ],
    "label_ids": [
        "9a476be7-544a-4330-b459-7ef7b2542fdd"
    ],
    "release_date": "2007-08-07",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}