Information about plays

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

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

{
    "id": 518176,
    "uri": "https://api.kexp.org/v2/plays/518176/?format=api",
    "airdate": "2002-02-15T15:57:00-08:00",
    "show": 8938,
    "show_uri": "https://api.kexp.org/v2/shows/8938/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Qpx5nOi3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Qpx5nOi3L._SL75_.jpg",
    "song": "Lonely Day",
    "track_id": "df37dc83-9ebe-49e7-badd-d2c9cd8da493",
    "recording_id": null,
    "artist": "Phantom Planet",
    "artist_ids": [
        "766a2b45-441f-4096-af05-dbbca9518c9d"
    ],
    "album": "The Guest",
    "release_id": "6f419c89-366c-47fc-bc8f-f1fe3f16fa25",
    "release_group_id": null,
    "labels": [
        "Epic/Daylight"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}