Information about plays

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

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

{
    "id": 1387525,
    "uri": "https://api.kexp.org/v2/plays/1387525/?format=api",
    "airdate": "2008-06-19T14:06:50-07:00",
    "show": 24221,
    "show_uri": "https://api.kexp.org/v2/shows/24221/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61FwLzHo8zL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61FwLzHo8zL._SL75_.jpg",
    "song": "Do You No Wrong",
    "track_id": null,
    "recording_id": null,
    "artist": "Sex Pistols",
    "artist_ids": [
        "e5db18cb-4b1f-496d-a308-548b611090d3"
    ],
    "album": "Flogging a Dead Horse",
    "release_id": "e7aef270-6c4e-40c0-949e-5c9464b7d8ca",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "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"
}