Information about plays

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

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

{
    "id": 356560,
    "uri": "https://api.kexp.org/v2/plays/356560/?format=api",
    "airdate": "2019-07-19T18:04:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Light It Up (remix)",
    "track_id": "42697170-1a9a-434c-88cd-5b4e373ff79b",
    "recording_id": null,
    "artist": "Major Lazer",
    "artist_ids": [
        "75be165a-ad83-4d12-bd28-f589a15c479f"
    ],
    "album": "Major Lazer Essentials",
    "release_id": "a8232885-e6bd-42ea-b912-74cdd2255201",
    "release_group_id": null,
    "labels": [
        "Mad Decent"
    ],
    "label_ids": [],
    "release_date": "2018-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP coverage of Major Lazer performing at Sasquatch! https://www.kexp.org/read/2016/5/29/sasquatch-music-festival-day-2-major-lazer/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}