Information about plays

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

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

{
    "id": 349415,
    "uri": "https://api.kexp.org/v2/plays/349415/?format=api",
    "airdate": "2019-07-03T03:54:47-07:00",
    "show": 5821,
    "show_uri": "https://api.kexp.org/v2/shows/5821/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cups and Wrappers",
    "track_id": "ed02839d-9500-448a-8935-d52ffa8de489",
    "recording_id": null,
    "artist": "Dogbreth",
    "artist_ids": [
        "f6c3b29a-efbc-4156-ae6b-97f6a5fde601"
    ],
    "album": "Second Home",
    "release_id": "571d74aa-59f5-4672-84cd-c888365bcdcb",
    "release_group_id": null,
    "labels": [
        "Asian Man Records"
    ],
    "label_ids": [
        "79cae522-8d5a-4535-a760-575b58f8957d"
    ],
    "release_date": "2016-08-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing KEXP Rocks the Docks this SATURDAY with Dude York and Moaning! - https://www.kexp.org/events/kexp-events/kexp-rocks-dock-2019/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}