Information about plays

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

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

{
    "id": 534871,
    "uri": "https://api.kexp.org/v2/plays/534871/?format=api",
    "airdate": "2002-04-05T08:13:50-08:00",
    "show": 9265,
    "show_uri": "https://api.kexp.org/v2/shows/9265/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41G753D9JSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41G753D9JSL._SL75_.jpg",
    "song": "Sweetness and Light",
    "track_id": null,
    "recording_id": null,
    "artist": "Lush",
    "artist_ids": [
        "697801d1-68b2-4413-a7e4-0ef507d21cc1"
    ],
    "album": "Gala",
    "release_id": "7c22043b-2926-4286-a194-58ab444ca26b",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1990-12-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}