Information about plays

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

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

{
    "id": 1355318,
    "uri": "https://api.kexp.org/v2/plays/1355318/?format=api",
    "airdate": "2008-03-28T10:39:00-07:00",
    "show": 23670,
    "show_uri": "https://api.kexp.org/v2/shows/23670/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11ofwRVvuAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11ofwRVvuAL._SL75_.jpg",
    "song": "Stop",
    "track_id": null,
    "recording_id": null,
    "artist": "Black Rebel Motorcycle Club",
    "artist_ids": [
        "32b90c92-9978-4a07-90eb-caa4b22f4907"
    ],
    "album": "Take Them On, on Your Own",
    "release_id": "1a70fc38-0ed0-4a59-862c-8c3458f88156",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2003-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}