Information about plays

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

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

{
    "id": 1342392,
    "uri": "https://api.kexp.org/v2/plays/1342392/?format=api",
    "airdate": "2008-02-23T21:42:17-08:00",
    "show": 23452,
    "show_uri": "https://api.kexp.org/v2/shows/23452/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FQYDTR2FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FQYDTR2FL._SL75_.jpg",
    "song": "No More of That",
    "track_id": null,
    "recording_id": null,
    "artist": "Stiff Little Fingers",
    "artist_ids": [
        "022865bc-84c9-4002-b6c1-d5fc6e12b7d8"
    ],
    "album": "Inflammable Material",
    "release_id": "e122c95c-e7be-48ce-a477-9906801a6b48",
    "release_group_id": null,
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "2005-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}