Information about plays

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

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

{
    "id": 506163,
    "uri": "https://api.kexp.org/v2/plays/506163/?format=api",
    "airdate": "2002-01-11T21:02:00-08:00",
    "show": 8705,
    "show_uri": "https://api.kexp.org/v2/shows/8705/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514XPLeuYXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514XPLeuYXL._SL75_.jpg",
    "song": "Cows With Guns",
    "track_id": "5b12260d-90b7-411c-9086-5247d1ba8de9",
    "recording_id": null,
    "artist": "Dana Lyons",
    "artist_ids": [
        "c2bc127f-6882-46ff-9c84-7f1c3ea00e32"
    ],
    "album": "Cows With Guns",
    "release_id": "d7addf25-c413-48c5-ba2b-2e1b7ce50756",
    "release_group_id": null,
    "labels": [
        "reigning"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}