Information about plays

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

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

{
    "id": 1352285,
    "uri": "https://api.kexp.org/v2/plays/1352285/?format=api",
    "airdate": "2008-03-20T21:17:07-07:00",
    "show": 23621,
    "show_uri": "https://api.kexp.org/v2/shows/23621/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61jHZixvccL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61jHZixvccL._SL75_.jpg",
    "song": "New Kind Of Love / Early In The Morning",
    "track_id": null,
    "recording_id": null,
    "artist": "Plants and Animals",
    "artist_ids": [
        "d4e75c13-d1e9-4c48-86a0-9c854e1d88f7"
    ],
    "album": "Parc Avenue",
    "release_id": "c3ddc859-7561-4b82-a7cd-80b3a72d6d89",
    "release_group_id": null,
    "labels": [
        "Secret City Records"
    ],
    "label_ids": [
        "52e7fb03-e52f-4a7c-983a-42d8db2729a6"
    ],
    "release_date": "2008-02-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}