Information about plays

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

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

{
    "id": 416156,
    "uri": "https://api.kexp.org/v2/plays/416156/?format=api",
    "airdate": "2001-04-18T20:11:15-07:00",
    "show": 6944,
    "show_uri": "https://api.kexp.org/v2/shows/6944/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HNYHBVZ5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HNYHBVZ5L._SL75_.jpg",
    "song": "Work on the Railroad",
    "track_id": "f53cc872-0942-492e-b556-28a1d754b3d2",
    "recording_id": null,
    "artist": "Trailer Bride",
    "artist_ids": [
        "1104a5a3-558d-4d26-9ece-aa143f86694f"
    ],
    "album": "Whine de Lune",
    "release_id": "f3b0b0cf-a2aa-4a70-ac45-722290d568c6",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "1999-08-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}