Information about plays

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

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

{
    "id": 1390172,
    "uri": "https://api.kexp.org/v2/plays/1390172/?format=api",
    "airdate": "2008-06-26T03:06:00-07:00",
    "show": 24263,
    "show_uri": "https://api.kexp.org/v2/shows/24263/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41E7EJNZE1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41E7EJNZE1L._SL75_.jpg",
    "song": "Muhammad Ali / America the Beautiful",
    "track_id": "ce217afe-4690-4287-bf22-5fb47d1028a3",
    "recording_id": null,
    "artist": "George Carlin",
    "artist_ids": [
        "5a79e923-b2ef-45fd-bc48-9beebdb21e78"
    ],
    "album": "Class Clown",
    "release_id": "586c9519-274b-4a6a-b2fd-a8586c657b54",
    "release_group_id": null,
    "labels": [
        "Little David Records"
    ],
    "label_ids": [
        "7a827473-b77a-4b93-8015-16c0ea907aa7"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}