Information about plays

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

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

{
    "id": 350561,
    "uri": "https://api.kexp.org/v2/plays/350561/?format=api",
    "airdate": "2019-07-05T19:06:00-07:00",
    "show": 5837,
    "show_uri": "https://api.kexp.org/v2/shows/5837/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lean On",
    "track_id": "aa00f918-1f52-46ca-b9e3-0a2aae309c8b",
    "recording_id": null,
    "artist": "Major Lazer",
    "artist_ids": [],
    "album": "Lean On",
    "release_id": "ae5103d6-5092-4978-9877-983fed6b815b",
    "release_group_id": null,
    "labels": [
        "Mad Decent"
    ],
    "label_ids": [
        "97e08824-a090-45bf-bde0-44186daddfd8"
    ],
    "release_date": "2015-03-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Dance-worthy sets all night. This song by suggestion. Have a request? Email dj@kexp.org, message 206903-5397 or interact online: Instagram @djmichelemyers, Facebook DJ Michele or Twitter @djmichelemyers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}