Information about plays

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

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

{
    "id": 1389274,
    "uri": "https://api.kexp.org/v2/plays/1389274/?format=api",
    "airdate": "2008-06-23T22:44:26-07:00",
    "show": 24250,
    "show_uri": "https://api.kexp.org/v2/shows/24250/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KqqzN4aFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KqqzN4aFL._SL75_.jpg",
    "song": "Sleepsinging",
    "track_id": null,
    "recording_id": null,
    "artist": "The Damnwells",
    "artist_ids": [
        "d47367b1-a847-41f9-8123-8f1e80e27db1"
    ],
    "album": "Bastards of the Beat",
    "release_id": "0419d1c2-22db-4da3-9465-1054c9c269a0",
    "release_group_id": null,
    "labels": [
        "Sixthman"
    ],
    "label_ids": [
        "b837f396-d92a-4320-8398-30f2d7adab61"
    ],
    "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"
}