Information about plays

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

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

{
    "id": 1308870,
    "uri": "https://api.kexp.org/v2/plays/1308870/?format=api",
    "airdate": "2007-12-01T01:41:00-08:00",
    "show": 22892,
    "show_uri": "https://api.kexp.org/v2/shows/22892/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41G6BWKBTAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41G6BWKBTAL._SL75_.jpg",
    "song": "Alive",
    "track_id": "09e46cc4-8148-4724-85b4-d828055398c7",
    "recording_id": null,
    "artist": "VHS or Beta",
    "artist_ids": [
        "632fa908-1fff-4446-a600-72fa41f76a20"
    ],
    "album": "Night on Fire",
    "release_id": "3457f12d-5f3b-4789-a3cb-8dec4219ff60",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2004-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}