Information about plays

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

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

{
    "id": 426585,
    "uri": "https://api.kexp.org/v2/plays/426585/?format=api",
    "airdate": "2001-05-21T14:08:34-07:00",
    "show": 7163,
    "show_uri": "https://api.kexp.org/v2/shows/7163/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4115J7TSAEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4115J7TSAEL._SL75_.jpg",
    "song": "Tumwater Falls",
    "track_id": "a1f166a3-2875-4d4b-84c7-d7d29cf4ccf0",
    "recording_id": null,
    "artist": "Mirah",
    "artist_ids": [
        "e4c226f2-ba57-483f-be6b-3391112244b8"
    ],
    "album": "YoYo a Go Go: Another Live Compilation",
    "release_id": "25440fe3-ee37-4bfb-a211-5c979f6e5e20",
    "release_group_id": null,
    "labels": [
        "YoYo"
    ],
    "label_ids": [
        "2409ad0b-9dcf-458b-a055-bccbe281b19e"
    ],
    "release_date": "1999-01-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}