Information about plays

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

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

{
    "id": 1387181,
    "uri": "https://api.kexp.org/v2/plays/1387181/?format=api",
    "airdate": "2008-06-18T18:20:00-07:00",
    "show": 24216,
    "show_uri": "https://api.kexp.org/v2/shows/24216/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51J6QKAXDGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51J6QKAXDGL._SL75_.jpg",
    "song": "Bee's Blues",
    "track_id": "090f5ea6-975e-4c64-ac9e-f524cefc9d16",
    "recording_id": null,
    "artist": "BeauSoleil",
    "artist_ids": [
        "143d190c-11e8-4ecd-adf7-a68a3ccdaab1"
    ],
    "album": "The Best of Beausoleil",
    "release_id": "16a2467d-0f72-42ed-940d-17f5f5e8e124",
    "release_group_id": null,
    "labels": [
        "Arhoolie"
    ],
    "label_ids": [
        "148498ac-d0d5-40ff-ad4c-50a0a6654564"
    ],
    "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"
}