Information about plays

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

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

{
    "id": 420676,
    "uri": "https://api.kexp.org/v2/plays/420676/?format=api",
    "airdate": "2001-05-03T04:41:15-07:00",
    "show": 7039,
    "show_uri": "https://api.kexp.org/v2/shows/7039/?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 (the Coldcut 7 Minutes of Madness mix",
    "track_id": null,
    "recording_id": null,
    "artist": "Eric B. & Rakim",
    "artist_ids": [
        "925228de-bbe5-4c7b-b76f-78e382ec9148"
    ],
    "album": "Paid in Full: The Platinum Edition (disc 2: Remixes)",
    "release_id": "8c47405d-78b0-4d86-a542-18126899edae",
    "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"
}