Information about plays

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

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

{
    "id": 435191,
    "uri": "https://api.kexp.org/v2/plays/435191/?format=api",
    "airdate": "2001-06-16T02:10:54-07:00",
    "show": 7324,
    "show_uri": "https://api.kexp.org/v2/shows/7324/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NXAHF2SQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NXAHF2SQL._SL75_.jpg",
    "song": "Just Say When",
    "track_id": "a5089516-3ebd-45e6-9ef3-2f06f12f8b62",
    "recording_id": null,
    "artist": "The Shinin'",
    "artist_ids": [
        "97f6e102-1232-4764-a84a-771e33c3d607"
    ],
    "album": "Director's Cut EP",
    "release_id": "633b3787-73be-43eb-88b6-fd1bad5f047c",
    "release_group_id": null,
    "labels": [
        "K&E record"
    ],
    "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"
}