Information about plays

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

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

{
    "id": 415657,
    "uri": "https://api.kexp.org/v2/plays/415657/?format=api",
    "airdate": "2001-04-17T08:49:24-07:00",
    "show": 6935,
    "show_uri": "https://api.kexp.org/v2/shows/6935/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HZWZG554L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HZWZG554L._SL75_.jpg",
    "song": "Deep Sky Objects",
    "track_id": "87762525-7e71-416b-9262-c7993aa44bc3",
    "recording_id": null,
    "artist": "Bowery Electric",
    "artist_ids": [
        "89cbe6ac-80af-421b-9276-cf373a1480c3"
    ],
    "album": "Bowery Electric",
    "release_id": "04d0fae8-c529-47e0-8a15-0f32712b1815",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "1995-08-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}