Information about plays

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

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

{
    "id": 535497,
    "uri": "https://api.kexp.org/v2/plays/535497/?format=api",
    "airdate": "2002-04-07T05:37:34-07:00",
    "show": 9279,
    "show_uri": "https://api.kexp.org/v2/shows/9279/?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": "Astralotion",
    "track_id": "bf5a9e1f-02e0-42eb-bb84-de0a65c1c3ae",
    "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"
}