Information about plays

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

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

{
    "id": 1305027,
    "uri": "https://api.kexp.org/v2/plays/1305027/?format=api",
    "airdate": "2007-11-21T11:48:00-08:00",
    "show": 22830,
    "show_uri": "https://api.kexp.org/v2/shows/22830/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518T2D6PTVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518T2D6PTVL._SL75_.jpg",
    "song": "Wishing Well",
    "track_id": null,
    "recording_id": null,
    "artist": "Bob Mould",
    "artist_ids": [
        "d7f5305a-15fc-4af4-a61b-f6f45510cc8f"
    ],
    "album": "Workbook",
    "release_id": "1a547adc-c99e-4c55-87b1-5d7da769d743",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1989-05-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}