Information about plays

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

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

{
    "id": 534605,
    "uri": "https://api.kexp.org/v2/plays/534605/?format=api",
    "airdate": "2002-04-04T14:49:08-08:00",
    "show": 9261,
    "show_uri": "https://api.kexp.org/v2/shows/9261/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/318C2A6JJEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/318C2A6JJEL._SL75_.jpg",
    "song": "So Beyond Me",
    "track_id": "319785c1-a19e-418d-97e2-e1e34bbf8ee0",
    "recording_id": null,
    "artist": "Sloan",
    "artist_ids": [
        "5a63c831-5bdb-444d-a9db-974501e3317d"
    ],
    "album": "Between the Bridges",
    "release_id": "2587d9a4-c4e0-4309-87b7-cca69aeffe8d",
    "release_group_id": null,
    "labels": [
        "murderecords"
    ],
    "label_ids": [
        "35ae1f1a-e291-42a5-8602-b05ecb9db09b"
    ],
    "release_date": "1999-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}