Information about plays

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

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

{
    "id": 440314,
    "uri": "https://api.kexp.org/v2/plays/440314/?format=api",
    "airdate": "2001-07-01T00:18:27-07:00",
    "show": 7426,
    "show_uri": "https://api.kexp.org/v2/shows/7426/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51sZg9WUvWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51sZg9WUvWL._SL75_.jpg",
    "song": "Sacred Words Of Liberation",
    "track_id": "8f1fb49d-032c-4fd2-b8e5-0aa73bd7cb2d",
    "recording_id": null,
    "artist": "Lama Gyurme",
    "artist_ids": [],
    "album": "Rain of Blessings",
    "release_id": "7320628d-06e0-46e9-a63e-f468eb4542b9",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "2000-03-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}