Information about plays

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

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

{
    "id": 533790,
    "uri": "https://api.kexp.org/v2/plays/533790/?format=api",
    "airdate": "2002-04-02T06:49:44-08:00",
    "show": 9247,
    "show_uri": "https://api.kexp.org/v2/shows/9247/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2BkYBEJqfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2BkYBEJqfL._SL75_.jpg",
    "song": "Sunday Shining",
    "track_id": null,
    "recording_id": null,
    "artist": "Finley Quaye",
    "artist_ids": [
        "e6fbff56-aee6-4f80-8f6f-d8c345694074"
    ],
    "album": "Maverick a Strike",
    "release_id": "5aae5291-d0ee-491e-8034-13d5d433d9d7",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}