Information about plays

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

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

{
    "id": 440848,
    "uri": "https://api.kexp.org/v2/plays/440848/?format=api",
    "airdate": "2001-07-02T16:12:51-07:00",
    "show": 7437,
    "show_uri": "https://api.kexp.org/v2/shows/7437/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BBJW0H2RL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BBJW0H2RL._SL75_.jpg",
    "song": "One Note Samba / Surfboard",
    "track_id": "b9fa2708-6124-43c6-aa53-918cccabe74e",
    "recording_id": null,
    "artist": "Stereolab",
    "artist_ids": [
        "f1df0431-9250-4ec8-95d8-f19ce7cf7fb6"
    ],
    "album": "Aluminum Tunes (disc 2)",
    "release_id": "c1cf94f5-dce4-45a5-b477-6d5e797ee098",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "1998-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}