Information about plays

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

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

{
    "id": 419056,
    "uri": "https://api.kexp.org/v2/plays/419056/?format=api",
    "airdate": "2001-04-28T04:56:00-07:00",
    "show": 7001,
    "show_uri": "https://api.kexp.org/v2/shows/7001/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61wCsAnsyzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61wCsAnsyzL._SL75_.jpg",
    "song": "Andan Diciendo",
    "track_id": "5ccc4e8a-5e9d-4bdd-b640-7c9a75d6e6e1",
    "recording_id": null,
    "artist": "Los Bravos del Norte de Ramón Ayala",
    "artist_ids": [
        "402d7a89-37a8-4726-a3a8-7ee0f22fceaf"
    ],
    "album": "Putumayo Presents: Mexico",
    "release_id": "de5e1579-4491-4f5c-87eb-2ec4372f8a14",
    "release_group_id": null,
    "labels": [
        "Putumayo World Music"
    ],
    "label_ids": [
        "98049da0-a5be-49b9-8d95-770e2d7906d2"
    ],
    "release_date": "2001-04-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}