Information about plays

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

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

{
    "id": 1291231,
    "uri": "https://api.kexp.org/v2/plays/1291231/?format=api",
    "airdate": "2007-10-15T14:46:38-07:00",
    "show": 22594,
    "show_uri": "https://api.kexp.org/v2/shows/22594/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51j6evqXIrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51j6evqXIrL._SL75_.jpg",
    "song": "From the Devil Himself",
    "track_id": null,
    "recording_id": null,
    "artist": "Viva Voce",
    "artist_ids": [
        "05a3bab1-c1e3-42c7-bde0-45f4af36b224"
    ],
    "album": "Get Yr Blood Sucked Out",
    "release_id": "e9e55463-7cae-4c68-b552-7e20562da1b5",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2006-09-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}