Information about plays

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

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

{
    "id": 514150,
    "uri": "https://api.kexp.org/v2/plays/514150/?format=api",
    "airdate": "2002-02-04T09:32:00-08:00",
    "show": 8865,
    "show_uri": "https://api.kexp.org/v2/shows/8865/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61IjJqNr-KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61IjJqNr-KL._SL75_.jpg",
    "song": "Beating My Head",
    "track_id": null,
    "recording_id": null,
    "artist": "Red Lorry Yellow Lorry",
    "artist_ids": [
        "ac8f8330-1270-4a56-89c4-3318f8fa5c3b"
    ],
    "album": "Smashed Hits",
    "release_id": "f3b65a6a-fd20-44e4-a1ad-0783c346080f",
    "release_group_id": null,
    "labels": [
        "Red Rhino"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}