Information about plays

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

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

{
    "id": 349641,
    "uri": "https://api.kexp.org/v2/plays/349641/?format=api",
    "airdate": "2019-07-03T15:48:24-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?format=api",
    "image_uri": "http://coverartarchive.org/release/eec40590-f7f8-48ff-a3cb-0a4aab5aad30/6223485528-250.jpg",
    "thumbnail_uri": "",
    "song": "Paid in Full (Seven Minutes of Madness - The Coldcut remix)",
    "track_id": "464182ef-72a8-3480-bfc6-4e1e2328d4ae",
    "recording_id": null,
    "artist": "Eric B. & Rakim",
    "artist_ids": [
        "925228de-bbe5-4c7b-b76f-78e382ec9148"
    ],
    "album": "Paid in Full",
    "release_id": "eec40590-f7f8-48ff-a3cb-0a4aab5aad30",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2003-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut 1987 album from the duo.  This album has served to influence future rappers with it's use of internal rhyme and hip hop production.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}