Information about plays

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

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

{
    "id": 482814,
    "uri": "https://api.kexp.org/v2/plays/482814/?format=api",
    "airdate": "2001-11-02T10:52:00-08:00",
    "show": 8243,
    "show_uri": "https://api.kexp.org/v2/shows/8243/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51G-1l9fsvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51G-1l9fsvL._SL75_.jpg",
    "song": "Uncertainty",
    "track_id": "a019a885-2728-4951-85d2-4da65f26d544",
    "recording_id": null,
    "artist": "Moodorama",
    "artist_ids": [
        "186aac8d-682a-4de0-aa5f-86a0e5c98792"
    ],
    "album": "Music for Collapsing People",
    "release_id": "90083929-205e-4b93-9aff-f91b8b7fd623",
    "release_group_id": null,
    "labels": [
        "Stereo Deluxe"
    ],
    "label_ids": [
        "50f70fce-58fd-4f65-a521-7689f38307ed"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}