Information about plays

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

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

{
    "id": 531082,
    "uri": "https://api.kexp.org/v2/plays/531082/?format=api",
    "airdate": "2002-03-25T19:36:00-08:00",
    "show": 9196,
    "show_uri": "https://api.kexp.org/v2/shows/9196/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51mDpEhnPnL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51mDpEhnPnL._SL75_.jpg",
    "song": "Groove de Baiana",
    "track_id": null,
    "recording_id": null,
    "artist": "Daniela Mercury",
    "artist_ids": [
        "2cf241c0-0d6e-472c-be49-d7691a7aec61"
    ],
    "album": "Sol Da Liberdade",
    "release_id": "59764657-11dd-49f9-8876-ec644e28ad01",
    "release_group_id": null,
    "labels": [
        "BMG (Brazil)"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}