Information about plays

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

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

{
    "id": 1388885,
    "uri": "https://api.kexp.org/v2/plays/1388885/?format=api",
    "airdate": "2008-06-22T22:11:00-07:00",
    "show": 24244,
    "show_uri": "https://api.kexp.org/v2/shows/24244/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41CZDE8CH4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41CZDE8CH4L._SL75_.jpg",
    "song": "Bellhead",
    "track_id": "96c7fea6-aded-4ab3-96f9-ceb7c3c0d9f0",
    "recording_id": null,
    "artist": "Liquid Liquid",
    "artist_ids": [
        "4ba3563c-a27e-4bce-9e3e-5d6b4f1cde6d"
    ],
    "album": "DFA Compilation #2 (disc 3: The mix)",
    "release_id": "96330df5-9285-45a4-af98-d3e01ee13c6a",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2004-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}