Information about plays

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

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

{
    "id": 533163,
    "uri": "https://api.kexp.org/v2/plays/533163/?format=api",
    "airdate": "2002-03-31T11:58:32-08:00",
    "show": 9234,
    "show_uri": "https://api.kexp.org/v2/shows/9234/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ADmLaCorL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ADmLaCorL._SL75_.jpg",
    "song": "Good Morning (I Just Woke Up)",
    "track_id": "95cf55ce-3f7e-49d8-bf8d-48d0c155f192",
    "recording_id": null,
    "artist": "John Wesley Harding",
    "artist_ids": [
        "dfede066-7c79-4cda-bacb-59035ca5f6c1"
    ],
    "album": "Awake",
    "release_id": "6a96622d-a9c3-47d0-a7de-d83577e6ca16",
    "release_group_id": null,
    "labels": [
        "Zero Hour"
    ],
    "label_ids": [
        "6ee46ea9-d4b5-47d5-bbce-e5343780da3d"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}