Information about plays

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

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

{
    "id": 353830,
    "uri": "https://api.kexp.org/v2/plays/353830/?format=api",
    "airdate": "2019-07-13T10:39:51-07:00",
    "show": 5896,
    "show_uri": "https://api.kexp.org/v2/shows/5896/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rumors (12\" mix)",
    "track_id": "66f9b041-fdeb-394a-866a-adc14bd70dc6",
    "recording_id": null,
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "Cool Ruler - The Definitive Collection",
    "release_id": "56a10895-baa1-4a43-82d1-caea1aee5254",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Rumours” is one of Gregory Isaacs’ tuffest tunes, a mid career smash that put the Cool Ruler back on top of the reggae crooner heap in 1988.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}