Information about plays

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

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

{
    "id": 495203,
    "uri": "https://api.kexp.org/v2/plays/495203/?format=api",
    "airdate": "2001-12-10T05:35:00-08:00",
    "show": 8493,
    "show_uri": "https://api.kexp.org/v2/shows/8493/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wCtaNh%2BML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wCtaNh%2BML._SL75_.jpg",
    "song": "Alpha Bert",
    "track_id": null,
    "recording_id": null,
    "artist": "Bass Waves",
    "artist_ids": [
        "ec63fad8-eeb5-43b5-a084-ffeea64e24cd"
    ],
    "album": "Liquid Bass (Capsule One)",
    "release_id": "10b91e57-3ffb-40f8-b312-75965eda3ee4",
    "release_group_id": null,
    "labels": [
        "Pandisc"
    ],
    "label_ids": [
        "deb59383-7a0e-419b-991a-0e0e7dbcb714"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}