Information about plays

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

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

{
    "id": 428150,
    "uri": "https://api.kexp.org/v2/plays/428150/?format=api",
    "airdate": "2001-05-25T21:48:45-07:00",
    "show": 7190,
    "show_uri": "https://api.kexp.org/v2/shows/7190/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61mGUIcZmtL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61mGUIcZmtL._SL75_.jpg",
    "song": "Paid in Full",
    "track_id": "ae5ae673-d667-402a-af6e-65829a4f51f3",
    "recording_id": null,
    "artist": "Eric B. & Rakim",
    "artist_ids": [
        "925228de-bbe5-4c7b-b76f-78e382ec9148"
    ],
    "album": "Paid in Full: The Platinum Edition (disc 1)",
    "release_id": "d9bd9e59-e585-4eea-b4a8-93419d47b15f",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1998-10-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}