Information about plays

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

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

{
    "id": 1382021,
    "uri": "https://api.kexp.org/v2/plays/1382021/?format=api",
    "airdate": "2008-06-05T04:16:13-07:00",
    "show": 24126,
    "show_uri": "https://api.kexp.org/v2/shows/24126/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51huMSTQvXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51huMSTQvXL._SL75_.jpg",
    "song": "Erected Girl",
    "track_id": "0d7987cf-25d0-43ae-ad69-b9443003b3c0",
    "recording_id": null,
    "artist": "Free Kitten",
    "artist_ids": [
        "7e623dd5-bf40-4f8b-ba71-8226afc918e2"
    ],
    "album": "Inherit",
    "release_id": "3b8696cb-6704-468c-993f-0c40ed7074c4",
    "release_group_id": null,
    "labels": [
        "Ecstatic Peace"
    ],
    "label_ids": [
        "51d7b1e0-261e-4070-a30f-ad7bb803d26e"
    ],
    "release_date": "2008-05-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}