Information about plays

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

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

{
    "id": 1279076,
    "uri": "https://api.kexp.org/v2/plays/1279076/?format=api",
    "airdate": "2007-09-14T09:36:38-07:00",
    "show": 22383,
    "show_uri": "https://api.kexp.org/v2/shows/22383/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MzFrS-L9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MzFrS-L9L._SL75_.jpg",
    "song": "Crush With Eyeliner",
    "track_id": null,
    "recording_id": null,
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Monster",
    "release_id": "ca0afb1f-b58c-4d6b-badd-32b1d5ac4d55",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1994-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}