Information about plays

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

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

{
    "id": 352041,
    "uri": "https://api.kexp.org/v2/plays/352041/?format=api",
    "airdate": "2019-07-09T08:54:24-07:00",
    "show": 5867,
    "show_uri": "https://api.kexp.org/v2/shows/5867/?format=api",
    "image_uri": "http://coverartarchive.org/release/2d69c6f6-1f25-3830-bcc3-2458edfe0f35/15456870296-250.jpg",
    "thumbnail_uri": "",
    "song": "Avalanche",
    "track_id": "5b3c63a9-eb28-356a-b953-0a0c19869ece",
    "recording_id": null,
    "artist": "Leonard Cohen",
    "artist_ids": [
        "65314b12-0e08-43fa-ba33-baaa7b874c15"
    ],
    "album": "Songs of Love and Hate",
    "release_id": "2d69c6f6-1f25-3830-bcc3-2458edfe0f35",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Avalanche\" was covered by Nick Cave in 2011 and Nick Cave & The Bad Seeds in 1984.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}