Information about plays

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

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

{
    "id": 1385845,
    "uri": "https://api.kexp.org/v2/plays/1385845/?format=api",
    "airdate": "2008-06-15T04:23:03-07:00",
    "show": 24192,
    "show_uri": "https://api.kexp.org/v2/shows/24192/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41F1WWB42ZL.gif",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41F1WWB42ZL._SL75_.gif",
    "song": "Nobody Weird Like Me",
    "track_id": "850cfbe5-36cb-4088-8301-524bd5c58f38",
    "recording_id": null,
    "artist": "Red Hot Chili Peppers",
    "artist_ids": [
        "8bfac288-ccc5-448d-9573-c33ea2aa5c30"
    ],
    "album": "Mother's Milk",
    "release_id": "e9ce5dff-c7af-4f4b-8423-5338e5d015a8",
    "release_group_id": null,
    "labels": [
        "EMI Records USA"
    ],
    "label_ids": [
        "3b76dfe7-0a2d-401a-86a7-f1a30c480e0d"
    ],
    "release_date": "1989-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}