Information about plays

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

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

{
    "id": 497537,
    "uri": "https://api.kexp.org/v2/plays/497537/?format=api",
    "airdate": "2001-12-17T01:48:00-08:00",
    "show": 8539,
    "show_uri": "https://api.kexp.org/v2/shows/8539/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51kvzJUrArL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51kvzJUrArL._SL75_.jpg",
    "song": "Leymon Tendrel 2",
    "track_id": "dbb0fc3d-739e-4b54-9ebd-d7ef08165e82",
    "recording_id": null,
    "artist": "Chöying Drolma and Steve Tibbetts",
    "artist_ids": [
        "5b4c8cce-99d1-4e5f-b82a-6e4f906a4e67"
    ],
    "album": "Cho",
    "release_id": "79ed0415-9683-451b-a613-4372e2f81934",
    "release_group_id": null,
    "labels": [
        "Hannibal"
    ],
    "label_ids": [
        "7fd6a368-1932-4621-88e1-9a71929ee9b9"
    ],
    "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"
}