Information about plays

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

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

{
    "id": 1375863,
    "uri": "https://api.kexp.org/v2/plays/1375863/?format=api",
    "airdate": "2008-05-19T03:44:28-07:00",
    "show": 24016,
    "show_uri": "https://api.kexp.org/v2/shows/24016/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JcBqKM3zL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JcBqKM3zL._SL75_.jpg",
    "song": "Last Snowstorm of the Year",
    "track_id": "c93a6df0-057f-45b3-9388-3350e05d8639",
    "recording_id": null,
    "artist": "Low",
    "artist_ids": [
        "42faad37-8aaa-42e4-a300-5a7dae79ed24"
    ],
    "album": "Trust",
    "release_id": "0cd8b400-95e2-4be5-af82-dcf40540cdfa",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "2002-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}