Information about plays

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

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

{
    "id": 1382471,
    "uri": "https://api.kexp.org/v2/plays/1382471/?format=api",
    "airdate": "2008-06-06T16:09:37-07:00",
    "show": 24135,
    "show_uri": "https://api.kexp.org/v2/shows/24135/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31xXHDR0XzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31xXHDR0XzL._SL75_.jpg",
    "song": "The Whole of the Moon",
    "track_id": null,
    "recording_id": null,
    "artist": "The Waterboys",
    "artist_ids": [
        "21666405-49f8-44f6-94bb-e064f202f7ba"
    ],
    "album": "This Is the Sea",
    "release_id": "a868eae4-5715-4ec8-a4ac-3f8b0497e6b3",
    "release_group_id": null,
    "labels": [
        "Ensign Records"
    ],
    "label_ids": [
        "c62674d2-cd19-4435-8c6f-52d9c183718d"
    ],
    "release_date": "1985-09-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}